llms.txt Content
# llms.txt for https://outscal.com
> Outscal is a platform built by game developers for game developers! Over the last 6 years, we have helped thousands of professionals become game programmers and land jobs in the top game studios.
## Lists of Learning Paths
- [Complete Game Programmer](https://outscal.com/learning-paths/complete-game-programmer.md)
Learn every essential skill needed to break into game development—C++, Unity, DSA and design patterns through hands on projects.
- [AAA Game Programming](https://outscal.com/learning-paths/aaa-game-programming.md)
Master advanced C++ techniques, optimization strategies, and workflows used in top-tier game studios.
- [Indie Developer](https://outscal.com/learning-paths/indie-developer.md)
Transform game concepts into playable MVPs using Unity, C#, rapid prototyping, and design patterns.
- [Software to Game Dev](https://outscal.com/learning-paths/software-to-game-dev.md)
Bridge your software engineering skills into game development by applying CS fundamentals via game-based projects.
## Lists of Individual Game Development Courses
- [Learn C# while creating a Turn Based Battle Game](https://outscal.com/course/c-beginner.md)
Learn C++ from scratch by building a text-based RPG with turn‑based combat mechanics.
- [Learn 1D & 2D Arrays by Building the Classic Game: Minesweeper!](https://outscal.com/course/arrays.md)
Master array operations by building Minesweeper in C++ using SFML with grid generation, neighbor counting, and recursion.
- [Learn OOP in C++ by Building a Text-Based Pokémon Game!](https://outscal.com/course/intermediate-cpp.md)
Deepen your C++ skills with intermediate-level game programming projects and algorithmic implementations.
- [Learn Fundamental Concepts Of Unity By Creating A 2D Platformer Game](https://outscal.com/course/unity-fundamentals.md)
Learn Unity basics including game objects, C# scripting, physics, collisions, and gameplay set