Skip to content

yacchin1205/processing-tank-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

processing-tank-game Binder

A tank game made using Processing Python Mode.

Game logic by Arjo, Map generation by Renze

screenshot

YouTube demo

Features

Destructible terrain

Tanks can shoot and build in a world that is procedurally generated

Tank movement

Tanks have collision with the environment and can aim independently from their wheel direction.

Controls:

  • W: drive forward
  • S: drive backwards
  • A: turn left
  • D: turn right
  • J: aim left
  • L: aim right
  • Spacebar: shoot
  • K: build

Enemy AI object

Controls enemy tanks randomly

UI Screens

  • Start screen
  • Pause screen
  • Gameover screen

Tank health

Tanks can be hit by bullets and their health will go down, both for the enemy tanks as for the player. Each tank has its own healthbar

About

A tank game made using Processing Python Mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.6%
  • Python 11.4%