Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aramshiva/royale

💻 a text-based adventure game
https://github.com/aramshiva/royale

adventure game python rpg text-based

Last synced: 5 days ago
JSON representation

💻 a text-based adventure game

Awesome Lists containing this project

README

        

## royale
a text based adventure game by [aram](https://github.com/aramshiva)

### about
This is a python game that focuses on expansion, this game recieves most of its data through an editable dictonary where someone can change the data table (`data`) and can create a whole new game with a new theme.

### playing
running this game is quite simple. First, clone this repository by running:
```
git clone https://github.com/aramshiva/royale
cd royale
```
you are now in the games files. to run the game run this simple command
```
python3 main.py
```

### features planned
- rewrite how turns work and make every action a turn
- Be able to equip armor and heal outside of a fight.
- replace do you want to look at inventory with an inv command
- Move Data from a dictonary into a class object to clean up code.