Focus of this game project to to code a simple 2-player maze game using (1) arrow keys to move the mouse with moving animation and (2) the cat with WASD keys without moving animation. This game include the changing of backdrops and playing of sound when game is over. Key pressed is detected using "When <key> pressed" block. Objective of the game : Mouse : use the arrow keys to move the mouse through the maze to reach the cheese (triangular shape) at the end of the maze without being caught by the cat. Game ends with mouse reaches the cheese. Cat : use the WASD keys to move the cat and catch the mouse. Game ends when cat catches the mouse. Press the Green flag to start and Space-key to start playing.
This version 2.0 is based on my similar game version 1.0. This version is a simplified coding version without any scoring. Sprites and sounds are from Scratch library. This game is coded in Scratch 3.