[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2012-07-15T17:12:10-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/3603 2012-07-15T17:12:10-05:00 2012-07-15T17:12:10-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=22019#p22019 <![CDATA[snake game console]]> Statistics: Posted by Puzomor — Sun Jul 15, 2012 5:12 pm


]]>
2012-07-15T13:43:09-05:00 2012-07-15T13:43:09-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=22018#p22018 <![CDATA[snake game console]]>
http://www.freebasic.net/forum/viewtopi ... ass#p97918

Statistics: Posted by Lachie Dazdarian — Sun Jul 15, 2012 1:43 pm


]]>
2012-07-15T13:38:30-05:00 2012-07-15T13:38:30-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=22017#p22017 <![CDATA[snake game console]]>
open cons for output as #1
print #1, "xxxx"

Statistics: Posted by Lachie Dazdarian — Sun Jul 15, 2012 1:38 pm


]]>
2012-07-05T09:40:55-05:00 2012-07-05T09:40:55-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=22007#p22007 <![CDATA[snake game console]]> DO
...
counter+=1
if counter>1500 then counter=0
LOOP UNTIL ...
how do i "print" the counter value into the console window that opens when i start the game along with graphical window?

Statistics: Posted by Puzomor — Thu Jul 05, 2012 9:40 am


]]>