forked from bmw75/KingFishAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (15 loc) · 816 Bytes
/
README
File metadata and controls
21 lines (15 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Sup dawgs.
Always work from the AwesomeAI folder.
When you want to test your code, go into the release folder and run
./copyAI.sh or ./copyAndMakeAI in order to copy the files you modified
from AwesomeAI into release.
Then run ./runAwesome.sh in order to run our AI. You can see the results in
p1.log or game.log. You can also quickly see who won by running ./whoWon.sh
REMEMBER:
Take a look into copyAI to see which are the files that get copied from AwesomeAI
into release. If you create a new class, or modified a new file then you'll want to
make sure that this file is being listed in copyAI.sh.
Also, added git_commands.txt where you can get helpful git shit.
Finally, to submit the AI into the server you need to create a tar gzip file.
Here be the magic command:
tar -cvzf kingFishAI.tar.gz release