Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorharri-chal/matchsticks
- Owner: VictorHarri-Chal
- License: mit
- Created: 2021-05-31T11:57:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T12:13:08.000Z (over 3 years ago)
- Last Synced: 2024-10-31T22:13:15.555Z (about 2 months ago)
- Topics: ai, c, epitech, first-year-project, game, matchsticks-game
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)