Drawing Sprites, Input Based Movement, and Basic Gameplay - SFML C++ Tutorial - Episode 2

In this video, I start with a blank SFML project and, step-by-step, show you how to create a basic gameplay loop, where the player can run around and kill a zombie with his axe. In order to do this, we'll learn about how to draw a sprite, how to handle player input, and use some vector math to do movement and collision detection. https://github.com/AndrewCodesGames/A... All software used in this video: Gimp: https://www.gimp.org/downloads/ Visual Studio: https://visualstudio.microsoft.com/do... SFML: https://www.sfml-dev.org/download.php