- A p5.js applications that delivers the famous game
Hangman
in fancy fun way that is based on guessing words in different categories.
- Programming Language: Javascript
- GUI Framework: P5.JS
- Since the game is using offline assets in the browser, you need to disable the web security in the browser to launch the game, you need to make a shortcut to chrome and add the following parameters to the target box in the shortcut. The Target box in the shortcut should look something like this
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=~/chromeTemp
- Then you should open
./empty-example/index.html
in the browser.