This project is an Open Source Console based RPG made with Python with some builtin functions that make this game more like an RPG than of a Visual Novel that only asks you where to go.
When the game asks you a "yes/no" question, reply with "y" or "n" without the quotes, obviously
The builtin functions are still in-dev so for now you shouldn't worry about that
-
All of the
0.1
versions include the changes made within the Woods Arc -
All of the
0.2
version include the changes made within the Dungeon Arc -
All of the
0.3
version include the changes made within the Haunted Mansion Arc
- Code cleanup
- Library rearrange
- Ordered some files so that devs can modify them more easily
- Since the change made before caused some bugs (instead of doing
import directory
and thendirectory.module.function()
we didfrom directory import module
) - Updated README.md as usual
- Added README.md and updated it multiple times
- Project Released on GitHub