Learn how to make a game in C++
Hello everyone!
As some of you may know, I started to livestream the creation of a game from scratch last month. It is almost done and was a great challenge. It is shaping up to be a nice game with a lot of cool stuff and you can watch the whole development on Youtube.
However, some people pointed out that it was too long (making a long does take time, right?) and I had to skip the basics to get it done in a reasonable amount of time.
So I decided to create a tutorial series, where I teach beginner programmers how to make a game in C++, step by step.
It already has a few tutorials, so I decided to start sharing the source code to help people learn! The license is 100% permissive: do whatever you want! :D
The tutorials have been getting some attention on my Youtube channel and I'm making crazy plans of what to do next. But one step at a time... :)
So if you want to learn how to make games in C++ (or just become a better programmer by making a game engine from scratch) check it out!
I am super opened to suggestions of how I should shape this (and future) series, so make sure to tell me what you think! :)
If you have any problem along the way, I will do my best to try and help you.
Let's make games!
Cheers,
Dan Zaidan
Files
Get Pong - Learn Programming
Pong - Learn Programming
A simple pong game with accompanying tutorials and source code
Status | In development |
Author | Dan Zaidan |
Genre | Action |
Tags | 2D, Arcade, Casual, Fast-Paced, Open Source, Pixel Art, pong, Tutorial |
More posts
- [COMPLETE TUTORIAL] How to make a game in C++!Sep 26, 2019
- How to make an AI for GAMESSep 23, 2019
- Tutorial #5: Enemy AI, Score System, Finishing the GameplaySep 18, 2019
- Introduction to Collision Detection For GamesSep 08, 2019
- How to make your GAME feel AWESOMESep 08, 2019
- C++ Tutorial: Gameplay, Movement and CollisionSep 04, 2019
- Tutorial: Player Movement, Input and TimeAug 23, 2019
- Tutorial: How to make a software renderer to display graphicsAug 16, 2019
Leave a comment
Log in with itch.io to leave a comment.