https://github.com/goto-bus-stop/wikibattle
1v1 races through Wikipedia article links.
https://github.com/goto-bus-stop/wikibattle
game wikipedia
Last synced: 2 months ago
JSON representation
1v1 races through Wikipedia article links.
- Host: GitHub
- URL: https://github.com/goto-bus-stop/wikibattle
- Owner: goto-bus-stop
- License: mit
- Created: 2014-09-09T11:51:56.000Z (almost 11 years ago)
- Default Branch: default
- Last Pushed: 2023-07-11T08:49:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:51:10.310Z (about 1 year ago)
- Topics: game, wikipedia
- Language: JavaScript
- Homepage: https://wikibattle.me
- Size: 4.79 MB
- Stars: 39
- Watchers: 4
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[WikiBattle][]
--------------1v1 races through Wikipedia article links.
[https://wikibattle.me][WikiBattle]
### Objective
You're thrown into a random article with a random opponent. The first to find
their way to the target article wins. Use only links in the articles, no back
button.Articles are randomly selected from the top 5000 most popular articles of the
previous week, compiled by [Andrew G. West][Top 5000 pages].After 40 seconds, you will get a hint, consisting of the first 200 characters of
the first paragraph of the target article. After 90 seconds, you will also get a
list of 25 article titles that link to the target article ("backlinks").### Install
git clone https://github.com/goto-bus-stop/WikiBattle
cd WikiBattle
npm install
npm startThen you'll be live at localhost:3000!
### License
[MIT]
[WikiBattle]: https://wikibattle.me
[Top 5000 pages]: https://en.wikipedia.org/wiki/Wikipedia:Top_5000_pages
[MIT]: ./LICENSE