Otello, a game written in C. Uses SDL library for UI part. Can be compiled and run on Linux/Windows.
- CMake as a building environment
- libsdl
- libsdl-ttf
- libsdl-image
$ cmake . && make$ ./otello- Q - quit program
- B - undo last move
This code uses the ISC License