diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-09 22:32:21 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-09 22:32:21 +0800 |
commit | 0a90d698acf64ee309147d0fe2cbf6ac1e26ebfe (patch) | |
tree | 87f6d355959656654d94d7c633850ba17b979ea2 | |
parent | 9d0b51a2abdacb5fc4eed95cb3249934b607fdc7 (diff) | |
download | oddities-0a90d698acf64ee309147d0fe2cbf6ac1e26ebfe.tar.xz |
Cross Noodles.
-rw-r--r-- | Virtools/Cross_Noodles.cmo | bin | 0 -> 89854 bytes | |||
-rw-r--r-- | Virtools/Cross_Noodles.html | 37 |
2 files changed, 37 insertions, 0 deletions
diff --git a/Virtools/Cross_Noodles.cmo b/Virtools/Cross_Noodles.cmo Binary files differnew file mode 100644 index 0000000..f48d9a8 --- /dev/null +++ b/Virtools/Cross_Noodles.cmo diff --git a/Virtools/Cross_Noodles.html b/Virtools/Cross_Noodles.html new file mode 100644 index 0000000..d3c4d08 --- /dev/null +++ b/Virtools/Cross_Noodles.html @@ -0,0 +1,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>
\ No newline at end of file |