Skip to content

Commit

Permalink
readme updated with details
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwerks committed Oct 7, 2017
1 parent f929d36 commit 21c64cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 21c64cb

Please sign in to comment.