Description
Glorious Knakworst Simulator 2015 is a small game where the player is a knakworst that has fallen out of the pan. The player has to maneuver the knakworst through multiple obstacles to get back into the pan. This game was made during Global Game Jam 2015.
The game and source can be found on the Global Game Jam website.
Contributions
- Simulating Knakworst Physics
- The floppy ‘physics’ of a sausage are not found or simulated easily so we had to search a bit for a solution. Eventually we figured out how to use the Unity built-in cloth-simulation to get it somewhat correct.
- Setup of Source Control
- The internet at the location we were at was really unstable and slow so we had to setup our own source control for better and more rapid development, SVN seemed the easiest solution for such a short project.