Home

Awesome

golem-sudoku

Game of Sudoku with size variants, powered by Golem.

Video Demo

Link to video

Demo website

Link to website

Running instructions

Please install the dependencies nodejs and yarn before proceeding.

  1. Set up and run the yagna requestor service following the instructions provided here.
  2. Clone this repository with git or download and unzip the files to a folder. Then open a new terminal and change your directory to the folder.
  3. Run yarn installfollowed by yarn run build-all (Windows users: please run npm install -g win-node-env beforehand).
  4. Remember to set your yagna app key as an environment variable and initialize yagna payments. Then run yarn run start-server.
  5. Visit localhost:3000 in a browser and you should see the Golem Sudoku app.

File layout