Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aramshiva/royale
- Owner: aramshiva
- License: apache-2.0
- Created: 2024-06-10T04:40:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T06:59:53.000Z (5 months ago)
- Last Synced: 2024-06-22T17:17:18.394Z (5 months ago)
- Topics: adventure, game, python, rpg, text-based
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.