Skip to content

Wheel of Fortune game written in JS

Notifications You must be signed in to change notification settings

rchristilaw/wof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forked from tboronczyk/pendumilo.

Wheel of Fortune

For a friends' virtual baby shower, decided to do a Baby themed wheel of fortune. After exhausting other options of using powerpoint templates I stumbled across https://github.com/tboronczyk/pendumilo and decided to build off of his great start. My efforts have been to make it more dynamic and remove the need for a hardcoded background image to represent the squares.

  • / - advance to the next puzzle
  • spacebar - spin the wheel or dismiss the wheel
  • \ - reveal all letters (solve the puzzle)
  • A...Z - select/show a letter

To serve the code locally, install Docker and execute docker-composer up.

Alternatively for development you run npx http-server inside the src/ folder.

About

Wheel of Fortune game written in JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.3%
  • HTML 8.7%