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

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.

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