https://github.com/tmseldon/supertanks
[Unreal 5.3] Isometric Battle Tank demo game
https://github.com/tmseldon/supertanks
isometric isometric-game tanks-game unreal
Last synced: about 2 months ago
JSON representation
[Unreal 5.3] Isometric Battle Tank demo game
- Host: GitHub
- URL: https://github.com/tmseldon/supertanks
- Owner: tmseldon
- Created: 2023-09-17T23:11:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:49:59.000Z (about 2 years ago)
- Last Synced: 2025-12-30T16:18:24.062Z (6 months ago)
- Topics: isometric, isometric-game, tanks-game, unreal
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# superTanks
[Unreal 5.3] GameDev.tv's course - Isometric Tanks
This is a small game made for the Unreal Dev C++ course from GameDev.tv. In this game, the player controls a tank with the objetive to destroy all the enemies turrent while avoiding their porjectiles.
## Game design and technical challenges
- The last changes on this project was made to test the MVVM plugin for the UI widgets. Particularly in this case, the 'Game Over' screen, it uses MVVM for the text content
