itch.io
The best place to upload your games for free hosting. Easy to monetize your games as well. Also where we upload our game jam entries!
Trello
A great way to delegate tasks in a team or keep track of development of a large project.
Git
Git is one of the most common version control systems out there. It’s powerful and fairly easy to use. It’s great for collaborating or just keeping a history of your code. Using version control is highly recommended for anyone that codes.
Git Resources
- Git SCM: The de-facto book on Git. Perhaps a little wordy, but great for learning.
- Git By Example: Step by step tutorial that includes getting Git set up.
- Github: provides hosting for projects and additional web features that can make git more user friendly.