Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 546 Bytes

File metadata and controls

21 lines (16 loc) · 546 Bytes

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