A simple DS implementatation for command line interfaces with ncurses/pdcurses. Joystick support implemented with SDL.
If you are using Linux, you will need to install the following packages:
sudo apt-get install libsdl1.2-dev
sudo apt-get install ncurses-dev
If you are using Mac OSX, use HomeBrew to install ncurses:
brew install ncurses
I have already included the static SDL library for OSX users. This project already provides the libraries for Microsoft Windows.
This project is released under the MIT license.