Skip to content

lipeedev/sfml-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfml-game

2D game using SFML with C++ without engines

Requirements

  • C++ 14 (or higher)
  • SFML 2.5.1

this project is being compiled using CMake. Use the following commands to built and run

mkdir build 
cmake -S . -B build
cmake --build build
./bin/game

Make sure you have CMake and SFML installed on your computer

Releases

No releases published

Packages

No packages published