CityManagement
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.
Workflow
Pre-1.0.0
- Work on the
development
branch
- 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 update
and 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 on development
, simply git rebase master
)
- Continue working on the
development
branch
Priorities
- 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
Post-1.0.0