A massively multiplayer version of the classic game Minesweeper. Instead of sweeping mines the goal is to sweep away those pesky altcoins!
This project was created during the mid 2018 Holo intern program to demonstrate the capabilities of Holochain-proto.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Ensure holochain-proto (at least version 26) is installed on your machine by running.
hcd -v
Subsequent steps also assumes npm/yarn is installed.
Install the javascript/typescript packages with
npm install
Build the Holochain dna using
npm run hc:build
and build the UI with
npm run build
The app can now be started for development purposes using
npm run hc:dev
and opening the browser to http://localhost:4141
If you would like to persist data between sessions install to the local holochain directory by running the following from the project root directory:
hcadmin init <id/name string>
hcadmin join ./build/ minesweeper
hcd minesweeper
Run holochain test using
npm run hc:build && npm run hc:test
Run jest front-end tests using
npm run test
- Michael Dougherty - maackle
- Willem Olding - willemolding
- Lisa Jetton - JettTech
- bifeitang - bifeitang
- Joel U - zo-el
- dtholmes187 - dtholmes187
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3 License - see the LICENSE.md file for details
- Credit to http://minesweeper.io/ for the original inspiration for MMO minesweeper