Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justdoom/textdungeon
A dungeon like game used for learning C++
https://github.com/justdoom/textdungeon
Last synced: 12 days ago
JSON representation
A dungeon like game used for learning C++
- Host: GitHub
- URL: https://github.com/justdoom/textdungeon
- Owner: JustDoom
- Created: 2023-09-04T11:28:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-08T13:19:14.000Z (about 1 month ago)
- Last Synced: 2024-10-12T03:49:54.884Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This is sort of abandoned, a similar thing is being made [here](https://github.com/JustDoom/Cngine) now. A game engine for text dungeon games I guess**
This is just a C++ learning project
## TODO
- [x] Player
- [x] Basic room system
- [ ] Custom map maker
- [ ] Custom map saver
- [x] Replace map in terminal instead of printing a new one
- [x] Cool menu
- [ ] Basic LAN multiplayer
- [ ] Add "turns", each action will be a turn and thats when stuff happens
- [ ] Other entities (enemies)
- [x] Coloured text
- [ ] Some sort of inventory
- [ ] Different world render types - Render only room border and entities, Render floor and not border etc
- [ ] Saving "progress"
- [ ] Settings
- [ ] Modify colours
- [ ] World render type