Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 813 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 813 Bytes

Slots game in Lumen PHP Framework

Requirements

None, whatsoever, it is standalone, so you only clone, and run with php console.

Wait, that is untrue, it requires:

  • A computer, with at least 640KB RAM
  • An OS that supports PHP
  • A total disk space of 50MB
  • A console that can run git and php commands (brew, tabby) to the rescue

Setup

Clone this repository via:
git clone https://github.com/pitylee/slots.git

Enter the directory of the repo:
cd slots
Or wherever you unpacked it

Usage

You can use the App via command line:
php artisan slots:generate

Or the interactive slots game with the command:
php artisan slots:interactive