An agent implementation for the TAC Classic game.
Created by Robin Gustafsson, Tamme Dittrich and Peter Eriksson for the "DV2541 Agent Systems" course at BTH.
- Compile the server using the
compile.sh/compile.batfiles in theserver-srcdirectory.
(Alt. download the binary version of the SICS TAC'04 Classic Java Server). - Start the server by running
tacserver.jarfollowed byinfoserver.jar. - Register an account for the client on the server website (http://localhost:8080/).
- Change the
agent.conffile to match the registered account. - Compile the agent using the
compile.sh/compile.batfiles in theclient-srcdirectory. - Start the agent by running
tacagent.jar.
Implemented using the TAC Classic AgentWare Beta 9 framework for TAC Classic agents.