Language | Duration | Concept | Mark | Author |
---|---|---|---|---|
3 Weeks | C programming | @titi0267 |
This project is based on a very famous game based on matchsticks.
There is a certain number of matchstick lines.
The two players take turns; each player can, on a same line, take one or several matchsticks.
The losing player is the one to take the last matchstick.
On linux:
-
make
to generate the binary. -
./matchstick -h
to see usage.
Language | Duration | Concept | Mark | Author |
---|---|---|---|---|
3 Weeks | C programming | @titi0267 @SylvianBurn |
The goal of this project is to generate mazes (in a reasonable amount of time), solve them (in a reasonable amount of time), and print the solution.
On linux:
-
make
to generate the binary. -
./generator/generator -h
to see usage. -
./solver/solver file_to_solve