2017 © Pedro Peláez
 

library oxer

Simple Tic Tac Toe implementation in PHP

image

uestla/oxer

Simple Tic Tac Toe implementation in PHP

  • Friday, January 27, 2017
  • by uestla
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

OXer - Gomoku in PHP

Installation

composer require uestla/oxer

Usage

use OXer\Board;
use OXer\Coord;
use OXer\Player;

$board = new Board;
$board->play(9, 9); // O
$board->play(8, 8); // X
// ...

$board->isGameOver(); // boolean
$board->getWinner(); // Player::O / Player::X / null
$board->getWinningLines(); // array of Coord[]

The Versions

27/01 2017

dev-master

9999999-dev http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

25/09 2016

1.0.7

1.0.7.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

23/09 2016

1.0.6

1.0.6.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

21/09 2016

1.0.5

1.0.5.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

13/09 2016

1.0.4

1.0.4.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

13/09 2016

1.0.3

1.0.3.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

13/09 2016

1.0.2

1.0.2.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

11/09 2016

1.0.1

1.0.1.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer

27/08 2016

1.0.0

1.0.0.0 http://github.com/uestla/OXer

Simple Tic Tac Toe implementation in PHP

  Sources   Download

MIT

The Development Requires

php tictactoe tic-tac-toe oxer