ollelauribostrom / rebus

🌟 👣 Take your first steps as an open source contributor
MIT License
550 stars 843 forks source link

Move forward after guessing successfully #641

Open ArJunGawali opened 3 years ago

ArJunGawali commented 3 years ago

Expected Behavior

... We should move forward when we guess the previous one corretly or give hints and answer , so that we can find out the result

Actual Behavior

... right now in it , we can go forward without successfully guessing ,so thats why it annoying when we can't solve it and also can't get the answer

Dema7 commented 3 years ago

Hi, I'm new to this project and I would like to have a look into this particular issue. Few questions though:

Thanks

NylePudding commented 3 years ago

Hello there @Dema7 :)

Launching the index file won't work, the application needs to be run in a web server with all the dev dependencies downloaded. But don't worry that will be simple to fix! However you will need to download and install Node.js/NPM first if you don't already have it. You can get them together as one installer here: https://nodejs.org/en/download/

If you take a look in the root of the rebus repository you'll find a file called package.json, in there you will see the definition of a scripts object. That contains the definitions of all the scripts you'll need for building/starting/testing etc.

First things first, navigate to the root of the rebus directory in your command line, and run the command npm install. That will download and install all the dev dependencies you need. Now to start the webserver run the npm run start command, your default browser should load and serve your local rebus game. :D

divincode commented 3 years ago

Hi @ArJunGawali I will look into this issue .

ArJunGawali commented 3 years ago

Okay

On Sun, 20 Jun 2021, 12:03 pm Vinay, @.***> wrote:

Hi @ArJunGawali https://github.com/ArJunGawali I will look into this issue .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ollelauribostrom/rebus/issues/641#issuecomment-864507104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKOPYMFZXQ3E632YUJAASCTTTWDVBANCNFSM44KYYYYA .

NylePudding commented 3 years ago

I'm sorry this is a bit irrelevant, but I don't know where else to post, it looks like a lot of the pull requests aren't being merged. What could we do about that?