Skip to content

cd-projekt-deep-red/herding-cats-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Herding Cats

Global Game Jam 2021 project site

In this zany game you well... Herd Cats! After a cat delivery man crashes on the highway you must scramble to wrangle your lost cats as they sprint away from you! Play is straightforward and simple but surprisingly addictive!

Play the game in your browser!

Build

Requires Unity 2019.4.14f1. Configure project to build for WebGL.

Deploy

Builds are (manually) published and deployed by GitHub pages through another repository: https://github.com/cd-projekt-deep-red/herding-cats-webgl.

In Unity, build to an empty directory.

cd <build dir>
git init
git add .
git commit
git remote add origin https://github.com/cd-projekt-deep-red/herding-cats-webgl.git
git pull --rebase origin master -X ours
git push -u origin master

Releases

No releases published

Packages

No packages published