Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 236 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 236 Bytes

nim-game

Simple nim-game solver

Enter any stack seperated by space
Solves the game with entered input
Repeat this until you will be the winner!

Example input: 2 5 5
Output: Remove 2 item(s) from stack 1
...