Files
2026-04-16 08:14:20 +02:00
..
2026-04-16 08:14:20 +02:00
2026-04-16 08:14:20 +02:00
2026-04-16 08:14:20 +02:00
2026-04-16 08:14:20 +02:00
2026-04-16 08:14:20 +02:00

Introduction:

We want to create a html/javascript game that can be played in the browser. The game is a customized clone from the Game and Watch MW-56 Mario game. 
The game is build up from the folowing. It start with an introduction screen with some text, a name input field and a start button. 
On Click on the start button the game should start. 
When finished a high score page is shown with a button to go back to the start screen.

The GAME:

On top of the screen there is the amount of points. The name of the player. The amount of time the user has left. 
The game screen is build up from three different area's from left to right.

The left part of the game contains three Automated conveyor belts under each other comming from the left of the screen and transport goods to the right.
The Automated conveyor belt should contain about one third of the screen. The different belt's randomly transport goods. We need to make sure that no two goods start exactly at the same time. 

The second thrird of the screen contains a playable toon that needs to collect the goods that come from the Automated conveyor belts. For this we can go up and down to the location from the three Automated conveyor belts. And he can go to the right three steps.


The last 1/3 of the screen contains at the bottom a laboratory space. Above the laboratory a Automated conveyor belt that runs from right to left. At the top a patient who is in pain. 


Now to play the game the user needs to control the playbale toon. He needs to collect the goods and bring them to the laboratory for analyzing the goods. He can carry a maximum of 5 goods. If he tries to carry more they drop on the floor. At random one of the goods is a special kind of goods. This should happen randonly so that one of the seven goods is a special kind of good. If the special kind of good is added to the laboratory than after a short analyzing a special medication is comming from the  Automated conveyor belt on thr right that needs to be taken from the playable toon and bring to the patient. 
For every good the player gets into the laboratory the user get 1 point. For giving the special good to the patient he gets 5 points. For every good that drops on the floor the user gets -1 point. If the good dropped was a special good he gets -3 points. The user has 3 minutes playing time and needs to collect as many points as he can.