Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
added photo assets
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jan 23, 2024
1 parent 9a6a973 commit cd53763
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorial/sudoku/README.md

This file was deleted.

13 changes: 13 additions & 0 deletions tutorial/sudoku/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Sudoku Tutorial

## Contents

### Modules
- `Sudoku`: A Snarkl program which verifies solutions to any sudoku puzzle
- `Main`: A CLI tool to compile the verifier to an r1cs or generate a witness.

### Solver
There is a [sudoku solver](./solver/Main.hs) executable contained in this tutorial that is meant to work with the verifier.

### Example Puzzle
There is an example puzzle which is hard coded in with the solver. Here is the ![initial state](./assets/init.png) of the puzzle, and here is the ![solution](./assets/solved.png).
Binary file added tutorial/sudoku/assets/init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/sudoku/assets/solved.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd53763

Please sign in to comment.