Page 6 of 6

Re: Lode Runner on the ZX81?

Posted: Wed Jul 19, 2017 8:22 pm
by dr beep
I am trying to get permission to make it an official release.
Still waiting reply, so development is a bit low at the moment.

Re: Lode Runner on the ZX81?

Posted: Wed Jul 19, 2017 10:04 pm
by sirmorris
Good luck - I can't wait to see this.

Re: Lode Runner on the ZX81?

Posted: Mon Mar 19, 2018 9:45 pm
by dr beep
Well,

it looks like an official release will not be possible.
However I will finish the game.

At the moment I have solved a levelbug.
The levels don't have all 15 lines. Level 63 had only 14 lines. I added a line so it will load correctly.

Next to do enemymovement.

Re: Lode Runner on the ZX81?

Posted: Sat Mar 24, 2018 11:28 am
by dr beep
So after picking up again I knew I had to add enemy-movement.

I already coded the player-movement with the idea that it should be used by the enemies as well.
That was the theory. In practice it wasn’t so easy, but I have it working now with random steps for the enemies.

Next thing is adding AI for the enemies.

Re: Lode Runner on the ZX81?

Posted: Sat Mar 24, 2018 4:41 pm
by dr beep
The movement in 1 routine of enemies and player failed and the error was hard to find.
Making a copy especially for enemies does work.
Now the AI for the enemies must be added....