A Libplanet-based full chain prototype game, serves basic rule of the rock scissors papers.
This project is forked from the sample project that uses Libplanet node.
Requires .NET SDK 8.0 to build this project. Following command builds the project.
dotnet build
dotnet run --project ./src/HandRoyal.Executable/HandRoyal.Executable.project
Default value of the graphql endpoint is http://localhost:5259/graphql.
A frontend for this game written in typescript is also provided. You can take a look at: HandRoyal-frontend.