Addicting Social Network
|
Design a decentralized social network which prioritizes compulsion loops and addictive mechanics.
|
Algorand Plays Pokémon
|
A spin-off of the famous Twitch Plays Pokémon experiment. Participants can input a button press. A dedicated observer connected to an emulator, broadcasting to Twitch; perhaps a payment needs to go for more than one frame. The pot goes to a charity and/or the pot accumulates until the observer sends a "cash-in" message, which pays the last sender; cash-ins happen when you detect (in the emulator) events related to progress in the game (e.g. winning battles, capturing Pokemon, and defeating gym leaders).
|
Arbitrary-Sized Tanda Club
|
A tanda-style loan club with a variable number of participants.
|
Basic DAO
|
A basic DAO in which members vote on whether to call an external function with a certain amount of value.
|
Battleship
|
A battleship-like game where you cryptographically commit to the moves. If you lie, you lose.
|
Blackjack
|
A blackjack-like game with asymmetric payouts based on proximity to 21.
|
Bluffing Game
|
Build a bluffing game like Coup or Skull.
|
Budget Tic-Tac-Toe
|
It's tic-tac-toe, but the goal is not just to win, but to stay within a budget. Each move comes at a cost equivalent to the number of wins attainable in that space. A draw splits the pot without returning your initial stake.
|
Chess Variant With a Wager
|
Recreate a variant of chess, introducing a wager.
|
Compile-Time Specified N-Ticket Raffle
|
Raffle in which the window for buying tickets is dictated by compile time.
|
Editor Plugin Development
|
Extend and enhance the range of IDEs and development tools available for the Reach platform.
|
Hidden Role Game
|
Build a hidden role game, like The Resistance (also called "social deduction" games).
|
Horoscope
|
A horoscope application which calls out to an third-party oracle.
|
Hot Potato
|
N-player hot-potato where each player adds randomness and wins the pot when the seed % N is their index.
|
Insurance DApp
|
Build an insurance dApp in which subscribers submit claims and a trusted party can approve or deny.
|
Kickstarter with Refund Bonuses
|
Build a crowdfunding platform with refund bonuses.
|
Le Chat Noir
|
Le Chat Noir with a wager.
|
Marlowe
|
A Marlowe-like application for deriving traditional financial instruments.
|
Mancala
|
Build a game of mancala in which players cryptographically commit their moves to the blockchain.
|
Microblog
|
A microblog in which members can post and subscribe to various streams of content.
|
Morra
|
Generalize a game of rock, paper, scissors into a game of morra, introducing a wager.
|
N-Men's Morris
|
Generalize a game of tic-tac-toe/noughts and crosses into n-men's morris (traditionally "nine men's moris").
|
N-Player Poker
|
When Player A draws a card, they submit a committed number [0, N). Then every other player sends them a card. When they reveal their hand, they reveal the commitments that led to the cards they got, thus their cards remain secret during the game, but the rest of the players can speculate about what they have. They can never send the same card twice.
|
NFT Auction
|
An NFT with built-in auction mechanics to facilitate its sale/purchase.
|
Quadratic Crowdfunding
|
Crowdfunding platform which relies on quadratic voting like Gitcoin.
|
Quantum Tic-Tac-Toe
|
Quantum tic-tac-toe with a wager.
|
RSVP DApp
|
Build an RSVP dApp with a trusted attendance oracle.
|
Settlers of Catan
|
Settlers of Catan-like game with on-chain resource trading.
|
Single Deadline Crowdfunding Campaign
|
Crowdfunding campaign with single deadline (like Kickstarter).
|
Staged-Approval Crowdfunding
|
Crowdfunding campaign with staged approval of disbursing funds.
|
The Optimization Market
|
The funder proposes a function `f : A -> Int` and a deadline. Whoever submits an `A` that maximizes the value of `f` wins the prize. This can be used for NP-complete functions, which would be valuable.
|
The Price is Right
|
Pick a number, submit guesses, reveal the number, then reveal the winning guess.
|
Timed Auction: Highest Bidder Wins
|
A timed auction in which the highest bidder wins.
|
Transferable-Royalty NFT
|
An NFT for which the initial creator is paid a royalty with each purchase.
|
Ultimate Tic-Tac-Toe
|
Ultimate tic-tac-toe with a wager.
|
Unique Numbers Game
|
Players submit a number within a predetermined range. Players who submit a unique number get a percentage of the pot.
|
Vickrey Auction
|
An auction in which the highest bidder wins, but pays the second-highest bid.
|
Web Browser
|
Web-based application browser with annotation functionality and customizable compile-time parameters.
|
Zero-Randomness Board Game
|
Build a zero-randomness board game like Caylus or Hansa Teutonica.
|