Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Move forward after guessing successfully #641

Open
ArJunGawali opened this issue May 7, 2021 · 5 comments
Open

Move forward after guessing successfully #641

ArJunGawali opened this issue May 7, 2021 · 5 comments

Comments

@ArJunGawali
Copy link

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
Copy link

Dema7 commented Jun 4, 2021

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

  • I've downloaded all files and launching the index file doesn't make the web app work.
  • Code doesn't seam to be using vanilla javascript or jQuery library (ES6 version). Which kind of code/library is it? (sorry, I'm a newbie).
  • If this is not the right place to ask these questions, where I could ask?

Thanks

@NylePudding
Copy link

NylePudding commented Jun 18, 2021

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
Copy link

Hi @ArJunGawali I will look into this issue .

@ArJunGawali
Copy link
Author

ArJunGawali commented Jun 20, 2021 via email

@NylePudding
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants