Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goto-bus-stop/wikibattle
1v1 races through Wikipedia article links.
https://github.com/goto-bus-stop/wikibattle
game wikipedia
Last synced: 12 days 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 (about 10 years ago)
- Default Branch: default
- Last Pushed: 2023-07-11T08:49:45.000Z (over 1 year ago)
- Last Synced: 2024-04-14T21:51:10.310Z (7 months 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