Skip to content

Commit

Permalink
Basic overview in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts authored Mar 20, 2024
1 parent d910d48 commit 637b43a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@
Collaborative art canvas on Starknet

----

## Overview

`art/peace` is a collaborative art game where users can place pixels on a large canvas and receive rewards for collaborating. The app will run over X days, and end with a final snapshot of the board. The goal is to give users the feeling of collectively building on a highly responsive art canvas, which they can explore, interact with, and compete on.

Some of the features include :
- **Placing Pixels** : This will be the main interaction type, where every X minutes a user will be allowed to place a pixel onto the canvas. ( on-chain interaction )
- **Color Voting** : In addition to the base colors, there will be a vote to add new colors to the palette every day. ( on-chain interaction )
- **Quests** : Tasks to get extra pixels to place on-top of the one every X minutes. ( on-chain interaction )
- **Templates** : Overlayable artworks to help communities collaborate on an art piece. Bounties can be added to a template to incentivize creation. ( off-chain interaction until settling )

## References
- [r/place technical document](https://www.redditinc.com/blog/how-we-built-rplace)

0 comments on commit 637b43a

Please sign in to comment.