A small Vite + React mini-game (Dino runner-style) with a wooden fish CTA and a cheat sheet download.
- Install deps:
npm install - Dev server:
npm run dev - Build:
npm run build - Preview build:
npm run preview
- Output:
dist/afternpm run build - Upload the contents of
dist/to your web root (app supports subpath viabase: './'). - Keep
matlab_cheatdict.pdfand wooden fish asset inpublic/before building; they are copied todist/automatically. At runtime the fish image trieswooden-fish.png, then木鱼.png, then falls back to inline SVG.
- External Google Fonts were removed; the app relies on JetBrains Mono / Space Grotesk fallbacks available on the system.
- Win condition tuned to roughly 10s (200 score at ~20 pts/sec).
- Mobile: touch input enabled and
touch-noneon the canvas to reduce scroll interference.
- Main branch:
main - Remote: https://github.com/zcanic/matlab_cheatsheet.git