Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 429 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 429 Bytes

Slots

Simple slots (fruit) machine game

This is test job. Proof of concept

  • 5x3 game (5 reels x 3 symbols)
  • 9 normal symbols
  • 1 featured symbol
  • 10 paylines

Demo

Installation:

  1. Clone the repository

  2. Rename config.json.dist to config.json

cp composer.json.dist composer.json
  1. Install dependencies
composer install
  1. Point web server to public directory