Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorharri-chal/matchsticks

🧯 A project based on the famous matchsticks game. Done on my 1st year at Epitech
https://github.com/victorharri-chal/matchsticks

ai c epitech first-year-project game matchsticks-game

Last synced: 3 days ago
JSON representation

🧯 A project based on the famous matchsticks game. Done on my 1st year at Epitech

Awesome Lists containing this project

README

        

# matchsticks

## About The Project
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.

However, in this case, your playing against an AI who plays randomly !

## Requirements
* GCC

## Getting Started
Execute ```make``` then ```./matchstick $[Nombre de lignes] $[Maximum d'allumettes par tour]```

![MATCHSTICK](matchstick.png)