asiryk / slot-game

Simple Slot Machine game

Home Page:https://asiryk.github.io/slot-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slot machine game

A simple slot machine game with three reels.

Slots


What you need to run this code

  1. Node (20.x)
  2. npm (10.x)

How to run this code

  1. Clone this repository
  2. Open command line in the cloned folder,
    • To install dependencies, run npm install
    • To run the application for development, run npm run serve
  3. Open localhost:4200 in the browser

Features

  1. 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

About

Simple Slot Machine game

https://asiryk.github.io/slot-game/

License:MIT License


Languages

Language:TypeScript 93.4%Language:HTML 4.8%Language:CSS 1.8%