{ }< />( )[ ]=>::&&||
🌳 SKILL TREE

Game Developer

A beginner-to-portfolio roadmap for game programming, engines, gameplay systems, art/audio pipeline, testing, and publishing. This comprehensive guide covers foundational computer science, game engine mastery, core gameplay mechanics, production workflows, and crucial steps for publishing and building a professional portfolio.

32Skills
0Done
0XP
0%
📘

Programming & Game Math Fundamentals

CORE

Establish a robust foundation in programming and mathematics, indispensable for understanding and implementing game logic, physics, and complex systems.

📘

Core Programming Concepts (C#/GDScript)

CORE

Master variables, data types, control flow, functions, classes, events, collections, debugging, error handling, and basic command-line usage. Focus on practical application in a game development context.

📘

Data Structures & Algorithms for Games

CORE

Understand and apply fundamental data structures (arrays, lists, dictionaries, stacks, queues) and basic algorithms (searching, sorting) to efficiently manage game data and logic. Explore their practical use in game scenarios.

📘

Applied Game Math & Physics Basics

CORE

Learn coordinate systems, vector math (addition, subtraction, dot/cross products, normalization, magnitude), basic matrix transformations, quaternions for rotation, linear interpolation (Lerp), trigonometry (sine, cosine), delta time, collision detection (AABB, sphere, raycasting), and fundamental kinematics for game physics.

📘

Object-Oriented Principles & Game Patterns

CORE

Dive into OOP concepts like encapsulation, inheritance, polymorphism, and interfaces. Explore common game programming patterns such as Component, State, Command, Observer, Singleton, and Object Pool patterns for cleaner, more maintainable code.

📘

Game Engine Fundamentals

CORE

Gain proficiency with a leading game engine, understanding its core architecture, editor workflow, and integrated systems for crafting interactive experiences.

📘

Engine Selection, Installation & Project Setup

CORE

Evaluate and choose an appropriate game engine. Learn to install the engine, set up new projects, configure editor settings, manage project settings (build targets, quality), and organize project files effectively, including basic package/plugin management.

📘

Engine Core Concepts (Scenes, Objects, Components)

CORE

Understand fundamental engine concepts: Scenes/Levels, GameObjects/Nodes, Components/Scripts, Prefabs/Instancing, and the Scene Hierarchy. Learn how these elements combine to build game worlds and manage complexity.

📘

Basic Asset Pipeline & Management

CORE

Learn to import various asset types (3D models, textures, sprites, audio), set up materials (PBR workflow basics), configure import settings, utilize sprite atlases, and manage assets within the engine for efficient development.

📘

Input Management & Controls

CORE

Implement responsive player input for keyboard, mouse, and gamepads. Understand input mapping, action systems, event-driven input handling, input remapping, and basic mobile touch input.

📘

User Interface (UI) Development

CORE

Design and implement in-game menus, HUDs, pause screens, and other interactive UI elements using the engine's dedicated UI system. Understand layout groups, responsive UI design, and basic localization considerations.

📘

Physics & Collision Systems

CORE

Work with rigidbodies, colliders (various shapes like box, sphere, capsule, mesh), triggers, and physics layers/tags to create realistic interactions, detect collisions, apply forces, create joints, and manage physical simulations within the game world.

📘

Animation Systems (Characters, Objects)

CORE

Implement character animation using state machines, blend trees, and keyframe animation. Learn to animate objects, UI elements, understand root motion, basic inverse kinematics (IK), and integrate animation events into gameplay logic.

📘

Unity Engine Essentials

CORE

Specific deep dive into Unity's architecture: MonoBehaviours, ScriptableObjects, Prefab workflow, Editor Scripting basics, understanding the Game/Editor lifecycle (Update, FixedUpdate, LateUpdate), Coroutines, Scene Management, and an introduction to rendering pipelines (URP/HDRP).

📘

Godot Engine Essentials

CORE

Specific deep dive into Godot's node-based architecture: SceneTree, Signals and slots, Resources, AutoLoad (Singletons), custom editor tools, understanding the process callback (delta), and 2D/3D rendering specifics with GDScript and C#.

📘

Core Gameplay Systems Development

⚡ ADV

Develop robust and engaging gameplay systems, including character behaviors, AI, core game mechanics, and dynamic level interactions.

📘

Character Controllers & Player Movement

⚡ ADV

Build responsive player and character controllers for various genres (e.g., first-person, third-person, 2D platformer, top-down). Implement advanced movement mechanics like jumping, dashing, climbing, ground detection, slope handling, step-up mechanics, and intuitive camera controls.

📘

Core Game Mechanics Implementation

⚡ ADV

Implement essential game mechanics such as health and damage systems, stat systems, status effects, inventory management, item usage, basic crafting, progression systems (XP, leveling), resource management, and robust save/load functionality with data persistence.

📘

Basic Game AI (State Machines, Pathfinding)

⚡ ADV

Create intelligent enemy behaviors using finite state machines and an introduction to behavior trees. Implement basic pathfinding algorithms like A* and utilize navigation meshes for intelligent NPC movement, including sensing (line of sight, hearing) and basic decision-making.

📘

Level Design & Environmental Interaction

⚡ ADV

Learn principles of level design, including whiteboxing, prototyping, pacing, difficulty curves, environmental storytelling, and modular level design. Implement interactive elements, environmental puzzles, and event triggers within levels.

📘

Game State, Event & Scene Management

⚡ ADV

Implement robust systems for managing game states (e.g., main menu, gameplay, pause, game over), handling game-wide events (event bus), and efficiently transitioning between scenes/levels. Understand game flow and data management across different states.

📘

Production, Polish & Game Design

⚡ ADV

Integrate art and audio, optimize game performance, apply advanced game design principles, and manage collaborative workflows to elevate the quality of your game.

📘

Art & Audio Asset Integration

⚡ ADV

Learn advanced techniques for integrating 2D and 3D art assets (spritesheets, tilemaps, models, textures, animations, UV mapping basics, LOD groups). Implement sound effects, background music, audio mixing, soundbanks, and spatial audio for immersive experiences.

📘

Visual Effects & Shader Introduction

⚡ ADV

Create compelling visual effects using particle systems, post-processing effects (color grading, bloom, ambient occlusion), and learn the basics of shader programming (vertex/fragment shaders, PBR materials, shader graphs/visual editors) for custom visual styles and effects like decals.

📘

Game Design Principles & Player Experience

⚡ ADV

Deepen your understanding of core game design principles, including player psychology, feedback loops, core loops, balancing, emergent gameplay, creating a positive user experience (UX), and the importance of 'game feel'.

📘

Performance Optimization & Profiling

⚡ ADV

Identify and resolve performance bottlenecks using profiling tools (CPU, GPU). Implement strategies for draw call reduction, batching, occlusion culling, LODs, asset compression, memory management, and understanding common causes of memory leaks for smooth gameplay.

📘

Version Control & Collaborative Workflows

⚡ ADV

Master Git for version control, including branching strategies (e.g., GitFlow, Feature Branching), merging, pull requests, and resolving conflicts. Learn best practices for collaborative game development using Git LFS (Large File Storage) for assets and implementing code reviews.

📘

Testing, Deployment & Portfolio

⚡ ADV

Navigate the final stages of game development, from rigorous testing and optimization to successful deployment, marketing, and creating a strong professional portfolio.

📘

Quality Assurance & Playtesting Feedback

⚡ ADV

Develop strategies for internal and external playtesting. Learn to collect, analyze, and act on player feedback. Implement basic unit and integration testing for game logic, utilize bug tracking systems, and conduct user experience (UX) testing to ensure a high level of game quality and polish.

📘

Building & Cross-Platform Deployment

⚡ ADV

Understand the process of building your game for various platforms (PC, WebGL, Mobile). Configure build settings, optimize for different target environments, manage asset packaging, create debugging builds, and package your game for release. Introduction to basic CI/CD pipelines.

📘

Game Marketing & Community Engagement

⚡ ADV

Learn to create compelling store pages (itch.io, Steam, app stores), develop engaging trailers and screenshots, craft professional press kits, engage with communities via devlogs and social media, manage post-launch feedback, and understand basic monetization strategies (F2P, premium).

📘

Capstone Project: Develop & Publish Your Game

⚡ ADV

Apply all acquired knowledge and skills to design, develop, polish, and successfully publish a complete, small-scale game. This project serves as a cornerstone for your professional portfolio, showcasing your ability to deliver a full game experience.

Next Career Milestone