Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 617 Bytes

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