[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 2006-02-05T11:49:52-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/1336 2006-02-05T11:49:52-05:00 2006-02-05T11:49:52-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10731#p10731 <![CDATA[ascii graphics]]> http://taat.fi/tmdc/

Statistics: Posted by Antoni — Sun Feb 05, 2006 11:49 am


]]>
2006-02-04T15:42:03-05:00 2006-02-04T15:42:03-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10730#p10730 <![CDATA[ascii graphics]]>
There are editors for them, check for the newest as Rattrapmax's,
That was made in FreeBasic,. the normal output won't work in QBasic since it's 32bit colour..

Tho, it is a nice example:
http://members.aol.com/rattrapmax6/myproggies/APPL1.zip

Statistics: Posted by Rattrapmax6 — Sat Feb 04, 2006 3:42 pm


]]>
2006-02-03T18:21:53-05:00 2006-02-03T18:21:53-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10727#p10727 <![CDATA[ascii graphics]]> i'm pretty good with ascii games I just wanted some graphics
thanks a lot :D

Statistics: Posted by Ghost301 — Fri Feb 03, 2006 6:21 pm


]]>
2006-02-03T10:34:13-05:00 2006-02-03T10:34:13-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10721#p10721 <![CDATA[ascii graphics]]>
You can too set a graphics mode as SCREEN 12, that will allow you to output text and pixel graphics at the same time.

Code:

screen 12defsng a-z view print 20 to 27line (0,0)-(639,300),1,BFline (100,50)-(540,200),0,BFdo r% = (r% + 1) AND 15 FOR y% = 1 TO 99   y1% = ((1190 \ y% + r%) AND 15)   y2 = 6 / y%   FOR x% = 100 TO 540    PSET (x%, y% + 100), CINT((319 - x%) * y2) AND 15 XOR y1%   NEXT x%,y% f%=(f%+1)mod 5: if F%=0 then color int(rnd*16): print "blah"loop until len(inkey$)

Statistics: Posted by Antoni — Fri Feb 03, 2006 10:34 am


]]>
2006-02-02T22:21:11-05:00 2006-02-02T22:21:11-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10717#p10717 <![CDATA[ascii graphics]]> corredt me if i'm wrong but when you say text graphics you mean ASCII charcter codes right? cause i know those

Statistics: Posted by Ghost301 — Thu Feb 02, 2006 10:21 pm


]]>
2006-02-02T21:03:58-05:00 2006-02-02T21:03:58-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10713#p10713 <![CDATA[ascii graphics]]> Statistics: Posted by Rattrapmax6 — Thu Feb 02, 2006 9:03 pm


]]>
2006-02-02T20:12:39-05:00 2006-02-02T20:12:39-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10712#p10712 <![CDATA[ascii graphics]]> maybe i'm looking in the wrong places but I can't find a register area and there are a few broken links

Statistics: Posted by Ghost301 — Thu Feb 02, 2006 8:12 pm


]]>
2006-01-30T21:28:16-05:00 2006-01-30T21:28:16-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10672#p10672 <![CDATA[ascii graphics]]> www.pure-text.com. Come on, join! We need some... err... life...

Statistics: Posted by {Nathan} — Mon Jan 30, 2006 9:28 pm


]]>
2006-01-30T18:27:24-05:00 2006-01-30T18:27:24-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10666#p10666 <![CDATA[ascii graphics]]> Statistics: Posted by Ghost301 — Mon Jan 30, 2006 6:27 pm


]]>