cyphrix/rpsls

Rock, Paper, Scissors, Lizard, Spock... Now with 100% more PHP.

1.0.0 2015-12-30 19:15 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:20:18 UTC


README

RPSLS is an open-source, object-oriented implementation of the Rock, Paper, Scissors, Lizard, Spock game, often used for resolving trivial matters amongst friends. RPSLS handles all of the pesky game logic, so that you're free to design the front-end to your implementation of this classic game. Feel free to contribute or fork if you can make this better.

Current Version

1.0.0

Installation

Recommended method of installation is via composer.

{
  "require": {
    "cyphrix/rpsls": "1.0.0"
  }
}