Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.06 KB

Lucky Five Video Poker

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.

Requirements

  • A web server that can run PHP.

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 for more info).

Special Thanks

License

  • The progmram: MIT but basically you can do anything as you please.
  • The playing cards: public domain but please do read here for more deitals.