BeFiveINFO / Lucky-Five-Video-Poker

A simple five card poker game built with html5 and javascript.

Home Page:http://play.befive.info/lucky-five/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple five card poker game built with html5 and javascript.

http://play.befive.info/lucky-five/

License:MIT License


Languages

Language:PHP 72.4%Language:HTML 16.8%Language:CSS 10.8%