Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

1. Build the project with cmake:

cmake -DCMAKE_BUILD_TYPE:STRING=<Debug/Release> -S . -B ./build
  • Debug: built files are created on ./build/SpaceInvaders/Debug/
  • Release: build files are created on ./build/SpaceInvaders/Release/

2. Build the game:

cmake --build build

3. Run the game:

./build/SpaceInvaders/<Debug/Release>/SpaceInvaders.exe

About

2D game project using SFML, C++ and CMake

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages