Doodle

Anything QL Software or Programming Related.
stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Qbits,

Yes, good idea. It adds spice to the program...

But I had to rename it to DoodleSprite_bas, as Dooddles8q_bas repeatedly gave 'not found' for some bizarre reason.
But the font routine loads OK !

Regards, Steve.
Capture d’écran (130).png


qbits
Trump Card
Posts: 173
Joined: Sun Dec 11, 2016 3:32 pm

Re: Doodle

Post by qbits »

Hi Steve ,
Glad you fixed whatever the problem was. Did you notice my MOD on Line 630 Print CHR$((n MOD 28)+142) as I only had 28 sprites
but didn't want to reduce your q number.

For the Doddle_fnt set I used QBITS_FontEditSE_bas and cheated by reusing the Aliens_fnt font set I'd made some month back.

QBITS
Attachments
Doodles2.jpg
Doodles2.jpg (11.5 KiB) Viewed 4064 times


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Qbits & All,
It was bound to happen : Converting the brownien sprites program into a game ! So here it is : Just UNZIP and LRUN.

Colliding aliens lose energy (colour), finally to disappear.

Move the man (bottom line) using left & right arrows, Down arrow to fire. (Miss reduces score, Hit increases it.)

Beeps when no ammunition left. Aliens radomly laser-bomb. (Hit = game over). Replays, so try to improve your score...

Unzip to dos2_ or whatever ( Adapt 1630 to your device). Will add REMarks after any reports of quirks.

Regards, Steve.
BrownienGame.zip
Dooddles_fnt.zip
Capture d’écran (150).png


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Again,

Heres the jpg image...
Capture d’écran (150)bis.jpg


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi All,

Looks like the .png file caused problems for donloading zip files. Try again...
BrownienGame.zip
(2.43 KiB) Downloaded 83 times
Dooddles_fnt.zip
(526 Bytes) Downloaded 90 times
Regards, Steve.


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Folks,

Remember, the (ESC)ape and (N)ext keys are still incorporated into the code for you to use, if need be....

Also, as you may have discovered, don't PRESS the arrow keys, just TAP them if you can't make any headway !

I will blank out the score if you don't zap all the aliens, a minor oversight, in the eventual final version.

Fully tested on QPC2. Many thanks to Qbits for his Aliens Font, which greatly improves the overall aspect.

Regards, Steve.


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi QDOS & SGC users,

Here is a tweaked version, adapted to run under QDOS, tested on SuperGoldCard OK, even under SMSQ/E.

UNZIP, LOAD, modify line 1630 for your chosen device and RUN. (You still need the font file on the previous post !)

Use the previous (non-'Q') version on QPC2 etc.... (as relevant QPC2 parts have been disabled here).

Regards, Steve.
BrownienGameQ.zip
(2.45 KiB) Downloaded 67 times


Post Reply