Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 646 Bytes

About the game

Nim-game is a board game that relies especially on your abilities to calculate possibilities forwards on moves. There will be a limited amount of pieces on the board, and you will have to win based on the rules.

Rules of the game

1 - You can only take at least one, and at most a "m" amount of pieces off the board

2 - The user who takes the last amount of pieces off the board wins

About the program

In this program, you'll play against a bot, and you're challenged to win (or at least try to). Can you do it? The bot, however, will not give up easily, since it's programmed to never lose.

Good luck :):)