Create new spires plugin
``` bash
$ composer create-project phpoxford/spires-plugin {spires-plugin-tictactoe} --stability="dev", (*1)
Where `{spires-plugin-tictactoe}` is the folder that will be created.
---
# Spires PluginName
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]][link-license]
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
Plugin for the IRC bot [Spires][link-spires] made by the [PHPOxford][link-phpoxford] user group.
---
This plugin let users play some game with eachother.
## Usage
| Command | Action |
|---|---|
| `!game start {nick}` | Start a game with {nick} |
| `!game accept` | Accept game request |
## Change log
Please see [CHANGELOG][link-changelog] for more information what has changed recently.
## Testing
The test suite can be run with the following composer script.
``` bash
$ composer test
Contributing and Forking
Please note that this project is licensed under the MIT license. We encourage forking of this project, but ask that you keep all copyright, attribution notices, and continue to use the MIT license in your fork of the project., (*2)
For further details on Contributing guidelines, please read the contributing guide., (*3)
Security
If you discover any security related issues, please email martindilling@gmail.com instead of using the issue tracker., (*4)
Credits
License
The MIT License (MIT). Please see License File for more information., (*5)