Skip to content

Commit

Permalink
included StarCraft patch file and small update to Program.cs in testbot
Browse files Browse the repository at this point in the history
  • Loading branch information
suegy committed Jun 9, 2015
1 parent 6a09a57 commit f335651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Source/bwapi-clr-client/testbot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Text;
using SWIG.BWAPI;
using SWIG.BWAPIC;
using SWIG.BWTA;

namespace testbot
{
Expand Down Expand Up @@ -72,11 +73,11 @@ static void Main(string[] args)
show_visibility_data=false;
*/

// bwapi.readMap();
bwta.readMap();

// bwapi.Broodwar.printf("The match up is {0} v {1}",
// bwapi.Broodwar.self().getRace().getName(),
// bwapi.Broodwar.enemy().getRace().getName());
bwapi.Broodwar.sendText(String.Format("The match up is {0} v {1}",
bwapi.Broodwar.self().getRace().getName(),
bwapi.Broodwar.enemy().getRace().getName()));
System.Threading.Thread.Sleep(5000); //test

//send each worker to the mineral field that is closest to it
Expand Down
Binary file added required/BW-1161.exe
Binary file not shown.

0 comments on commit f335651

Please sign in to comment.