Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 621 Bytes

readme.md

File metadata and controls

38 lines (32 loc) · 621 Bytes

License

Game is on SFML licens: https://www.sfml-dev.org/license.php

Requirements

  1. CMake
  2. C++20 (GCC or Clang)
  3. SFML dependencies

Build from source

  1. Init submodule
git submodule init
git submodule update
  1. Build project with CMake:
mkdir build
cd build
cmake ..
make -j

Build Dockerimage

docker build -t kulki .

Screen from game

alt text alt text