Maximus7474 / lb-hangman

Don't get caught short !
GNU General Public License v3.0
0 stars 0 forks source link

LB Phone - Hangman Game

Inspired from Dilara Uluturhan hangman website game go check it out.

Beta versions can break and/or include breaking changes

Download

Installing modules

  1. Install node.js
  2. CD to the ui folder and run npm i, wait for it to complete.

Developing the app

  1. Run npm dev
  2. Go to http://localhost:3000 in your browser to see the app in your browser.
  3. Comment out line 25 and uncomment line 24 in client.lua.
  4. Refresh and ensure the resource

Building the app

  1. Run npm run build to build the app. The build will be in the dist folder.
  2. Comment out line 24 and uncomment line 25 in client.lua.
  3. Refresh and ensure the resource