to hop on and play just
git clone https://github.com/klikklik/doodle_game_exe.git
- C++ compiler
- cmake
- mingw added to PATH
git clone https://github.com/klikklik/doodle_game.git
- Create a directory for cmake , e.g. -
mkdir build
cd build
cmake .. -G Ninja
orcmake ..
(to use the default build system)ninja sfmlgame
ormake sfmlgame
(depending on your selected build system)