Skip to content

Player6653/AppleGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors