Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 320 Bytes

BetaC

Discord

Building

BetaC requires CMake, SDL2, and SDL_image.

  1. Copy game resources to resources/
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make