Design Document


This game again features our old familiar friend Meowmeow as the main character. When I first heard the theme of this game system, consume, my first reaction was to think of my fat cat Meowmeow who likes to gorge himself on food and drink (especially sweets, which is strange for a cat since cats don't have a sweet tastebuds). So in this system game project, I designed a very simple mini-game. This game is a small 2D game developed by unity. The content is to control the cat moving left and right to eat the ice cream that falls from the sky. If Meowmeow eats the ice cream, it will get fat as the result. If it does not eat, but misses the ice cream falling from the sky, its body size will shrink.

The intrinsic system theme of this game is the " consumption" of food. The inflow to this system is the ice cream falling from a random location in the sky. The limiting condition of the system, which determines whether the system's stock goes up or down, is the movement of the cat. If Meow Meow eats the ice cream, then the Stock goes up, and if Meow Meow doesn't eat the ice cream, then on the contrary, the Stock goes down. The absolute number of stock, in turn, is associated with two elements in this system. The first one is the score displayed on the game UI interface, and the second one is the local scale size of the Meow Meow sprite. In the game, the score goes up by one point, the size of the meow will become a little bigger. If the score goes down by one point, the size of Meow Meow will also go down a bit, but it will not shrink to nothing, it will only be fixed at a very mini size. That size is very difficult for the player to receive ice cream. And as Meow Meow's size gets bigger and bigger, catching and eating the ice cream is getting easier and easier for the player. In the end, if the player finished long enough Meow Meow's body will fill the entire screen.

That's why I named this game Greedy Meowmeow. Overall, the game is very simple to play and the game is not too complicated. The elements of the system that are included affect each other in real time, quickly and visibly. I hope that this game will bring you some fun gaming experience.

Files

Greedy Meowmeow.zip Play in browser
Oct 26, 2021

Leave a comment

Log in with itch.io to leave a comment.