Halo Section Background

Learn SFML And Create The Classic Pong Game

Learn game development with SFML by creating Pong, an engaging arcade classic. Perfect for beginners, this course guides you through basic graphics programming concepts while building a classic game with dynamic gameplay! Start your SFML journey today!

Subscribe and Unlock Access

Get this course, plus 20+ game programming courses. No Card Required. Pause Anytime.

What you'll learn

  • Programming in C++

  • 2D Game Development

  • Physics and Collision Systems

  • Handling Frame Updates

  • SFML Basics

  • Rendering with SFML

  • Window Management

  • Event Management

Requirements

  • Serious Intention of making a career in games

  • Passionate about making games with a burning desire to become a game developer.

  • You are willing to push your boundaries and you have an attitude of 'whatever it takes'.

  • Ability to dedicate 25 Hours towards the course on a weekly basis.

  • A system with a minimum 8 GB RAM, i5 Processor and 2 GB graphic card.

About This Course

Start your game development journey with SFML and create a modern version of the arcade classic: Pong! This beginner-friendly course teaches essential graphics programming through hands-on practice.

You'll learn SFML fundamentals, from window creation and sprite rendering to collision detection and input handling.

As you progress, you'll build an engaging version of Pong featuring ball physics, score tracking, and sound effects and more while learning core game development concepts. Join us and discover how rewarding game programming can be with SFML!

Show More

Curriculum

Learn Game Development From Developers Who’ve Worked at EA

Our team of experienced game dev professionals creates impactful projects, led by our founder Mayank and developers who've worked on major titles like Transformers and Temple Run 2.


After struggling to find adequate game development education and taking on significant student debt, Mayank founded Outscal. Now, 60% of our team consists of former students who succeeded in the gaming industry and returned to help others build their careers in games.



compressed_mayank_sir_db347fe081.webp

Start Your Game Dev Journey with Outscal Now

Stop thinking! Reading this in 2025 is a sign to begin your game dev journey. Get, Set, Go!

KS

Karen Samá

Senior Player Support Specialist

Hello everyone!

I'm delighted to share that I'm starting my new journey with Outscal's Full Stack Game Development program! 👾

Ever since I first picked up an Atari controller as a kid, I've always had a passion for gaming. Besides gaming on PC, the next consoles during my childhood were a Game Boy Color and a Nintendo 64. The immersive worlds, the strategic gameplay, the storytelling — everything about gaming has captivated me since then. I love playing RPGs, card games, and anything that lets me get lost in a story or challenges my mind. I have always been a creator of sorts, creating my own budget board games, characters, and so on.

My trajectory to where I am now was far from the usual one. From graduating in Japanese Language, graduating from a Flight Attendant School, and experiencing the backdoor of players' game experience as a Mobile Game Customer Support, every step has brought me closer to this decision. After much thought, I decided to dive into the gaming industry and turn my passion into a career!

I'm incredibly excited to start this journey and while it may be a bit of a big dream of mine, I wish to create games that not only entertain but also inspire people as much as I've been inspired throughout my life by games.

Fun fact, my work setup can be seen in the photo and it includes a special spot for my comrades in gaming. 🐱

#GameDevelopment #NewJourney #Outscal #GamingIndustry

DR

David Rogers

Aspiring Software Developer | Information Technology Graduate | Passionate About Building Innovative Solutions

Today, I am beginning my journey to become a game developer with Outscal's Full Stack Game Development program.

I've always known that I wanted to do software development. I've always been passionate about playing video games and fiddling with technology since I was a kid too. I surprised even myself when I obtained my bachelor's degree from the University of Phoenix in September after multiple obstacles. I proved to myself that no matter how bad things were, I've always found a way to improve myself.

With that in mind, I decided to pursue game development. I'm really excited to start! With my decent setup, and unopened Warhammer minis, I'm confident I'll succeed here too!

I wanted to sincerely thank Mayank Grover for helping me get into the program by offering me a plan that works for me to pursue my dream.

#gamedevelopment #gamedev #Outscal

AB

Abhijith Biju

Game Developer | 3D Artist | Outscal

Hello, Connections! I’m thrilled to share that I’ve embarked on a new adventure with Outscal’s Full Stack Game Development program.

As someone deeply passionate about playing games and bringing creative ideas to life through 3D art, I’ve always been fascinated by the magic behind games. Spotting little details in games sparked my curiosity about how these incredible experiences are crafted. This curiosity has now turned into a goal—to create games that inspire, entertain, and leave a mark. Joining the gaming industry feels like a natural step to combine my love for creativity, technology, and storytelling.

I’m super excited to learn, grow, and connect with like-minded individuals in this amazing field. Here’s to building something extraordinary—one line of code and one pixel at a time!

#gamedevelopment #gameindustry #gamecommunity #gamedeveloper #Outscal #ProjectsAtOutscal #connect


Project Updates

We encourage our clan members to build in public. Posting your progress on platforms like LinkeIin & Twitter holds you accountable and helps you reach the right audience. Imagine recruiters reaching out to you after seeing your daily progress. This is what our clan members have seen happening and its your turn now.

KM

Kishore M

Unity Game Developer

Hello World!


This is a First-Person Hunter type Game. Developed this project in 4 days for Outscal's MAT assignment.


GitHub project link: https://lnkd.in/g4Ci29Gw

Playable Game link: https://lnkd.in/gXUHhnKw


Design Patterns ☟

  • Generic Singleton: Created Generic Singleton and made Service script as Singletons from Generic Singleton.
  • MVC-S: Created Model View Controller for Enemy, Weapon, and Bullet.
  • Scriptable Objects: Scriptable Object to store all different Enemy, Weapon, and Bullet data.
  • State-Machine: State Machine for Enemy to do assigned tasks only for that State.

Game Functionalities ☟

  • 3 types of Weapons: Single Pistol, Double Pistol, and Sniper.
  • 4 types of Enemies for Hunting.
  • Player can choose their Weapon and Enemy from Lobby.
  • Player can move into the world freely, but movement speed will be reduced according to Weapon weight.
  • Enemy will Patrol until Player enters the range.
  • No health for Player; if the Enemy reaches the Player, they will be Dead.
  • Different hit areas can reduce different damage for Enemy.
  • Zoom functionality for Sniper.

Clanmates ➾ Tanya Gupta, Vimarsh Sharma, Kunal Khedkar, P D Vivekanand, Pramod Aradhya, Ashwin Rajpurohit, Shakil Hassan, Tarun Rankawat, Rushabh Gohel, Vatsal Maheshwari.


Outscal Mentors ➾ Mayank Grover, Malhar Devasthali, Arindam Bharati, Praful Joshi.


#outscal #projects #outscalassignments #gamedesign #unity3d #unitygames #gamedev

FA

Felipe Assis

I am a developer specialized in C# and Unity, with considerable knowledge in c++, Unreal, Java, Javascript, Node.Js, Angular and React

I’ve started the State Machine Pattern module in the Game Development Advanced course at Outscal! ⚙️

The State Machine Pattern is a fundamental approach in game development for managing different system states, such as character animations, AI logic, or game phases.
It helps organize and control transitions clearly and efficiently, reducing code complexity.

I’m excited to dive deeper into this pattern and see how it can make my projects more robust and scalable!

DS

Darshan Sahay

Jr. Software Engineer

Hello everyone,

I want to share an update on the project "Home Calling" that I have been working on as a part of Outscal Gamejam.

I have created a 3D Hack and Slash game which features 2 playable characters.
To create the project, I have used State Behaviors for the enemies and Animation Events for characters.

I would like to thank my mentors Mayank Grover and Malhar Devasthali from Outscal for guiding me and helping me in creating the project.
I would also like to thank my clanmates who constantly supported me throughout the project.

You can download the project from the link below and share your feedback and suggestions, as the project is still in development.


Our Alums Work Here


Placements

We cut a cake every time one of our students gets placed—and the bakery’s on speed dial because these job offers just keep rolling in.

BA

Bhawesh Agarwal

Game Programmer @ Kwalee | Unity , C# l Outscal Mafia

🎉 Exciting News! 🚀 Thrilled to announce that I've secured a Junior Game Programmer role at Kwalee! 🎮 Grateful for this incredible opportunity to contribute to innovative game development.

🙌 Big shoutout to Outscal for providing me with the top-notch education and practical skills that paved the way to this achievement. The comprehensive program and supportive community have been instrumental in my journey. Thank you, Outscal, for empowering me to pursue my passion in the gaming industry! 🎓💡

Looking forward to the exciting challenges ahead and continuing to grow in this dynamic field. ✨ #NewBeginnings #GameDeveloper #KwaleeAdventure #OutscalSuccess 🚀

YS

Yash Sadhukhan

Game Programmer | DOTS | Multiplayer | SOLID | DESIGN PATTERNS | XR | Unity | C#

I’m happy to share that I’m starting a new position as Unity Developer at Virtualize Technologies Private Limited!


Thanks to Virtualize Technologies Private Limited for this amazing opportunity and special thanks to Rohini Gupta, Outscal, and Mohit Sharma for their faith, guidance, and support.

RV

Roopesh Verma

Passionate Game Dev and Filmmaker

After an amazing time at MyyHashstash, I joined Outscal to upskill myself in DSA and Design Patterns, especially in Game Dev. The journey has been great and quite enriching.


I have now joined Octro Inc. as a Game Developer. I would like to thank Neha Rana, Himani Chugh, Anshul Bhardwaj, and Rohit Kumar for the smooth onboarding process.


I would love to thank the great mentor team at Outscal - Mayank Grover, Malhar Devasthali, and Arindam Bharati for their support and guidance throughout these past 8 months.


#newjob #octro #outscal


Choose Your Plan

PRO PLAN

$19.99

/month

Monthly Subscriptions, Cancel Anytime

Content For 20+ Game Projects

Certificate for each project

No Card Required. Pause Anytime.

MENTORSHIP PLAN

Custom

Lifetime Access To All Content

Code Reviews

1-on-1 Mentorship

Placement Support

Networking Sessions


Frequently Asked Questions


Projects Included in Pro Plan

All
C++
Unity
C#
Data Structures
Algorithms
OOPS
Design Patterns

23 results


Tap into a Network of 13,000+ Game Developers

We have a close-knit community of 13000+ game devs — artists, designers, programmers, producers, testers, and more.
Network, build connections, attend events, and get referrals.

Discord Community
Discord Community 2
Discord Community 3
Discord Community 4
Discord Community 5
Discord Community 6

Karma system on our Discord server motivates everyone to help other folks in the community. All you have to do is tag the right role and ask your question. From basics of C++ to helping you choose the right design pattern for your complex game — our community members will unblock you in less than 15 minutes.

Contact Us
hello@outscal.com
Made in INDIA 💛💙