You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.7 KiB
42 lines
1.7 KiB
|
4 years ago
|
<html>
|
||
|
|
<style type="text/css" media="screen">
|
||
|
|
canvas {
|
||
|
|
width: 800px;
|
||
|
|
height: 600px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<head>
|
||
|
|
<title>Mario Teaches Typing Online</title>
|
||
|
|
<script src="js-dos.js"></script>
|
||
|
|
</head>
|
||
|
|
<body background="bg.jpg" text="white">
|
||
|
|
<canvas id="jsdos" width="800" height="600" ></canvas>
|
||
|
|
<script>
|
||
|
|
Dos(document.getElementById("jsdos"), {
|
||
|
|
}).ready((fs, main) => {
|
||
|
|
fs.extract("game.zip").then(() => {
|
||
|
|
main(["-c", GAME_ARGS])
|
||
|
|
});
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
<br><br><br><br><br>
|
||
|
|
<center><form>
|
||
|
|
<input type="button" value="Go back!" onclick="history.back()">
|
||
|
|
</form></center>
|
||
|
|
<h3>Mario Teaches Typing</h3>
|
||
|
|
<p>Mario comes to the PC, in the form of a typing tutor.
|
||
|
|
|
||
|
|
In this product you get to play one of four games, of progressing difficulty (as either Mario, Luigi or the Princess):
|
||
|
|
|
||
|
|
Mario's Smash & Dash: Assist your character run past a series of boxes and turtles, each labelled with a letter that must be typed to avoid the obstacle.
|
||
|
|
|
||
|
|
Mario's Wet World Challenge: Help your characters swim across the screen whilst being chased by hungry sea creatures - only typing the words that scroll across the bottom of the screen will let you escape.
|
||
|
|
|
||
|
|
Mario's Tunnel Of Doom: Help your character run through a tunnel filled with traps, avoiding falling blocks and the like, by correctly typing the sentences which scroll across the top of the screen.
|
||
|
|
|
||
|
|
Mario's Expert Express: Essentially a practice typing lesson where you copy and type pre-defined paragraphs with the assistance of Mario's supervision.
|
||
|
|
|
||
|
|
From Mobygames.com. </p>
|
||
|
|
</body>
|
||
|
|
</html>
|