Skip to content

A geometry war 2D shooting game made using c++ with SFML lib

Notifications You must be signed in to change notification settings

AidCheng/Geometry-War-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • This is the indie game project based on SFML GUI and ECS design pattern
  • The project is inspired by the COMP4300 Game Programming open couse delivered by Dr. Dave Churchill

How to build

  • Make sure you have installed cmake and SFML installed on your local machine
    • MacOS (example)
      • To install cmake brew install cmake
      • To install SFML brew install sfml
  • To build, run the following command
mkdir build
cd build
cmake ..
cmake --build .
  • To run the game, run GEO_WAR under the build directory

About

A geometry war 2D shooting game made using c++ with SFML lib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published