https://github.com/technologicnick/scrap-mechanic-casino
2024 April Fools
https://github.com/technologicnick/scrap-mechanic-casino
Last synced: 2 months ago
JSON representation
2024 April Fools
- Host: GitHub
- URL: https://github.com/technologicnick/scrap-mechanic-casino
- Owner: TechnologicNick
- Created: 2024-03-28T17:53:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:20:08.000Z (about 1 year ago)
- Last Synced: 2025-01-27T13:48:39.000Z (4 months ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/TechnologicNick/scrap-mechanic-casino/assets/20935774/a6dad24c-af81-4d02-8779-38057c8b4bdf
# Scrap Mechanic Casino
This is a website where you can gamble your in-game resources away I made for April Fools 2024. It was playable on https://scrapmechanic.net/casino, and I worked on it for 5 days.
The save file is read in the browser. The die and ground models are game assets converted to a model using [SM-Converter](https://github.com/QuestionableM/SM-Converter).
## How to play
1. Log in with Steam
2. Select a save file to deposit in-game resources for Wonk Credits.
3. Gamble## Technologies
- React Framework: [Next.js](https://nextjs.org)
- Rendering: [React Three Fiber](https://docs.pmnd.rs/react-three-fiber)
- Physics: [Rapier](https://pmndrs.github.io/react-three-rapier/)
- Component Library: [NextUI](https://nextui.org/)
- In-Browser SQLite Engine: [sql.js](https://sql.js.org/)
- Auth: [NextAuth.js](https://next-auth.js.org)
- ORM: [Drizzle](https://orm.drizzle.team)
- Styling: [Tailwind CSS](https://tailwindcss.com)
- Typesafe APIs: [tRPC](https://trpc.io)