-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a89d43
commit 9fc85ee
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
![Shoop](/content/texture/Background.png) | ||
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 there sheep to victory in a unicycle based tournament. | ||
The goal is to have the opposing sheep hit their head on some surface bevor yours does. | ||
|
||
## 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. |