Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 890 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 890 Bytes

Betting Site

Casino Game

Plinko lets players drop a ball from the top of our triangular pin pyramid to find the winning route down to a corresponding multiplier. Inspired by the Japanese mechanical game known as Pachinko, Plinko provides players with the ability to customise your risk factor and multipliers ensuring the game is suited for everyone at our online casino !

I have added one sample video on how exactly the game works in real life

Screen.Recording.2024-07-31.at.11.49.46.AM.mov

Instruction on how to run is on your machine

  1. need to have tsc installed
  2. Any javascript package manager(npm, pnpm, bun)
Screen.Recording.2024-08-03.at.2.59.46.AM.mov

go inside frontend folder

1. bun install
2. bun run dev

for running the backend

1. tsc
2. node dist/index.js