SourceForge.net Logo

Home News Download Install Credits
Strategy Games Card Games Word Games Misc Games Wanted
   
Windows
Grab the installer and run it.
Linux - Install Full Package
  1. Download the source tarball here.
  2. Untar the source - tar -zxvf touchmegames-x.x.x.tar.gz, where the x.x.x is the current version
  3. Change directory into the source directory - cd touchmegames/src.
  4. Make the binaries - make
  5. Install the binaries and other files - make install
  6. Play - touchmegames
Install Individual Games
  1. Unar the source - tar -zxvf touchmegames-x.x.x.tar.gz, where the x.x.x is the current version
  2. Change directory into the source directory of the game you wish to install, example gorillathrilla - * cd touchmegames/src/gorillathrilla.
  3. Make the game - make game
  4. Install the binary and other files - make install
  5. Play - gorillathrilla