blob: d3c4d08b4440887d082baa76ba60174c95d3dd4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://3dlifeplayer.dl.3dvia.com/player/install/DetectBrowser.js"></script>
<script src="http://3dlifeplayer.dl.3dvia.com/player/install/3DLifePlayer_last_version.js"></script>
<script src="http://3dlifeplayer.dl.3dvia.com/player/install/3DLifePlayer.js"></script>
<title>Cross Noodles</title>
<link rel=stylesheet href='common.css' type='text/css'>
</head>
<body bgcolor="#000000" text="#00FF00">
<div align="left" class="CTitle"><font size="6"><a href="./">Chrisoft</a>::<a href="./">Cross Noodles</a></font></div>
<div align="center">
<script language="JavaScript">
Generate3DLifePlayerHtmlTag("Cross_Noodles.cmo",800,600,"Virtools");
</script>
</div>
<p align="center" class="TText">
<a href="./Cross_Noodles.cmo">Download Cross Noodles
composition file</a><br />
Requires <a href="http://www.3dvia.com/products/3dvia-player/">3DVIA Player</a>.<br />
How to play<br />
This is a mini game. <br />
You are the green cube. Use arrow keys to control the cube.<br />
Select difficulty and the game will generate some black lines.<br />
Touching these lines will decrease your health.<br />
In Hard and Hell difficulties, some green balls will also<br />
been generated. Collecting them will restore your health.<br />
You are at one of the corners at the beginning, and your goal<br />
is to reach the opposite corner.<br />
A new version written in JavaScript is available <a href="./CrossNoodlesJS">here</a>.
</p>
</body>
</html>
|