https://github.com/katyaprusakova/filler
A project for Hive Helsinki where the goal is to create a player for the game filler, my player shall be able to put more pieces to a board than enemy does.
https://github.com/katyaprusakova/filler
42school algorithm heatmap
Last synced: 8 months ago
JSON representation
A project for Hive Helsinki where the goal is to create a player for the game filler, my player shall be able to put more pieces to a board than enemy does.
- Host: GitHub
- URL: https://github.com/katyaprusakova/filler
- Owner: KatyaPrusakova
- Created: 2020-11-25T13:52:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T21:07:41.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T20:43:54.186Z (over 2 years ago)
- Topics: 42school, algorithm, heatmap
- Language: C
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# filler
Filler is an algorithmic game which consists in filling a grid of a known size in advance with pieces of random size and shapes, without the pieces being
stacked more than one square above each other and without them exceeding the grid. If one of these conditions is not met, the game stops.