##Introduction##
Hello visitor! This is the home of WALDO, a browser-based game written for COMP 361, a software engineering course at McGill University.
##Dependencies##
##Play (on Chromium)##
-
Clone a copy of the repository
-
Set up configuration:
$ edit dev/game/server/server.conf $ edit dev/game/GameConstants.js
-
Start the server (only necessary for multi-player mode):
$ cd dev/game/server/ $ python server.py
-
Configure Chromium Enable the following (in about:flags)
- Override software rendering list
- GPU Accelerated Drawing
- GPU Accelerated Canvas 2D
-
Start the game:
$ chromium-browser --allow-file-access-from-files dev/game/index.html