View all by Dan Zaidan
Dan Zaidan
Follow Dan Zaidan
Follow
Following Dan Zaidan
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
Pong - Learn Programming
←
Return to Pong - Learn Programming
Devlog
[COMPLETE TUTORIAL] How to make a game in C++!
September 26, 2019
by
Dan Zaidan
Hello everyone! I'm super happy to have finished the game in my "How to program a game in C++ for Beginners" tutorials! You can now learn EVERYTHING it takes to make a game in C++ from scratch, all th...
Continue reading
How to make an AI for GAMES
September 23, 2019
by
Dan Zaidan
Download this tutorial's source code: https://danzaidan.itch.io/pong-learn-programming In this tutorial, I will teach you the basics about creating an AI (artificial intelligence) for video games! You...
Continue reading
Tutorial #5: Enemy AI, Score System, Finishing the Gameplay
September 18, 2019
by
Dan Zaidan
Ever wondered how games are programmed? In this tutorial series, I will teach you how to make a game in C++. Hopefully, you will learn the fundamentals of game programming and be able to make your own...
Continue reading
Introduction to Collision Detection For Games
September 08, 2019
by
Dan Zaidan
2
Introduction to Collision Detection For Games In this tutorial, I will teach you about collision detection! Physics in games is a great topic, so I will introduce to you collision detection (to compli...
Continue reading
How to make your GAME feel AWESOME
September 08, 2019
by
Dan Zaidan
1
Making you games FEEL AWESOME Improving your movement code In this tutorial, I will explain to you how to take the player movement in your game to the next level: by adding acceleration, friction and...
Continue reading
C++ Tutorial: Gameplay, Movement and Collision
September 04, 2019
by
Dan Zaidan
Hello everybody! I'm making a tutorial series where I will teach you how to make a game in C++. Hopefully, you will learn the fundamentals of game programming and be able to make your own games by the...
Continue reading
Tutorial: Player Movement, Input and Time
August 23, 2019
by
Dan Zaidan
Hello friends! I have just finished a new tutorial in the series where I teach in a step-by-step, beginner-friendly way how to program a game in C++. Today, we create an input system in the engine. We...
Continue reading
Tutorial: How to make a software renderer to display graphics
August 16, 2019
by
Dan Zaidan
Hello everyone! I'm continuing the series where I teach in a step-by-step, beginner-friendly way how to program a game in C++. In this lesson, we create a software renderer that will allow us to draw...
Continue reading
Learn how to make a game in C++
August 07, 2019
by
Dan Zaidan
1
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...
Continue reading