Thanduriel / Shoop

Sh↻↻p - more sheep on remote controlled Unicycles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shoop The long awaited C++ remake of Shoop! This version includes all parts of the original and also comes with various improvements such as adjustable resolution, linux support and a revamped physics model.

About

There are sheep on remote controlled unicycles.

Originally developed during a gamejam in 2015 Shoop has become classic at Acagamics events. This local multiplayer game tasks two players with leading their sheep to victory in an unicycle based tournament. The goal is to have the opposing sheep bump head-first into some surface while keeping your sheep save.

Build

Building requires a C++ 20 compiler (tested with g++-10.3 and msvc-19.29). Dependencies are integrated as submodules so you just need to run

$ git clone --recursive https://github.com/Thanduriel/Shoop
$ cd Shoop
$ mkdir build
$ cd build
$ cmake ..

You can skip the SFML submodule if you have another version installed that cmake can find.

About

Sh↻↻p - more sheep on remote controlled Unicycles


Languages

Language:C++ 97.6%Language:CMake 2.4%