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.