In this project I needed to write my algorithm in order to create a player to fight other students on the Filler board.
Two players gain points by placing on a board, one after the other, tha game piece obtained byt the game master (virtual machine).
The game ends when the game piece cannot be placed anymore.
Wins those player, who placed more pieces than the other.
- git clone https://github.com/dlenskyi/filler.git
- make
- usage example: ./resources/filler_vm -f resources/maps/map01 -p1 ./dlenskyi.filler -p2 resources/players/grati.filler
Enjoy!
- graphic visualization using minilibx library.