Game from scratch with C++ and SFML (1)
Introduction
Hi! In this series, we’re going to create a Pong clone from scratch (almost) using SFML 2.5 and C++. Here is a demo of what we’re going to build:
1. Some context about this series
Even though I always loved game development, when I started to work I quickly got no time left for it. After a while, I…