GhostPath is a daily puzzle game where you navigate an invisible maze.
- Goal: Navigate from the top-left to the bottom-right.
- Mechanics:
- Click adjacent tiles to move.
- Traps are invisible. Hitting one reveals it and costs a life.
- You have 3 Lives.
- Daily Challenge: Everyone gets the same grid every day (seeded by date).
- Streaks: Come back daily to build your streak!
- 🧩 Daily Puzzle: Unique grid generated every day.
- 💾 Persistence: Progress and stats saved automatically.
- 🔥 Streaks: Track your daily wins.
- 📱 Responsive: Works on mobile and desktop.
- 🎨 Theme: Sleek dark/neon aesthetic.
- Framework: React + Vite
- Styling: Tailwind CSS (v4)
- Icons: Lucide React
- Runtime: Bun
-
Install dependencies:
bun install
-
Run dev server:
bun run dev
-
Build for production:
bun run build
