An open API service indexing awesome lists of open source software.

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.

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
![alt text](https://github.com/vomnes/Filler/blob/master/screenshot/demo.png "Filler")

### Start
![alt text](https://github.com/vomnes/Filler/blob/master/screenshot/start.png "Start")

### End - Winner
![alt text](https://github.com/vomnes/Filler/blob/master/screenshot/end_winner.png "End Winner")