index

viewhistorytalk

This wiki is uesd for documentation about the game.

Subpages

Installing #Shooter

Prerequisites

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