An SDL game based on the Javascript game Monorun! by Benjamin Horn.
- libSDL2
- libSDL2_image
The package is built using GNU Autotools.
./autogen.sh
./configure
make
make install
- Implement start and end screens
- Make
make install
work properly with graphics - Images are currently loaded from the working dir, support installed paths
- Fullscreen support
- Draw thicker lines between Rolands
- Implement highscore (?)
- Cross platform support