1
2
3
4
<?php
$std = fopen("php://stdin", "r");
echo "TICTACTOE\n\n\n\n";
...

PHP Command-Line TicTacToe

by techietim, March 24, 2008 00:00, 3 refactorings, tagged with php, game, tictactoe

Just wondering if there are...

441c4f02db55ef2cbe96027af7012e01 Talk
1
2
3
4
class ConnectFourBoard
  AIM = 4 # number of neighbouring tokens to obtain

...

Ruby connect-four

by elise.huard.myopenid.com, January 01, 2008 20:50, -1 refactorings, tagged with game

You probably know the game ...

F28306cdcd0269dd76f89bc1ef4d9adc Talk