8000 GitHub - lipeedev/sfml-game: 👾 2D game using SFML
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

About

👾 2D game using SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0