A prototype for a Qix/Jezzball clone using a circular geometry (i.e. a "fencing off" type game). The prototype is mostly feature complete. I'll see if I make it into an actual game.
Circular[0] runs using Node.js with the Express package. Follow these steps to get the server running:
- Install Node.js.
- Open the Node.js command prompt.
- Switch to the directory containing Circular[0] (using the
cd
command). - Install the Express package (by running
npm install
, the install data is already inpackage.json
). - Run your server by running
node server.js
in the Node.js command prompt. - Now you can play the game at
http://localhost:1618/
.