-
Notifications
You must be signed in to change notification settings - Fork 455
Creating a release
Kyle Conroy edited this page Oct 25, 2013
·
4 revisions
The release process for the game is entirely automated. All you as a developer need to do is open a pull request from the master
branch into the release
branch. Once that branch is closed, the CI system will take over.
A release involved some, if not all, of the following steps
- Run the unit tests
- Validate all XML and JSON files
After every commit on the master
branch, we upload a new version of the game. These releases do not get pushed out via the automatic updates. These builds are raw and probably contain bugs, so only use these for development.
Play Testing
Game Design
- Story Summary
- Gameflow
- NPC
- Enemies
- Camera
- Areas
- Inventory and Items
- Gameplay
- Interface
- Existing Characters and NPCs
- Frequently Asked Questions
- Future Episodes
Development Guides
- Creating a Release
- Level Creation
- Tileset Creation
- Character Creation
- Costume Creation
- Audio Creation
Episode Resources