From 21c64cba5331ab3f6bc164833befd0b16c8cb15f Mon Sep 17 00:00:00 2001 From: David Werks Date: Sat, 7 Oct 2017 22:24:52 +0100 Subject: [PATCH] readme updated with details --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fd1be77..accab70 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ # Lucky Five Video Poker +Online Demo is available at http://play.befive.info/lucky-five/ + +This is a very primitive example of video poker with php session keeping track of user credits. Please feel free to do anything about this code and all. + +## To try this script + +1. Make a directory in your web server and copy the content into it. Please make sure that your server can run php scripts. +2. Open http:://yourserver/the_directory_of_your_choice/index.html in your browser +- Note: You can still try the demo by simply double clicking index.html in your computer's desktop. But you will not hear any sound because of CORS issue (please [see here](http://www.html5gamedevs.com/topic/6459-newbie-struggling-with-cors-issues/) for more info). + +## Special Thanks +- The playing cards graphics borrowed from [Vector Playing Cards by notpeter](https://github.com/notpeter/Vector-Playing-Cards). + +## License +- The progmram: MIT but basically you can do anything as you please. +- The playing cards: public domain but please do read [here](https://github.com/notpeter/Vector-Playing-Cards) for more deitals. \ No newline at end of file