snarky-sudoku VS FantasyCampaign

Compare snarky-sudoku vs FantasyCampaign and see what are their differences.

FantasyCampaign

Turn based fantasy campaign game for chainlink hackathon (by Derked)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
snarky-sudoku FantasyCampaign
1 2
43 14
- -
0.0 5.0
about 2 years ago over 2 years ago
Solidity TypeScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

snarky-sudoku

Posts with mentions or reviews of snarky-sudoku. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-02.
  • Understanding Zero-knowledge proofs through illustrated examples
    3 projects | news.ycombinator.com | 2 Dec 2021
    It's kind of mind-blowing that the universe allows us to do this at all: Convincingly prove that you have a solution to a puzzle without revealing anything about the solution itself.

    On the sudoku example, I built out a playable version of zero-knowledge sudoku a few months ago: https://github.com/nalinbhardwaj/snarky-sudoku

    It doesn't use the same strategy as the article, but the underlying idea of non-interactive SNARK based proof is the same (just using the more general circom circuit library to compile the constraints into a ZK-SNARK).

FantasyCampaign

Posts with mentions or reviews of FantasyCampaign. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-04.
  • Making a Zero-Knowledge proofs based puzzle game
    2 projects | news.ycombinator.com | 4 Jan 2022
    Congrats - that's really cool. It's a super interesting space for sure and I'm pretty convinced it's the future of blockchain games.

    If anyone's interested, we built a 3D Dungeon crawler with ZKPs as part of a hackathon. There's a major mistake on the ZKP validation (left as an exercise for the reader to spot!) but works great as a POC and a nice couple of hackathon prizes too.

    Code: https://github.com/Derked/FantasyCampaign

    Video run through: https://www.youtube.com/watch?v=zp5nEtPFvBo

    Happy to answer any questions.

  • Understanding Zero-knowledge proofs through illustrated examples
    3 projects | news.ycombinator.com | 2 Dec 2021
    In additional to Nalin's great sudoku example elsewhere, he's a couple of my repos that use SNARKS:

    1) Some experiments/learnings https://github.com/JofArnold/zkp-learning-in-public

    2) A blockchain-based Dungeon crawler built for a hackathon that uses a SNARK (Circom, snarkjs) to validate that the user hasn't cheated when getting to the end of the maze https://github.com/Derked/FantasyCampaign

What are some alternatives?

When comparing snarky-sudoku and FantasyCampaign you can also consider the following projects:

zkp-learning-in-public - My journey learning zero knowledge proof technologies in public! Feedback, help and contributions very much welcome

wordlines - Mobile ZK Puzzle Game with NFT rewards