Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.2 KB

Description

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.

Instructions

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

Changelogs and Informations about Alpha Versions

Informations

  • 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


Changelogs

0.1.3

  • Code cleanup
  • Library rearrange

0.1.2

  • 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 then directory.module.function() we did from directory import module)
  • Updated README.md as usual

0.1.1

  • Added README.md and updated it multiple times

0.1.0

  • Project Released on GitHub