This is the main repo for the disconnected game, this is an active under development project.
As this is an OpenSource game, the source code and relevant game data is free to browse.
Because of this reason you might encounter game shattering revelations, so keep in mind that any part of this repo is
spoiler land.
- clone the repo
cd disconnected
shards update
./test
Development process will be followed using issues.
- Fork it ( https://github.com/DisconnectedStudios/disconnected/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request