Skip to content

Releases: zo-el/minersweeper

v2.1.0

19 Nov 20:25
0d1d8a2
Compare
Choose a tag to compare

Summary:

  • hdk version: v0.0.115
  • web-happ compatible with holochain-launcher

v2.0.0

31 May 18:17
0d1d8a2
Compare
Choose a tag to compare

This is the first release of Minersweeper 2.0 that runs on holochain

Holochain Version: 59c8632876795125a8d0a3770b2fd6733529bfcd

How to run:

  • Download the .zip file that is the UI and the .happ file that is the holochain dHapp
  • To run the UI:
    • Unzip the .zip file
    • cd into the folder that you just extracted and server the UI
      • you can do that using node or python like this: python -m SimpleHTTPServer 3000
  • To run your DNA:
    • see that you have holochain and hc locally installed, else you can run nix-shell in this github repo and have a working environment of holochain
    • Then to run your happy you will first create an agent
      • hc sandbox clean
      • hc sandbox generate ./minersweeper.happ -a='minersweeper-1'
    • Then run your agent
      • hc sandbox r 0 -p=8800

Note: we will have better packaging for this happ to easy with installing the happ