Skip to content

wojciechmadry/Kulki

Repository files navigation

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

About

Simple ball game written in C++ with SFML

Resources

Stars

Watchers

Forks

Packages

No packages published