A lightweight checkers logic engine and UI
I created this project to help me learn the basics of C, which it has done perfectly.
To have a lightweight checkers logic engine and UI that's small enough to run on something like the Pinetime, and flexible enough to run on a desktop.
make # Creates the executable(s)
make clean # Removes the executable(s)
make run # Runs the executable(s)
make refresh # Cleans, creates, & runs the executable(s)