From e25d1fea2b9124b44ebe569354d963f545ceb042 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 24 Jul 2016 13:09:38 -0400 Subject: Added Domino Simulator --- DominoSimulator.html | 147 ++++++++++++++++++++++++++++++++++++++++++++++++ DominoSimulator.unity3d | Bin 0 -> 1455075 bytes 2 files changed, 147 insertions(+) create mode 100644 DominoSimulator.html create mode 100644 DominoSimulator.unity3d diff --git a/DominoSimulator.html b/DominoSimulator.html new file mode 100644 index 0000000..a32c25d --- /dev/null +++ b/DominoSimulator.html @@ -0,0 +1,147 @@ + + + + + Unity Web Player | Domino Simulator + + + + + + + + +

Domino Simulator

+ + +
+

Click to place dominos. Use the arrow keys to move, and WASD to rotate. + When you are done, press Enter, then click to shoot a cube at the dominos. + Domino Simulator requires the Unity Web Player, so it won't work on Google Chrome.

+

You can find the source code and an offline version where you can save your progress on the itch.io page:

+
+

Unity Web Player | Domino Simulator

+
+
+
+ + Unity Web Player. Install now! + +
+
+ + Unity Web Player. Install now! Restart your browser after install. + +
+
+
+ + + diff --git a/DominoSimulator.unity3d b/DominoSimulator.unity3d new file mode 100644 index 0000000..5d28f66 Binary files /dev/null and b/DominoSimulator.unity3d differ -- cgit v1.2.3