[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pbmserv-dev] gamecnts.php
On Thu, 29 Sep 2005, Robert Barrell wrote:
> I'm trying to set things up so I can work on graphics for a game. When
> I call gamerz.php from my server, it complains that gamecnts.php cannot
> be found (and is required). I have tried to locate the file through
> both fetch and ftp, but have not been able to locate it. Where my I
> find this file?
It looks like this:
<?php $gamecnts = array (
'Akron' => 3,
'Batalo' => 5,
'Amazons' => 16,
'Dama' => 5,
'Go' => 73,
'Breakthrough' => 0,
'Epaminondas' => 9,
'Chameleon' => 1,
'Backgammon' => 350,
'Nackgammon' => 19,
'Deadgammon' => 29,
'Hypergammon' => 48,
'Grandgammon' => 5,
'Plakoto' => 76,
'Moultezim' => 13,
'Hex' => 11,
'Renju' => 146,
'TwixT' => 7,
'Abalone' => 0,
'ChuShogi' => 14,
'Shogi' => 14,
'Xiangqi' => 34,
'Zertz' => 11,
'Zertz+11' => 2,
'Conhex' => 12,
'Yinsh' => 10,
'Draughts' => 17,
'Dvonn' => 11,
'Gonnect' => 17,
'Jade' => 0,
'Havannah' => 5,
'Hexade' => 0,
'Hexxagon' => 0,
); ?>
You could probably just put this in to bootstrap it:
<?php $gamecnts = array (); ?>