An open API service indexing awesome lists of open source software.

https://github.com/lchsk/pimp-my-tank

pimp my tank - video game for github game off 2016
https://github.com/lchsk/pimp-my-tank

cpp games linux sfml tab video-game

Last synced: about 2 months ago
JSON representation

pimp my tank - video game for github game off 2016

Awesome Lists containing this project

README

          

# pimp my tank

A video game created for GitHub Game Off 2016 (Theme is Hacking, Modding, or Augmenting).

The aim of the game is to control your tank and hit other players' (human or computer controlled) tanks. The user the *modify* his/her tank (by buying new weapons, changing tank's colour) as well as alter the environment (by changing the wind speed which makes shooting missiles quite tricky).

[Gameplay video](https://www.youtube.com/watch?v=-8dq__x5j-Q)

![pimp my tank](pimp_my_tank_2.png)

# Features
* several maps included (which allow to play in various configurations, e.g. human vs computer vs computer, or even watch computer players fighting each other)
* maps are stored in text files, so it's easy to create more maps without any programming
* when shooting, a player must take wind into account (as it can change missile's path massively)
* pixel-style graphics
* allows to play against a computer or against human players using the same machine
* computer players have different skills levels
* a player can buy various items in a shop (e.g. three types of missiles, upgrades)
* written in C++14 and intended for Linux

# Dependencies
* C++14 compiler (e.g. g++6), tested with g++ 6.1.1
* [SFML library](http://www.sfml-dev.org/) v2.3.2
* Linux, tested on Ubuntu 14.04

# Installation
After cloning the repository run:

$ ./compile_and_run.sh

which will compile the game and start it automatically.

Start the game from the terminal:

$ ./pimp-my-tank

(Remember to `cd` into the directory where the `pimp-my-tank` binary is located)

# Controls
|Key |Action |
|---|---|
|space |press to shoot |
|left / right |change weapon |
|up / down |alter angle of the gun |
|S |open / close shop|
|return |buy in a shop / confirm|
|N |move to the next turn |
|control |spin around the tank |
|esc |open menu / go back |

# Screenshots

![pimp my tank](pimp_my_tank_1.png)

![pimp my tank](pimp_my_tank_3.png)