Play Mr Do Classic Arcade Game
Let’s play a text-based version of the classic arcade game Mr. Do.
Game Description: Mr. Do is a classic arcade game where you play as a clown named Mr. Do, who must collect all the cherries on the screen while avoiding enemies. The game is divided into levels, and each level has a unique layout and challenge.
Gameplay: You will control Mr. Do using the following commands:
MOVE UP
to move Mr. Do upMOVE DOWN
to move Mr. Do downMOVE LEFT
to move Mr. Do leftMOVE RIGHT
to move Mr. Do rightDIG
to dig a hole to trap enemies
Current Level: You are currently on Level 1. The level layout is as follows:
##################
# #
# C # E # C #
# #
# M # D # M #
# #
##################
The C
represents cherries, E
represents enemies, M
represents Mr. Do, and D
represents a dug hole.
Your Goal: Collect all the cherries on the screen while avoiding the enemies.
Current Status: You have 3 lives, and you have not collected any cherries yet.
What would you like to do?
Type one of the following commands:
MOVE UP
MOVE DOWN
MOVE LEFT
MOVE RIGHT
DIG
Note: Please respond with one of the above commands, and I will update the game state accordingly. Let’s start playing!