Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 203 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 203 Bytes

Checkers

checkers.c is a simple implementation of the game of checkers. It should be short enough to understand for any student of C.

Compile with make console_checkers or make ncurses_checkers.