Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 874 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 874 Bytes

Wheel of Fortune

  • Wheel of Fortune use for Coupon and Deals - Javascript OpenSource by Create Website Team

Demo link - http://createwebsite.net/freebies/wheel-of-fortune/ Download link - https://www.createwebsite.net/service/wheel-fortune-javascript/

Find more useful Free HTML Templates , PSD design and Website templates.

Game config

  • file game.js
  • use shuffle(sections); in initGame() function to draw an random game
  • change limitPlays variable to define the number of rotations allowed

Game board

  • file data_source.js
  • this file contains the sections to draw the game board.

Email config

  • file mail.php
  • setup your email smtp host ($host = "EMAIL SMTP HOST";)
  • setup your email username ($myEmail = "EMAIL USERNAME";)
  • setup your email password ($myPassword = "EMAIL PASSWORD";)