peteb / tankage

Multiplayer 2D tank game; drive around in a mutable world together with friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Age of Tanks
================

Compete against fellow players for rewards and advancements, maybe you'll become
the master tank!
With guns blazing in a fast multiplayer experience you will advance in the tank
ranks and earn cool accessories and items for modifying your tank and improving
your weapons--you probably need a bigger gun to beat that big bully!


Features
------------

* The game will be multiplayer-only (probably)
* Multiplayer will be easy, no addresses, no messing about. Start, wait for your turn, fight!
* Persistent servers will be put up where your tank user can be stored
* You can customize your tank and your arsenal, get new and better weapons
* There will be different kind of score lists for you to top
* New items (weapons, mods, etc.) will be added over time using scripting
* Away from your computer? Continue playing on your Android or iPhone phone, or why not an iPad or Tab?

There are so many possible ideas here. Wouldn’t it be cool if the server could twitter the best players?

Progress/blog
-------------
The development progress can be followed on the blog, [http://blog.iostream.cc](http://blog.iostream.cc)

Building
-------------
Definitions used from cmake:
CMAKE_BUILD_TYPE=Debug
SERVER=true
SERVER_AND_CLIENT=true

For example,
cmake -DSERVER=true .
  
Architecture
-------------
![Architecture](http://iostream.cc/~peter/dump/architecture.png)   

About

Multiplayer 2D tank game; drive around in a mutable world together with friends


Languages

Language:C 73.2%Language:C++ 26.6%Language:Objective-C 0.1%Language:Shell 0.0%