Skip to content

Latest commit

History

History
15 lines (13 loc) 路 378 Bytes

README.md

File metadata and controls

15 lines (13 loc) 路 378 Bytes

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