Edigon is a short singleplayer turn-based RPG created in Python using mainly the pygame library.
To run the game itself, you may simply execute the Edigon.py file found in the root of the repository. However, in order to run the game as intended, please ensure the following.
The requires the pygame to run properly. If you don't have pygame installed onto your device, use the package manager pip to install it.
Then, simply run this command into the command prompt:
pip install pygameOnce you have pygame, make sure that all the assets & external scripts for the game are in the same location as the Edigon.py file (most likely in the root of the folder).
Inspiration for the combat system was taken from Undertale. The music for this game was taken from Deltarune & Ni no Kuni II: Revenant Kingdom.
This project was officially completed on January 5th, 2019 by:
- Ayman Mohammad
- Jonah Bron
Please note that this repository only serves as an archive for the code as it is, however, changes may be made in the future.