https://github.com/thanduriel/shoop
Sh↻↻p - more sheep on remote controlled Unicycles
https://github.com/thanduriel/shoop
game local-multiplayer
Last synced: about 1 month ago
JSON representation
Sh↻↻p - more sheep on remote controlled Unicycles
- Host: GitHub
- URL: https://github.com/thanduriel/shoop
- Owner: Thanduriel
- Created: 2017-10-29T10:36:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T12:15:00.000Z (over 1 year ago)
- Last Synced: 2025-02-11T09:51:23.749Z (3 months ago)
- Topics: game, local-multiplayer
- Language: C++
- Homepage:
- Size: 4.88 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

The long awaited C++ remake of [Shoop](https://github.com/Gnaarf/UnicycleSheep)!
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
```sh
$ 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.