Code Monkey home page Code Monkey logo

tunneltanks's Introduction

#TunnelTanks

This project is a slightly modernized version of a 1991 DOS game called Tunneler, by Geoffrey Silverton. This port is powered by SDL, and licensed under the GPLv3.

For a little bit of context, check out the 'tunneler' tag on my blog: http://blog.poweredbytoast.com/tag/tunneler

##Building

This thing needs CMake to configure, a Make-like program to compile, and the SDL libraries to run, so make sure you have all of those...

To test this program out, cd into this directory, and run:

cmake . && make && ./tunneltanks

To install, run:

sudo make install

To return the project to it's pristine starting state, run:

make dist-clean

That command may need to be run as root if you did a make install, since make install also needs to be run as root and may leave a root-owned file in the directory. You can blame CMake for this inconvenience...

Also, this project has some packaging targets, so try:

  • make package-tbz2 to make a binary tar.bz2,
  • make package-deb to make a debian package file, and
  • make package-rpm to make a RPM package file. (Requires rpmbuild.)

##Android Build (Experimental, and probably out-of-date...)

If you wish to compile the Android port of this project, then first make sure that you have both the Android SDK and NDK downloaded, extracted into directories, and that the SDK's root directory and the NDK's "tools" directory are both in the current $PATH. Then, cd into the android subdirectory and run the build.sh script. That will compile everything needed, and assemble the resulting debug apk's in the bin subdirectory.

tunneltanks's People

Contributors

raydog avatar

Watchers

dwangoAC avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.