The Runner 🏃
A simple game of a person running made using C++ and SFML. This game was developed to help understand the basic concepts of game engine.
This project involves the development of a basic game with the following key concepts:
- Game Loop and FPS Lock
- Animation with Sprite Sheet
- Basic Random Generation
- Progressive Difficulty Increase
Get Started
Before you run the code. Setup PATH for SFML library. Use lib/windows
if your running on windows.
export LD_LIBRARY_PATH=./lib/linux/
To run the game
make