Basic control: Press SPACE to shake new beans, Press DIRECTION KEYS or WASD to move the bowl, Press N to clear out beans.

The game is an experiment of C# Coding in Unity. The code mainly tests how to set keycode, move an object with direction keys, create new functions for spawning game objects at random size and place, and clear out clone objects. The goal of the game is to hold as many beans with the bowl, and the player can press the space bar to generate new beans and use the direction keys to control the position of the bowl.

Comments

Log in with itch.io to leave a comment.

fun little game concept I like how the pepper shaker doesnt put out pepper but rather they are green spheres. super original

I love use of rotation, movement, and keycodes. I did notice that there's sometimes one bean left after clearing them and the bowl doesn't have a box collider so the beans can go through the bowl.