Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aybabtme/csgames-ai
Bomberman AI for CS Games AI competition.
https://github.com/aybabtme/csgames-ai
Last synced: about 1 month ago
JSON representation
Bomberman AI for CS Games AI competition.
- Host: GitHub
- URL: https://github.com/aybabtme/csgames-ai
- Owner: aybabtme
- Created: 2013-03-17T17:39:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T13:45:10.000Z (over 11 years ago)
- Last Synced: 2023-03-30T06:26:00.161Z (over 1 year ago)
- Language: Java
- Size: 4.23 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Client = walking skeleton for java (walks anywhere)
Client-py = walking skeleton for python (walks right)
clients = pre-compiled clients to test your AI
Server = jar onlyTip : use ./run.sh P1 P2 P3 P4 to start the server and 4 clients
Truc : utilisez ./run.sh P1 P2 P3 P4 pour partir le serveur et 4 clientsTip 2 : use only 3 clients to debug yours in eclipse (start 3 on CLI, and the server will still be waiting for a 4th)
Truc 2 : utilisez juste 3 clients pour debugger votre code dans eclipse (on en part 3 en CLI, le serveur va attendre le 4e)Example :
./run.sh clients/SimpleClient.jar clients/SimpleClient.jar clients/GoRightClient.py clients/SimpleClient.jar