A 4-player game: vote to eliminate one. If the prize holder is removed, they win; if not, their prize is shared among the rest. The game repeats with 3 players.
A game with 4 players where one player holds the prize money. Players vote to remove one person from the game. If the removed player is the prize holder, they win the prize. If the removed player is not the prize holder, they lose their prize money, and it is distributed equally among the remaining players. Another round is played between 3 players and the same rule is made.
This project is built as a world mini-app. It uses the World App wallet and transactions on Worldchain. A TypeScript backend is used, along with a PostgreSQL database for storing game details. Supabase Realtime is used for live updates. We utilized React for the frontend, using the Next.js framework.