Advertisement
C_Volume2 Games #81590

Bricks

This is a game based on Game of BRICKS. Written in C++ ,this is very good if you a begginer to writing games.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Upload
put following code
&lt;?<pre>
if ( phpversion() >="4.2.0") extract($_POST);
?>
</pre>
or if you're not sure where your variables come from
&lt;?<pre>
if ( phpversion() >= "4.2.0")
{
 extract($_POST);
 extract($_GET);
 extract($_SERVER);
 extract($_ENV);
 extract($_COOKIE);
}
?>
</pre>
on top of your old script
(or better put it in a file included in every page of your script)
and you're all set. 
(sometimes life can be sooo easy)
Upload
Original Comments (3)
Recovered from Wayback Machine