A Text-Based Rogue-Like Dungeon Adventure Game
Main Version | v0.2
A Text-Based Rogue-Like Adventure Game. Based around games of old, you are an adventurer set on discovering a secret. More to come.
Python 3.6 is required.
Straight forward: Just pull down the py files. Nothing advanced here.
Common Version String: v0.1.2D
- 0
- MAJOR VERSION: This will be for major releases. Not pushed often.
- 1
- MINOR VERSION: This will be for minor releases. These will be incremented for pushes of milestones. Expect major changes when these are updated.
- 2
- BUILD VERSION: This will be for changesets. This will be incremented for feature updates. This number is only present in development, Alpha, and Beta branches and builds. (A D,A,or B type RELEASE-TYPE)
- D
- RELEASE-TYPE : Depicts the type of build. Production builds will not have this category. ** D - Development Version - These are development only builds, that will be full of bugs and debug information. ** A - Alpha Version - These are pre Beta builds meant for limited testing. They will be full of bugs, but will have playability. ** B - Beta Version - These are builds that are ready to play and are released to find bugs and test new features.
- 0.1.1
- Initial Code Submission
Distributed under the GPL v3. See LICENSE
for more information.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request