Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 895 Bytes

File metadata and controls

16 lines (13 loc) · 895 Bytes

Intoduction

This repository is collection of reference projects for XYZ school c++ course. Just open the Game.sln and enjoy.

Repository content

SFMLTemplate

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.

ApplesGame

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.

SFML

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.