Pixelary is a community drawing and guessing game built for Reddit communities. Players draw pixel art based on randomly selected words, and other community members guess what they've drawn. The game was designed and built for r/Pixelary, but anyone can install it.
Pixelary is an open source project.
Gameplay Flow
- Word Selection - Choose from three random words (10 seconds)
- Drawing - Create pixel art on a 16x16 canvas (60 seconds)
- Guessing - Community members guess what you drew
- Scoring - Earn points for posting and getting correct guesses
Scoring System
- 25 points for posting a drawing
- 1 point per correct guess on your drawing
- 5 points for solving someone else's drawing
Players earn points to level up, unlocking perks:
- Level 2+: Extra drawing time (+15s per level)
- Level 2+: Add/remove custom words
- All levels: Level flair and consumables
Pixelary uses a non-personalized slate bandit system for word selection:
- UCB algorithm balances popular words with underutilized ones
- Tracks pick rates, post rates, and completion metrics
- Automatically optimizes word selection over time
- Join the discussion: r/Pixelary
- Open source: GitHub Repository
- Support: Visit our community or open an issue on GitHub
May the best artist win!