This is a modern proof of concept casino slot machine game, built using only vanilla HTML, CSS and JavaScript. No Flash or Frameworks required. Allowing for an amazing low bundle size and blazing fast performance.
Built using the Web Animations API.
npm installnpm start and go to http://localhost:8080npm run build and serve from /distFor configuration options see config object in index.js
| Property | Description | Default |
|---|---|---|
inverted |
Controls visual spinning direction of reels. If false, reels will spin from bottom to top. If true, reels will spin from top to bottom | false |
onSpinStart |
Callback function invoked when spin starts with symbols pattern array (symbols) => void. |
undefined |
onSpinEnd |
Callback function invoked when spin ends with symbols pattern array (symbols) => void. |
undefined |
Icons are created by KPD Media and can be used for private and commercial purposes with no attribution required (check license here).
$ claude mcp add slot-casino-game \
-- python -m otcore.mcp_server <graph>