jhartell / monorun-sdl

An SDL game based on the Javascript game Monorun! by Benjamin Horn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Monorun-sdl

An SDL game based on the Javascript game Monorun! by Benjamin Horn.

Dependencies

  • libSDL2
  • libSDL2_image

Installation

The package is built using GNU Autotools.

./autogen.sh
./configure
make
make install

Todo

  • 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

About

An SDL game based on the Javascript game Monorun! by Benjamin Horn

License:GNU General Public License v3.0


Languages

Language:C 79.0%Language:C++ 19.4%Language:Makefile 1.4%Language:Shell 0.2%