Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 790 Bytes

File metadata and controls

35 lines (21 loc) · 790 Bytes

Voronoi Minesweeper

Minesweeper game with a mathematic twist. This was done as part of a project with the Sydney Javascript Study Group.

Development

To work on this project, you'll need NodeJS.

You'll also need jspm:

npm install -g jspm

Optional Install a simple http server npm install -g http-server

Install local dependencies

jspm install

Serve the root directory as public (If you installed http-server then http-server in the root directory)

Release

This is designed to release to github pages. Run

npm release

Credits

Massive credits go to @gorhill for his excellent Javascript-Voronoi library