-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f0a0d0
commit f6e2a09
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#Virtual Slot Machine# | ||
|
||
A 3D slot machine game that runs in the browser. | ||
|
||
Only html5 web standards are used, so no need for flash or any such nonsense. It does require a fairly modern browser though. I've tested it with Chrome and Firefox. | ||
|
||
I wrote Virtual Slot Machine to help me learn the excellent JavaScript 3D library [three.js](http://threejs.org/) | ||
I wrote Virtual Slot Machine to help me learn the excellent JavaScript 3D library [three.js](http://threejs.org/) | ||
|
||
You don't need to clone the repo locally if you just want to play the game. Just point your browser at: [http://www.kevssite.com/virtual-slot-machine](http://www.kevssite.com/virtual-slot-machine) |