FantasyCampaign VS snarky-sudoku

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

FantasyCampaign

Turn based fantasy campaign game for chainlink hackathon (by Derked)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
FantasyCampaign snarky-sudoku
2 1
14 43
- -
5.0 0.0
over 2 years ago about 2 years ago
TypeScript Solidity
- 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.

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

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).

What are some alternatives?

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

wordlines - Mobile ZK Puzzle Game with NFT rewards

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