Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keiichiw/bomber
CODEVS 3.0
https://github.com/keiichiw/bomber
Last synced: 12 days ago
JSON representation
CODEVS 3.0
- Host: GitHub
- URL: https://github.com/keiichiw/bomber
- Owner: keiichiw
- Created: 2014-05-19T00:10:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T07:23:14.000Z (over 10 years ago)
- Last Synced: 2024-11-08T01:14:25.381Z (2 months ago)
- Language: Java
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
These are AI program for a game like "Bomberman" and its simulator.
AI is written in C++ and the others are in Java.I refered to the rule of [CODE VS 3.0](https://codevs.jp/ "codevs"), a game-AI contest.
## How to run
### Compile
```
make
```### Simulate
```
./simulate.sh
```
At this step, battle of `./Sim/src/player1.cpp` and `./Sim/src/player2.cpp` is simulated and the result is written on `./data/result.txt`.### Visualize
```
./visualize.sh
```
Then, Java program visualizes `./data/result.txt`.