Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 489 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 489 Bytes

Ice Cavern Game Engine

Setup

  1. Install and setup CMake.
  2. Install and setup vcpkg
    • Follow steps 1 and 2 to clone the repo, run the bootstrap script, and setup env variables.
  3. Run CMake Configuration
cmake --preset editor
  1. Build the project
cmake --build build
  1. Launch the editor
./build/ICEditor(.exe)