WikiPlay

A Web Application to play the Wikipedia Game

This project is maintained by elischutze

WikiPlay

A Web Application to play the Wikipedia Game. The Wikipedia Game is a game that consists of players ‘racing,' or navigating, from one Wikipedia article page to another via link traversal.

Demo

A demo video sampling how to play in single player or multi-player mode can be found here.

Installation

To run this project locally you need to have the WikiPlay graph database on your local machine as well as an installation of both Neo4j and Node.js.

Neo4J

  1. Download Neo4J Community Edition
  2. Download the wikiplay.graphdb file
  3. Open Neo4j and select db file to point to wikiplay.graphdb
  4. Click start

Node

  1. Install Node.js
  2. Run npm install
  3. Start the server with npm start
  4. Go to localhost:8000 on your browser