https://github.com/raymond-w-ko/letterdungeon
A roguelike dungeon game for VR, staying true to the original visually.
https://github.com/raymond-w-ko/letterdungeon
Last synced: about 1 month ago
JSON representation
A roguelike dungeon game for VR, staying true to the original visually.
- Host: GitHub
- URL: https://github.com/raymond-w-ko/letterdungeon
- Owner: raymond-w-ko
- Created: 2015-09-23T21:46:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T02:20:55.000Z (over 9 years ago)
- Last Synced: 2023-03-22T14:18:30.863Z (about 2 years ago)
- Language: C++
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# letterdungeon
A roguelike dungeon game for VR, staying true to the original visually.## Design Decisions
Basically deciding what type of game this is.
* Turn based.
* Uses letters to represent the floor, monsters, walls (like the original rogue and angband).
* Easy to create assets as I am not a 3D artist.
* Hopefully balanced by having crazy fancy shader effects for coolness.