Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 946 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 946 Bytes

Snarky Monsters!

It's like Pokémon, but web3.

On-chain turn-based combat game between ZK-SNARKed server and client.

  • Randomness is verifiably generated between player and NPC using commitment schemes.
  • NPC logic (or as we like to call it, the NPC's internal psychology and biology) is hidden, allowing for a sweet hidden information mechanic. But the NPC verifiably follows the rules of the game.
  • A proof is generated for the entire battle.
  • We posted the proofs to the Scroll Alphanet for the 2023 EthGlobal Scaling Ethereum hackathon.

You can see a demo here.

Hope you enjoy!

Baz & Goblin Oats

Ideas for next steps

It would be cool to:

  • Create an NPC market that anyone could permissionlessly write to, creating their own NPCs with hidden move logic.
  • Decentralise battle servers so that anyone can create proofs.
  • Incorporate NFT rewards for players who make outstanding achievements.