SFML 2 - Tutorial - Pong

Started by
2 comments, last by EBBLER 10 years, 8 months ago
C++ Game Development Tutorials using SFML 2.

http://riseagain.wor...l-introduction/
In this tutorial we learn the basics through simple examples.


http://riseagain.wor...-tutorial-pong/
In this tutorial we cover animations, collisions and the game of pong.
Advertisement
Tutorial 03 - Basic Game Structure - Break Out!
In this tutorial, we will cover refresh rate, a basic game structure, a custom game loop and the game of Break Out!.

http://riseagain.wordpress.com/2012/07/19/sfml-2-tutorial-break-out/

Good tutorial!

thank you for your tutorials, i gave them a like. One thing i dislike about your code: you should not use


using namespace sf; 

especially not in tutorials and for beginners. In my oppinion it is important for beginners to understand why this code actually works and where the used objects come from, but anyway..your tutorials are very simple and easy to follow. Good work.

This topic is closed to new replies.

Advertisement