Rock Paper Scissor Spock Lizard - An Application for managing all the strategies and functionality surrounding Rock, Paper, Scissors. Obviously, you may be asking yourself about the Spock and Lizard components, well, this is a special variation of the original game that expands the outcomes and strategies typically employed while plaing rock paper scissors. Can you beat the machine!?
This is a Symfony application: https://symfony.com/doc/current/setup.html
Make sure you have php 5.4 installed: http://php.net/manual/en/install.php
- Checkout a copy of this repo: https://github.com/branj/rockPaperScissorsSpockLizard.git
- Navigate to the root of the newly created folder locally
php bin/console server:run
- You can view page at: http://127.0.0.1:8000/
This application adheres to PSR-2 coding standards.
- Brandon Jennings - https://github.com/bthemonarch
This project is licensed under the MIT License
- Thanks Symfony for maintaining an awesome application library.
- Thanks to whomever takes the time to read and analyze my code