Skip to content

Prototype for a physics engine made from scratch.

Notifications You must be signed in to change notification settings

Muhlex/tank-game

Repository files navigation

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

About

Prototype for a physics engine made from scratch.

Resources

Stars

Watchers

Forks