feat: Jogo da Vida Solana — board game multiplayer online com termos do SDK#24
Open
lglucas wants to merge 1 commit intosolanabr:mainfrom
Open
feat: Jogo da Vida Solana — board game multiplayer online com termos do SDK#24lglucas wants to merge 1 commit intosolanabr:mainfrom
lglucas wants to merge 1 commit intosolanabr:mainfrom
Conversation
Dois jogos interativos construidos sobre @stbr/solana-glossary: Escape Room (solo): 12 tipos de puzzle, 3 temas, 4 niveis, timer, hints, leaderboard, audio sintetizado, wallet Solana, i18n pt-BR/es. Jogo da Vida (multiplayer online 2-8): tabuleiro 50 casas, 3 experiencias visuais completamente distintas (Neon Cockpit, Terminal CLI, Arcade 8-bit), salas via Supabase, sync de turnos, timer configuravel, deteccao de desconexao. Live demo: https://aceleradora.eco.br/solanabr-glossario/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Jogo da Vida Solana — multiplayer online board game (2-8 players) built on
@stbr/solana-glossarySDK. Players traverse a 50-space board learning Solana ecosystem terms through event cards and challenge quizzes.Live Demo: https://aceleradora.eco.br/solanabr-glossario/ (click "Jogo da Vida" on the portal)
3 Board Experiences — Completely Different UX
Each board is a completely different experience — different layout, interaction patterns, fonts, backgrounds, and UX. Not just a color swap.
> execute roll()text command instead of dice, matrix rain background, green monochrome, process table player listScreenshots
SDK Integration
Event Cards (every ~4th space)
When a player lands on an Event space, the game:
getTermsByCategory()for the board's categoriesChallenge Quizzes (every ~6th space)
When a player lands on a Challenge space:
Categories per Board
All terms served via
getLocalizedTerms()in pt-BR and es.Multiplayer System
/vida/sala/{theme}/{code})Architecture (Jogo da Vida module)
Tech Stack
Credits
Test Plan
> execute roll(), green monochrome, matrix rain