Page 1 of 1

Next project: PICK AXE PETE from Videopac in 1K

Posted: Sun Feb 14, 2021 8:55 pm
by dr beep
I had the idea, it is my next challenge.

PICK AXE PETE in 1K, renamed MINER M1KE

F= key
T= pickaxe
H=ladder

Miner Mike will be displayed as 2 dots and a third as the pickaxe.
miner.jpg

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Mon Feb 15, 2021 3:19 pm
by dr beep
Name will be DIGgIT, capitals inverted.

DIGG IT, for the mining
DIGIT for the 1K reference, not much digits to code.

Furthermore the player will be only 2 pixels and holding axe or key will be shown in the topline.
This makes drawing easier without loss of gameplay.

Now working on movement of player.
Moving goes ok, but not yet controlled by keypress.

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Tue Feb 16, 2021 7:14 pm
by dr beep
Movement player ready.

TO DO:

stairmoves, boulders, key and pickaxe


Give it a try...
MM009.p
(682 Bytes) Downloaded 152 times

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Sat Feb 20, 2021 9:28 am
by dr beep
I rearranged the code.

I moved the screen to the end, compressed it to fit total game in 949 bytes to load.
The room behind the compressed screen is now filled with routines that are copied over the sysvar after loading, then the screen id decompressed with a routine written in the SP-area.

The screen is unpacked and the game runs.
This forms a 260 bytes block still free to code bouldermovement and pickaxeroutines.

Gameplay will be a bit different from pickaxepete, but it will be good.

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Sun Feb 21, 2021 7:57 pm
by dr beep
Ladders were already moving, now axe function added.

Only to add boulders in 170 bytes.

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Mon Feb 22, 2021 6:43 pm
by dr beep
Gameplay will ressemble pickaxe pete, but will be different.

Ladders are now fixed and boulders will not bounce, only roll.

I have to do some alterations to make it fit 1K..

Planned release date: 40th birthday

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Tue Feb 23, 2021 2:14 pm
by kokkiklhs
dr beep wrote: Mon Feb 22, 2021 6:43 pm Gameplay will ressemble pickaxe pete, but will be different.

Ladders are now fixed and boulders will not bounce, only roll.

I have to do some alterations to make it fit 1K..

Planned release date: 40th birthday
A fav Videopac classic, plus dr beep's magic 1k coding skills on the Zeddy, will surely have a spectacular result!
Thank you!!!

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Thu Feb 25, 2021 10:43 pm
by dr beep
A bug in the boulderdisplay solved and routine changed to get room.

Now scoring needed and some extra room still needed...

fingers crossed.

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Fri Feb 26, 2021 8:25 pm
by dr beep
Working on gaining bytes... so far 20 bytes won.
Hard needed for the final parts to code.

Re: Next project: PICK AXE PETE from Videopac in 1K

Posted: Fri Feb 26, 2021 11:12 pm
by dr beep
I have the game in 1K with hiscore.

Now game needs a different layout but that is easy!!!