A web-based solver for the MapleStory Legion Board, designed to help players optimize their piece placements for maximum efficiency.
- SvelteKit — Application framework
- Svelte 5 — UI components
- TypeScript — Type safety
- Vite — Build tool
- Tailwind CSS — Utility-first CSS framework
- PostCSS — CSS processing
- Vitest — Unit testing
- ESLint & Prettier — Linting and code formatting
- Luxon — Date/time utilities
- nanoid — Unique ID generation
- clsx — Conditional classNames
- 2d-array-rotation — Array manipulation
- tailwind-merge — Tailwind class merging
- Interactive Legion board UI
- Live solve and optimization
- Reset and clear options
- Node.js (v16 or higher recommended)
pnpm installpnpm devThen open http://localhost:5173 in your browser.
src/— Main source codelib/— Components, classes, assets, types, and utilitiesroutes/— SvelteKit routes
static/— Static assets (favicon, images)
This project is licensed under the MIT License. See the LICENSE file for details.
