Getting the SCREEN mode - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10) +---- Thread: Getting the SCREEN mode (/showthread.php?tid=935) |
RE: Getting the SCREEN mode - Kernelpanic - 10-07-2022 Quote:Somebody edited the "NIBBLES.BAS" that came with QBasic long ago... Yes, I know that as well. You can still download the game. I compiled it with QB64 3.2.1, but something doesn't work there. Will put it under programs. RE: Getting the SCREEN mode - TempodiBasic - 10-08-2022 (10-07-2022, 09:56 AM)SMcNeill Wrote: Try this: Hi Steve fine your version of GetScreenMode with new _QB64keywords.... _PaletteColor _PixelSize and the _MEM type of data assembled together with DATA into code. A fantastic example of how to mix old Qbasic and QB64! Thanks for sharing it. RE: Getting the SCREEN mode - TempodiBasic - 10-08-2022 (10-07-2022, 03:14 PM)Kernelpanic Wrote:Quote:Somebody edited the "NIBBLES.BAS" that came with QBasic long ago... I have taken a look at it and it seems only the old Nibbles.bas And it runs ok, only too fast. We slow it into main loop of game in SUB Playnibbles using a _LIMIT 10, maybe after the comment 'delay game Nibbles.bas fixed and posted as code in your thread |