code-branchCollaborating & Version Control

All Out is flexible and allows you to use any version control system you'd like, but we recommend uploading your project to GitHub!

There are a number of reasons to use a version control tool like Git as you develop your game

  • Easily backup and revert to earlier changes

  • Work together with other developers on your team

  • Easily open your project on other devices

We recommend using GitHub to do so and their desktop client is pretty easy to use!

  1. Create a new repository using your game project folder

  2. Create an initial commit and publish your repository to GitHub!

https://www.youtube.com/watch?v=8Dd7KRpKeaEarrow-up-right

Last updated