Back to Portfolio

Tank Battle

A tank combat game with real-time online multiplayer

TankBattle is a remake of an .io game called TankRoyale, which itself is just another another adaptation of the classic 2D top-down tank combat game genre.

This web game was actually the first real full-stack web app I ever made. The frontend is just vanilla HTML, CSS and JS, with p5.js as the main graphics library. The backend consists of two Node.js servers - one being a REST API and authentication service powered by Express, and one for real-time data streaming over WebSockets using ws. A MySQL database is used for storing and querying user data.

TankBattle is by far one of the most fun and rewarding programming projects I have ever built. It was also the project that inspired me to continue learning web development and to one day become a full-stack software engineer!

Carousel image #0Carousel image #1Carousel image #2