https://github.com/vomnes/filler
Create your player to fight other students on the world famous (or infamous) Filler board. The concept is simple: two players gain points by placing on a board, one after the other, the game piece obtained by the game master (in the form of an executable Ruby program). The game ends when the game piece cannot be placed anymore.
https://github.com/vomnes/filler
algorithm game-pieces ia
Last synced: 7 months ago
JSON representation
Create your player to fight other students on the world famous (or infamous) Filler board. The concept is simple: two players gain points by placing on a board, one after the other, the game piece obtained by the game master (in the form of an executable Ruby program). The game ends when the game piece cannot be placed anymore.
- Host: GitHub
- URL: https://github.com/vomnes/filler
- Owner: vomnes
- Created: 2017-02-02T12:54:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T17:54:53.000Z (over 8 years ago)
- Last Synced: 2025-03-05T07:04:15.704Z (8 months ago)
- Topics: algorithm, game-pieces, ia
- Language: C
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filler
Create your player to fight other students on the world famous (or infamous) Filler board. The concept is simple: two players gain points by placing on a board, one after the other, the game piece obtained by the game master (in the form of an executable Ruby program). The game ends when the game piece cannot be placed anymore.The goal of this project is to introduce you to basic algorithm and to have you manipulate
inputs/outputs.- Analyse the map
- Choose the best position
- Write this position on the standard output : "Y X\n"```
./filler_vm -f -p1 ./vomnes.filler -p2 [player_2] -f [maps/your_map]
```### Filler
### Start
### End - Winner
