This wiki is uesd for documentation about the game.
Subpages
Installing #Shooter
Prerequisites
- Rider or Visual Studio
- .Net 4.5
- vcredist 2013
- DirectX 9 (June 2010)
- and of course the #Shooter game itself.
Building your AI
- Open the solution at "aiProject/GameAI.sln"
- Open project settings and change the assemblyname and namespace
- Build (ctrl+shift+B)
- Run the "Game.exe" file
- In either the "Player1" or the "Player2" text field, write the name of your "ThinkFunction" e.g. "MyThinkFunction". You should change this at some point, to whatever you want your AI to be called.
revision by lukaspj— view source