Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

A slot machine game, which allows user to press a button and get one of four outcome: no win, small win, big win or a bonus move (triggered by the game automatically)

Notifications You must be signed in to change notification settings

JasonRammoray/Slot-machine-game

Repository files navigation

Demo can be found here.

In order to launch the application:

  1. install latest node.js

  2. run npm i in the terminal to install all the dependencies

  3. run npm run start in the terminal to launch the application server

  4. navigate to http://localhost:3000 to browse the game

In order to run quality checks type npm run qa in the terminal. This will run code static analysis, unit tests as well as e2e tests. Please, note that e2e scenario will fail, if server is either not running, or running on a port other than 3000.

To play the game, please, use a web browser supporting es6 modules.

About

A slot machine game, which allows user to press a button and get one of four outcome: no win, small win, big win or a bonus move (triggered by the game automatically)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published