Project Management
Shipping a game requires more than code and art — you need a system to stay organized. Here are tools and practices to keep your project on track.
Version Control
| Tool | Best For | Cost |
|---|---|---|
| Git + GitHub | Code versioning, collaboration, open-source | Free |
| Git LFS | Large binary files (art, audio) in Git | Free (with limits) |
| Perforce (Helix Core) | Large teams, binary-heavy projects | Free for up to 5 users |
Task & Project Tracking
- Trello — Simple Kanban boards; great for solo devs and small teams.
- Notion — All-in-one workspace for docs, tasks, and wikis.
- GitHub Issues + Projects — Integrated with your repo; free and powerful.
- HacknPlan — Purpose-built for game dev project management.
Communication
- Discord — Team chat, voice, and community management.
- Slack — Professional team communication.
⚠️ Quest Alert: If you're working solo, version control is still essential. A single
git commit can save you from losing hours of work to a crash or bad edit.
