Skip to content

zcanic/matlab_cheatsheet

Repository files navigation

MATLAB Karma Accumulator

A small Vite + React mini-game (Dino runner-style) with a wooden fish CTA and a cheat sheet download.

Quick start

  • Install deps: npm install
  • Dev server: npm run dev
  • Build: npm run build
  • Preview build: npm run preview

Deployment (static)

  • Output: dist/ after npm run build
  • Upload the contents of dist/ to your web root (app supports subpath via base: './').
  • Keep matlab_cheatdict.pdf and wooden fish asset in public/ before building; they are copied to dist/ automatically. At runtime the fish image tries wooden-fish.png, then 木鱼.png, then falls back to inline SVG.

Notes

  • 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-none on the canvas to reduce scroll interference.

Repo

About

matlab_cheatsheet_karma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors