Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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