Players (one or more) start on the same randomly selected article, and must navigate to another pre-selected target article, solely by clicking links within each article. The goal is to arrive at the target article in the fewest clicks (articles), or the least time.
You can play the game to get a better idea of how it works.
To import a file from Github, use
File → Import → Git → Projects from Git → URI
Enter https://github.com/ihs-programming/wikipedia-game.git
as the URI, which can also be found by clicking Clone or download on the project page.
If you have any more questions, take a look at this Stack Overflow answer. Go to
Team -> Commit Changes And Push
to upload your changes.
For more information, take a look at this Stack Overflow answer.
In order to commit your changes (upload them to Github), you'll need to ensure that you have a Github account and are added to the ihs-programming organization.
The project is organized into a series of APIs to make coordination easier. You should make a new file in /src/apis
and edit all your code there. This way, we reduce the likelihood of merge conflicts.
If you have any specific questions, feel free to email me at [email protected]!