Below you will find pages that utilize the taxonomy term “games”
Cannonball (the OutRun Engine)
February 7, 2014How to install cannonball the outrun engine on your own PC for the ultimate Retro Experience on Ubuntu/Debian Derivates. With Windows the Process is defined on the github page.
{% highlight bash %} DIRRECTORY=~/git mkdir $DIRRECTORY git clone https://github.com/djyt/cannonball.git $DIRRECTORY/cannonball cd $DIRRECTORY/cannonball
could not get it to target debian cp cmake/debian.cmake cmake/default.cmake mkdir build cd build sudo apt-get install cmake libsdl1.2-dev libboost1.53-dev -yy cmake ../cmake make ln -s ../roms roms
Nethack 4
February 7, 2014There are many clones in the Nethack Community. Here is one that i learned to love the most.
dynahack is the way to go. Download the latest source or git clone it.
git clone https://github.com/tung/DynaHack cd DynaHack sudo apt-get install gcc flex bison libncursesw5-dev libjansson-dev \ zlib1g-dev cmake cmake-curses-gui mkdir build cd build cmake .. ccmake . Set SHELLDIR and CMAKE_INSTALL_PREFIX to /home/username/dynahack/install.
Set BINDIR, DATADIR and LIBDIR to /home/username/dynahack/install/dynahack-data.