Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits) (+1)

I was happy with 46 seconds :)
Do the blades speed up at some point?
This game is damn near perfect and yet simple, well done.

This would be handy.
EndGame()
{
if (PlayerPrefs.GetInt("HighScore") < score)
{PlayerPrefs.SetInt("HighScore", score);}

//ToDo - add the score and high score to the screen

}