Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeshay/roguelikegame
Rogue like game coded in C++.
https://github.com/lukeshay/roguelikegame
Last synced: about 7 hours ago
JSON representation
Rogue like game coded in C++.
- Host: GitHub
- URL: https://github.com/lukeshay/roguelikegame
- Owner: lukeshay
- Created: 2019-04-02T03:24:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:22:30.000Z (11 months ago)
- Last Synced: 2024-04-30T10:26:13.246Z (6 months ago)
- Language: C++
- Homepage:
- Size: 138 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
For this homework I added a few new features to my game. I have added water and
sand as new terrain on the map. The water is denoted by '~' and if you stay in
it for too long you will drown. Sand is denoted by '*' and if you stay in it
too long you will sink to a new dungeon. I have also updated combat so the
defense bonus from items will subtract from the damage. Another feature I added
is portals. If you use a portal, denoted by '^', you have a 10% chance of
teleporting to a new floor otherwise you go to the other portal. There are now
2 hidden traps generated for each floor. When you go on the trap, you are stuck
there for two turns. You still get your turns but you cannot move.