Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgson/tac-agent007
An agent implementation for the TAC Classic game.
https://github.com/rgson/tac-agent007
Last synced: 13 days ago
JSON representation
An agent implementation for the TAC Classic game.
- Host: GitHub
- URL: https://github.com/rgson/tac-agent007
- Owner: rgson
- Created: 2016-02-25T17:50:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T22:16:11.000Z (almost 9 years ago)
- Last Synced: 2024-11-15T02:35:26.984Z (2 months ago)
- Language: Java
- Size: 1.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agent007
An agent implementation for the [TAC Classic](http://tac.sics.se/page.php?id=3) game.Created by Robin Gustafsson, Tamme Dittrich and Peter Eriksson for the "DV2541 Agent Systems" course at BTH.
## Setup
1. Compile the server using the `compile.sh`/`compile.bat` files in the `server-src` directory.
(Alt. download the binary version of the [SICS TAC'04 Classic Java Server](http://tac.sics.se/page.php?id=12)).
2. Start the server by running `tacserver.jar` followed by `infoserver.jar`.
3. Register an account for the client on the server website ([http://localhost:8080/](http://localhost:8080/)).
4. Change the `agent.conf` file to match the registered account.
5. Compile the agent using the `compile.sh`/`compile.bat` files in the `client-src` directory.
6. Start the agent by running `tacagent.jar`.## Implementation
Implemented using the [TAC Classic AgentWare Beta 9](http://tac.sics.se/page.php?id=12) framework for TAC Classic agents.