https://github.com/mrgg570/rpgv2
⚠️ I'm not working on this project anymore. Don't expect updates to come anytime soon.
https://github.com/mrgg570/rpgv2
game python python-3 python3 rpg rpg-game terminal-game text-based-game
Last synced: 11 months ago
JSON representation
⚠️ I'm not working on this project anymore. Don't expect updates to come anytime soon.
- Host: GitHub
- URL: https://github.com/mrgg570/rpgv2
- Owner: MrGg570
- Created: 2024-10-19T15:58:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T15:33:49.000Z (over 1 year ago)
- Last Synced: 2025-04-03T13:51:17.184Z (about 1 year ago)
- Topics: game, python, python-3, python3, rpg, rpg-game, terminal-game, text-based-game
- Language: Python
- Homepage: https://mrgg570.github.io/RPGv2/
- Size: 1.99 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Cliquez ici pour la documentation en français](./README_FR.md)
# RPGv2
### Feature list
- [x] __**Combat system**__
- [x] Applying damage to characters
- [x] Handling multiple attack choices
- [x] Handling multiple enemies
- [ ] Difficulty balancing (in progress)
- [ ] Weakness system (I'll do it eventually)
- [x] __**Travelling system**__
- [x] Handling zone changes
- [x] Handling zone effects and attributes
- [x] Quest system to unlock zones
- [ ] __**Objects & bag system**__
- [ ] Inventory slots for equipement
- [ ] Handling equiped equipement effects and buffs
- [ ] Object drops in fights
- [ ] Shop system and currency
- [ ] **Adding a story line**
- [ ] Adding more zones, monsters, items
- [ ] Add a boss
### Install the game
- [Download](https://github.com/MrGg570/RPGv2/archive/refs/heads/main.zip) the code archive and extract it
- Install dependancies:
```ssh
python -m pip install -r requirements.txt
```
- Run main python programm:
```ssh
python main.py
```