TDT4240 Tank Wars
This is the repository for the TDT4240 course at NTNU. The project is a 2D tank game, where the goal is to destroy the enemy tank. The game is written in Java using the LibGDX framework.
Setup
Backend
The backend is written in Typescript using the Express framework. The backend handles connection with the database and ongoing gameStates.
Frontend
The frontend is written in Java using the LibGDX framework. The frontend handles the game logic and rendering.