Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risingthumb/roguepy
A generic Roguelike
https://github.com/risingthumb/roguepy
python python3 roguelike roguelike-game roguelikedev
Last synced: 20 days ago
JSON representation
A generic Roguelike
- Host: GitHub
- URL: https://github.com/risingthumb/roguepy
- Owner: RisingThumb
- Created: 2018-11-09T00:34:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T10:14:16.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T12:41:52.341Z (2 months ago)
- Topics: python, python3, roguelike, roguelike-game, roguelikedev
- Language: Python
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RoguePy
A generic RoguelikeFollowing this tutorial for the creation of it, and deviating from it where I feel it's necessary.
http://rogueliketutorials.com/libtcod/1
## My intentions
My intentions with this as I have finished the tutorial is to continue developing upon it. The following in this list are a set of features I wish to implement.
- [ ] Randomly generated dungeon history or world history.
- [ ] Room theming
- [ ] More forms of level procedural generation
- [x] More equipment and items
- [ ] Item identification syste,
- [ ] Level ups as mutations instead of straight stat boosts
- [ ] Mouse interaction
- [ ] Ranged weapons
- [ ] Tinkering system
- [ ] Gameplay loop(I'm thinking of space ship or overworld traders at a location - > Dungeoneering a dungeon with X floors and Y theme).
- [ ] Proper Equipment system