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

Fun and simple. But it can be easily exploited with diagonal movement. Since you are using unity you should use the .normalize command in your movement input. 
I found this simple example: https://www.codegrepper.com/code-examples/csharp/unity+normalize+movement

(+1)

Thanks for the tip, I definitely need to read up on normalize().  Thanks for the link.