项目作者: asiryk
项目描述 :
🎰Simple Slot Machine game
高级语言: TypeScript
项目地址: git://github.com/asiryk/slot-game.git
Slot machine game
A simple slot machine game with three reels.

What you need to run this code
- Node (20.x)
- npm (10.x)
How to run this code
- Clone this repository
- Open command line in the cloned folder,
- To install dependencies, run
npm install
- To run the application for development, run
npm run serve
- Open localhost:4200 in the browser
Features
- Winning: (3 symbols in a middle horizontal row)
- 3 Same symbols
- 2 Same symbols and 1 Wild
- 2 Wilds and 1 any symbol
- Note: 3 Wilds counts as a loss