Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ A curated list of game development resources to make **magic** happen.
- [Videos/Podcasts](#videospodcasts)
- [Game Jams](#game-jams)
- [Project Management](#project-management)
- [Version Control](#version-control)
- [Complete Game Sources](#complete-game-sources)
- [Communities](#communities)
- [Ads](#ads)
Expand Down Expand Up @@ -503,6 +504,14 @@ _Blogs, portals, magazines and more_
- :money_with_wings: [Taiga](https://taiga.io/) - Project management platform for agile developers & designers
- :money_with_wings: [Trello](https://trello.com/) - Organize and prioritize projects

### Version Control

- :money_with_wings: [Diversion](https://www.diversion.dev/) - Cloud version control for game development, with Unreal Engine and Unity integration. Free tier for 5 users and 100GB storage.
- :tada: [Git LFS](https://git-lfs.com/) - Git extension for versioning large files, widely used in indie game pipelines.
- :moneybag: [Helix Core (Perforce)](https://www.perforce.com/products/helix-core) - Centralized version control used in AAA game development.
- :tada: [Subversion](https://subversion.apache.org/) - Open source centralized version control system, still used in some studio pipelines.
- :money_with_wings: [Unity Version Control](https://unity.com/features/version-control) - Formerly known as Plastic SCM. Version control integrated with Unity.

### Complete Game Sources

- :tada: [Barotrauma](https://github.com/Regalis11/Barotrauma)
Expand Down