Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

eyss/d-chess-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-chess backend

Backend implementation for the d-chess holochain app.

Running two players

To run two players with which to play against each other, run three terminals, all inside the nix-shell:

  1. Terminal 1:
sim2h_server
  1. Terminal 2:
cd agents/alice
holochain -c conductor-config.toml
  1. Terminal 3:
cd agents/bob
holochain -c conductor-config.toml

Now, the agents are ready to be connected with the frontend at https://github.com/eyss/d-chess-front.

About

Holochain-based chess game backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published