Skip to content

MurkSec/BavariaTheGame

Repository files navigation

Bavaria The Game

A Text-Based Rogue-Like Dungeon Adventure Game

Main Version | v0.2

Dev Version | v0.21Dev | Build Status

A Text-Based Rogue-Like Adventure Game. Based around games of old, you are an adventurer set on discovering a secret. More to come.

alt text

Installation

Python 3.6 is required.

Development setup

Straight forward: Just pull down the py files. Nothing advanced here.

Versioning Rubric

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.

Release History

  • 0.1.1
    • Initial Code Submission

Meta

Distributed under the GPL v3. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request