Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 247 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 247 Bytes

USPCourse

Intro to Computer Science course from USP - Coursera.

NIM.py: implementation of the game NIM, where 2 players have N pieces in the table and each one can remove in it's turn a max of M pieces. The player who takes the last piece win.