Page 1 of 1

New 1K Development Started

Posted: Mon Apr 24, 2023 2:14 pm
by thewiz
Hi All,

I've started another 1K game and thought I post my progress as I go. No idea if it will work or if it will turn out the way I imagine it will.

Any guesses on the game?

Phase1.png
Phase1.png (2.95 KiB) Viewed 10650 times

Re: New 1K Development Started

Posted: Mon Apr 24, 2023 2:33 pm
by mrtinb
thewiz wrote: Mon Apr 24, 2023 2:14 pm Any guesses on the game?
Pitfall?

Re: New 1K Development Started

Posted: Mon Apr 24, 2023 3:46 pm
by dr beep
thewiz wrote: Mon Apr 24, 2023 2:14 pm Hi All,

I've started another 1K game and thought I post my progress as I go. No idea if it will work or if it will turn out the way I imagine it will.
Are you using the optimized model so you can use most bytes in 1K?
- start of machinecode full over sysvar
- shortest screen with JP (HL) at end.

Any guesses on the game?
No idea!

Re: New 1K Development Started

Posted: Tue Apr 25, 2023 2:05 pm
by thewiz
Here's another update. Got the invaders moving and another screenshot.
Phase2.png
Phase2.png (3.23 KiB) Viewed 10549 times
The game is Astro Invaders, which for some reason I remember from BITD. I thought it would work well in 1k so why not.

Yes, I'm using your 1K optimization dr beep to wring the most out of the zeddy. Still got 400 bytes free after setting up a screen of 24 x 12, or 288 bytes. It straddles $4300 on the third line so I can use 8 bit calculations. :)

Still lots to do.

Re: New 1K Development Started

Posted: Fri Apr 28, 2023 3:31 pm
by thewiz
A quick update. I've added the saucer and a couple of bugs.

Lots still to do including firing and losing a life.
Phase3.png
Phase3.png (3.42 KiB) Viewed 10421 times

Re: New 1K Development Started

Posted: Fri May 05, 2023 2:42 pm
by thewiz
Another week and another update.

I've got firing working, except for hitting saucers and invaders crashing into the ground.

Slow progress I know but still got 100 bytes or so left to handle the remaining bits like losing a life and the game.

Phase4.png
Phase4.png (3.54 KiB) Viewed 10043 times