tomlebl / spell-the-word

Variation of classic Hangman game that helps kids to learn and practise spelling of English words
https://spell-the-word.netlify.com/
1 stars 0 forks source link

just a hello :) #6

Open aleivc opened 5 years ago

aleivc commented 5 years ago

I want to find someone to learn GitHub and English together.

aleivc commented 5 years ago

how it work? I forked this repo, and npm install, but how to start the game, I can only choose the difficulty and click to start game and reset game? can you impove README.md, please

tomlebl commented 5 years ago

Hi there. I have been using Webpack for this project. So, you need to build bundle.js to get the game working. You can either use "npm run dev-server" to run the project using live-server in your local environment. If you want deploy on a remote server use "npm run build" to generate bundle.js in public folder. If you need some more advice let me know. I am nearly finished with it. The core logic is working. I just want to do a bit more styling and add much more puzzles.

aleivc commented 5 years ago

Think you for your reply, I'll try to figure it out.

tomlebl commented 5 years ago

You are welcome. Give me shout if you need some more info.