GithubHelp home page GithubHelp logo

wordle's Introduction

Wordle in the zkVM

Quick Start

First, make sure rustup is installed. This project uses a nightly version of Rust. The rust-toolchain file will be used by cargo to automatically install the correct version.

To build all methods and play Wordle within the zkVM, run the following command:

cargo run

Then, start guessing 5 letter words!

About the game

The game consists of two agents: a player and a server. The zkVM enforces that the server plays fairly.

The game begins with the server choosing a secret word from the wordlist, and sending the player the hash of the secret word.

The player then submits guesses. After each guess, the server returns which letters from the guess match the letters in the secret word. In addition, the server returns a receipt that attests to the logic of the letter-checking and includes the hash of the secret word.

Ensuring fair play

The player ensures that server isn't cheating using the check_receipt function. This function first runs receipt.verify(WORDLE_ID) which ensures that the receipt is valid and was generated by the correct binary file. Then, the check_receipt function checks that the hash in the journal contents match the hash of the secret word provided at the start of the game.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.