Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btc415/casino_spin_wheel
A casino spin wheel game using React and Pixijs
https://github.com/btc415/casino_spin_wheel
casino pixi react vite
Last synced: 22 days ago
JSON representation
A casino spin wheel game using React and Pixijs
- Host: GitHub
- URL: https://github.com/btc415/casino_spin_wheel
- Owner: BTC415
- Created: 2024-03-28T12:53:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:54:14.000Z (8 months ago)
- Last Synced: 2024-10-11T14:09:45.847Z (about 1 month ago)
- Topics: casino, pixi, react, vite
- Language: TypeScript
- Homepage: https://lobbyuat.bollygaming.games/lucky-wheel/wheel-of-fortune?token=c42ca54b-0e44-4348-95c5-f0c058334847
- Size: 231 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bolly Gaming Lucky Wheel - PIXI.js - v0.1
Senior Coder (seniorcoder72)
This is the source code for lucky wheel game including wheel of fortune.
## Built With :package:
## How to build & run? :dart:
Make sure you have [Nodejs](https://nodejs.org/en/download) installed anc clone this repository on local PC.
```bash
node --version
``````bash
git clone
```- Install the dependencies:
```bash
npm install
```
- Installs all the dependencies required by the project.- Run dev server
```bash
npm run dev
```- Build
```bash
npm run build
```- Run Server
```bash
cd dist
npx serve -s -l 80
```- To contribute, make pull request for your own branch:
```bash
git add .
git commit -m ""
git push origin
```