- Project Daydream -
[Project Pseudocode Revision: 1.1]
GMODE
Splash
DrawBackground
DO
{
seqLength = 1
DrawPlayer(initialPosition)
WaitForKey
While(1)
{
GetRandomMove
for(i=1; i !>= seqLength; i++)
{
DrawPlayer(compSeq[i])
PlayTone(compSeq[i])
}
for(i=1; i !>= seqLength; i++)
{
m = GetHumanMove
DrawPlayer(m)
PlayTone(compSeq[i])
if( m != compSeq[i] )
}
if( seqLength = WINMOVES )
seqLength++
Delay(long)
}
theEnd:
}
WHILE( DrawWinScreen(seqLength/3) )
TMODE
Credits
Scroll
bsod
Quit
(end)
Back to Main
Free the source!