https://github.com/t0dorakis/matter-coin-slot
Visual Slot Machine Experiment with Matter-js and Vanilla Typescript
https://github.com/t0dorakis/matter-coin-slot
literature matter-js typescript typography
Last synced: 2 months ago
JSON representation
Visual Slot Machine Experiment with Matter-js and Vanilla Typescript
- Host: GitHub
- URL: https://github.com/t0dorakis/matter-coin-slot
- Owner: t0dorakis
- Created: 2024-04-18T10:32:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T20:26:25.000Z (about 1 year ago)
- Last Synced: 2024-12-26T16:14:08.725Z (4 months ago)
- Topics: literature, matter-js, typescript, typography
- Language: TypeScript
- Homepage: https://matter-coin-slot-machine.vercel.app
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Matter Slot Machine
Visual Slot Machine Experiment with Matter-js and Vanilla Typescript.
Insert a coin in the "AI" to invent a new depressing quote by Thomas Bernhard.

## Demo
[On Vercel](https://matter-coin-slot-machine.vercel.app/)
## How to run
```bash
npm install
npm run dev
```## How to build
```bash
npm run build
```Creates a `dist` folder with the static production build.
Bootstrapped with [Vite](https://vitejs.dev/).