Skip to content

sobakintech/easter-egg-roll-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easter Egg Roll Manager

A simple mobile-first web app for hosting Easter egg rolling games. Track turns, hits, and scores from one device.

How It Works

One person acts as the host and controls the game from their phone. Players take turns rolling eggs in real life, and the host records what happens in the app.

  1. Setup: Enter all player names. The app randomizes the turn order when the game starts.
  2. Playing: Each turn, the host taps "Hit" or "Miss".
    • Hit: Select which eggs were hit. The roller gets +1 per egg hit, and each hit player gets -1. Hit eggs are removed from the field.
    • Miss: The roller's egg is placed on the field, where it can be hit by others on future turns.
  3. End: Tap "End game" to see final results and placements.

Eggs return to the field when their owner misses again on a later turn. No one is permanently eliminated.

Tech Stack

  • SvelteKit with Svelte 5
  • Tailwind CSS v4
  • Static adapter (hosted on Cloudflare Pages)
  • Game state persisted to localStorage

Development

bun install
bun run dev

Dev server runs on localhost:3000.

Building

bun run build

Output goes to dist/.

About

A simple web app for hosting Easter egg rolling games

Topics

Resources

Stars

Watchers

Forks

Contributors