Snap. Flow. Grow.
An incremental idle game where you build networks of geometric shapes. Resources flow inward from outer shapes toward your core. Prestige to evolve your core shape ā more sides, more connections, more production.
# install dependencies
npm install
# start dev server
npm run dev
# build for production
npm run build
# preview production build
npm run preview
polysnaps/
āāā .cursor/rules/ # Shared AI rules for vibecoding
āāā src/
ā āāā lib/
ā ā āāā components/ # Svelte components
ā ā āāā game/ # Core game engine & state
ā ā āāā pixi/ # PixiJS rendering (TODO)
ā ā āāā supabase/ # Supabase client (TODO)
ā ā āāā utils/ # Helpers (formatting, etc.)
ā āāā routes/ # SvelteKit pages
ā āāā app.css # Global styles
ā āāā app.html # HTML template
āāā static/assets/ # Sprites, audio, fonts
āāā supabase/ # Backend (TODO)
āāā docs/ # Game plan & architecture
āāā GAME_DESIGN.md # The game bible
āāā README.md
Built by SidesQuest ā Luca & Steen