-
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
f929d36
commit 21c64cb
Showing
1 changed file
with
16 additions
and
0 deletions.
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 +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. |