A text-based city management game. This will be as complicated as I can make it, so I'd welcome your help.
| Branch | Build Status |
|---|---|
master |
|
development |
See the contributing guidelines for how to help out.
- Work on the
developmentbranch - When enough has happened for a version bump and the code is stable, open a pull request to
master - Note all changes since the last version
- Run
./gradlew updateand choose the appropriate option to bump the version number - Review the new code and make any necessary changes
- If the CI builds pass, merge the PR
- Run
git rebase development master(or, if ondevelopment, simplygit rebase master) - Continue working on the
developmentbranch
- Urgent issues (generally ones that crash the game)
- Harmful unexpected behavior (when the game isn't crashing, but there is a "game-breaking" exploit such as this one)
- Other unexpected behavior
- New features
- Enhancements