Skip to content

julienr/zoob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoob

Zoob is a 2D tank game for Android. All the game code is written in C++ with the menus written in C. It is therefore able to run very well on old devices like the HTC Magic (I developped it on a HTC Magic).

Some parts of the UI are in Java.

The master branch contains the source code for the version that is published on the Market. The net branch contains code for a multiplayer version that I never really finished but is somehow working (it lacks a UI though :-) ).

Qt

Zoob can also run on the desktop thanks to its QT interface ! It is located in project/jni/qt/

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.