Cat‘s Limited Space by Patrick Pang
It's a game about a cute cat shuttling through a group of small mice. Every time you press the space bar, the cute little cat will run to the other side, and only if you are not touched by the mice can you be successful.
I'm sorry I didn't get to make the game I had in mind.
Thanks for playing my game anyway!
* -- Patrick Pang*
Ratings
| Given | 1🗳️ | 0🗨️ |
I really like the sprites, I just wish I could have restarted the game easily.
I'm ashamed to admit that I learned all the programming content of this entire game from Google on the spot, so that the game is full of many imperfections. For example, the reason that both WIN and LOSE can exist at the same time is that I haven't yet learned scene switching in Unity and chose to overlay a UI directly on top of the original scene. There is no restart button because I haven't yet learned how to trigger a click event on the UI.
I'll stick to Unity and C#, but I have a lot of midterms to prepare for in October and may not be able to update the version of the game in time for you.
Thanks again for your kind comments! Have a nice day!