Yes, there are still two more days. If you really need more time than that though, please reply and I'll grant the extension.
Great entries so far, by the way. Please keep 'em coming!
Great entries so far, by the way. Please keep 'em coming!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Bavolis on Wed 03/12/2008 20:51:46Quote from: Gilbet V7000a on Wed 03/12/2008 10:14:46I actually have all the art assets for a re-made low res version of the first pong game but never found a programmer. Has anyone tried pong with AGS yet?
I love thepornpong games and the emulators (these are history...) by Bloodlust software, so I'm more than happy to hear that this is still in progress.
int a, b;
a += b; // is the same as a = a + b
a -= b; // is the same as a = a - b
a *= b; // is the same as a = a * b
a /= b; // is the same as a = a / b;
a %= b; // is the same as a = a % b;
struct TObject
{
int _life;
int life;
};
TObject test;
test.
if ( whoisplayer == 1 )
if(sec < 60 && sec > 1)
return String.Format("%d seconds", sec);
if(sec == 1)
return "1 second";
if(sec < 1)
return "no time at all";
Quote from: Tuomas on Wed 29/10/2008 15:34:35ANIWZCS2Service [...] something required by Windows
QuoteSo you may want to see if there's an AniWZCS2 or something service running?
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.281 seconds with 15 queries.