This repository is collection of reference projects for XYZ school c++ course. Just open the Game.sln and enjoy.
This is simple template project for developing games with SFML library. Just open the Game.sln, compile and run project named Game. If you want to create a game - copy it, renaming it's directory and files SFMLTemplate.vcxproj and SFMLTemplate.vcxproj.filters. Then add new project to Game.sln via visual studio.
This is project of first course block. Simple game with square, representing the player, which moves in four direction and eats "Apples". Each eaten apple increases the speed of player. If player collides with the wall - the game is over.
This directory contains the entire compiled SFML library for simplifying things. There is SFML VS project to maka easy access to SFML headers inside IDE.