https://github.com/freekmencke/project-tartarus
Project Tartarus is my hobby project. It's going to be a 2D dungeon crawler, with semi-randomized maps.
https://github.com/freekmencke/project-tartarus
Last synced: 4 months ago
JSON representation
Project Tartarus is my hobby project. It's going to be a 2D dungeon crawler, with semi-randomized maps.
- Host: GitHub
- URL: https://github.com/freekmencke/project-tartarus
- Owner: FreekMencke
- Created: 2021-02-12T18:04:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:10:50.000Z (over 2 years ago)
- Last Synced: 2024-12-09T21:08:28.385Z (10 months ago)
- Language: Java
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Tartarus
## Intro
Project Tartarus is my hobby project. It's going to be a 2D dungeon crawler, with semi-randomized maps.
I'm writing the game in [libGDX](https://libgdx.com/), since I have already worked with it before, so I know what to expect. I also like the fact that it's a programming game development framework, no drag-and-drop stuff like Unity for example.
I'm currently still in the process of designing the internal mechanics of the engine, so there won't be any real gameplay for while yet.