Skip to content

A local multiplayer game for up to 4 people

License

Notifications You must be signed in to change notification settings

vacamole/Vacamole

Repository files navigation

Vacamole

Vacamole is a local multiplayer game for up to 4 people.

All the cattle escaped into the jungle and the sun is setting down. Make sure to bring them all back in time but beware of the other farmers that might want to claim them for themselves!

So hop on your couch with your friends and show them who's the best farmer!

Setup

Windows

Install MonoGame and open the project in Visual Studio. Then start the Team6.UWP project.

Linux

Install mono + MonoGame.

open Team6.CXDesktop/Content/Content.mgcb and change

/platform:WindowsStoreApp

to

/platform:DesktopGL

Then, build the project with:
msbuild Team6.CXDesktop/Team6.CXDesktop.csproj

Launch with:
mono ./Team6.CXDesktop/bin/DesktopGL/AnyCPU/Debug/Team6.CXDesktop.exe

Build release

msbuild Team6.CXDesktop/Team6.CXDesktop.csproj /p:Configuration=Release

Credits

All the code was written by Alexander Kayed, Moritz Zilian and Florian Zinggeler.
All art assets were created by Sonja Böckler.

Licence

All the code is licensed under the GNU GPL.
The graphical assets are licensed under CC BY 4.0. E.g. you can use them in your own projects as long as you give proper credits to Sonja Böckler.
Everything else (mostly the music and sound effects) was taken from various sources and has been licensed under CC-0.

About

A local multiplayer game for up to 4 people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages