Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 873 Bytes

File metadata and controls

27 lines (18 loc) · 873 Bytes

Mazes

Reliability Rating Security Rating Maintainability Rating

A simple maze Sokoban type game based developed while learning c++ game development with SDL3.

Demo

Web Demo

Setup

CMake

cmake --preset debug
cmake --build --preset debug

Build Emscripten

emcmake cmake --preset debug
cmake --build --preset debug