Skip to content
Snippets Groups Projects
Jan Einar Thorvaldsen's avatar
Jan Einar Thorvaldsen authored
Resolve "sounds in gameplay"

Closes #67

See merge request !82
c4237353
History
Name Last commit Last update
backend
frontend
.gitlab-ci.yml
README.md

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.