Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.01 KB

tank-game

This is a prototype for a Worms inspired round based artillery game. The main idea was to try and implement a basic physics engine from scratch. It only supports circle and polygon collisions with rigid bodies and is far from perfect. Levels are loaded by parsing SVG files, which allows usage of any vector image editing software to design levels. Furthermore it is my first time playing around with multithreading outside of web technologies.

This prototype is built using Processing 4 and it's Sound Library. For the destructible environments I used Clipper for Java.

Demo Videos

Basics.mp4
Physics.mp4
Multiplayer.mp4