An open API service indexing awesome lists of open source software.

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

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.

![ Screen Recording ](./docs/screenrecording.gif)

## 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/).