lipeedev / sfml-game

👾 2D game using SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

👾 2D game using SFML

License:MIT License


Languages

Language:C++ 93.9%Language:CMake 6.1%