1 2 3 4
<?php $std = fopen("php://stdin", "r"); echo "TICTACTOE\n\n\n\n"; ...
1 2 3 4
class ConnectFourBoard AIM = 4 # number of neighbouring tokens to obtain ...
Ruby connect-four
You probably know the game ...
1 2 3 4
<?php $std = fopen("php://stdin", "r"); echo "TICTACTOE\n\n\n\n"; ...
1 2 3 4
class ConnectFourBoard AIM = 4 # number of neighbouring tokens to obtain ...
You probably know the game ...
Just wondering if there are...