In the making: Arukanoido – an Arkanoid clone
Moderator: Moderators
Re: In the making: Arukanoido – an Arkanoid clone
It's significantly faster (sprite) drawing again…
- Attachments
-
- arukanoido.demo.1461.zip
- (628.05 KiB) Downloaded 274 times
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
Can't find no bugs at the moment. (Most likely will as soon as I've clicked "submit".)
Now would be the right time to suggest/insist on last changes. Better test the crap out of it!
Aside from many tiny changes which I did not track, original arcade sounds have been fixed for the tape version. But you'll get weird clicking when selecting it at the top level. There's also a label file (VICE's debugger) for the tape version. TODO file has been updated as well.
Have fun!
Now would be the right time to suggest/insist on last changes. Better test the crap out of it!

Aside from many tiny changes which I did not track, original arcade sounds have been fixed for the tape version. But you'll get weird clicking when selecting it at the top level. There's also a label file (VICE's debugger) for the tape version. TODO file has been updated as well.
Have fun!
- Attachments
-
- arukanoido.demo.1472.zip
- (637 KiB) Downloaded 334 times
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
Good work..
I noticed that those spinning cones seem to come out a bit sooner/more often than the Arcade version?
Also, a nice-to-have would be the small revolving-flap animation when they appear at the top that is on the Arcade.
We are really talking about small polishing touches here though, it seems great as is to me.
Oh and the .readme seems a bit out-of-date, still lists high score table as a TODO:
I noticed that those spinning cones seem to come out a bit sooner/more often than the Arcade version?
Also, a nice-to-have would be the small revolving-flap animation when they appear at the top that is on the Arcade.
We are really talking about small polishing touches here though, it seems great as is to me.
Oh and the .readme seems a bit out-of-date, still lists high score table as a TODO:
Re: In the making: Arukanoido – an Arkanoid clone
Thanks! Also for spending more time on this.
Haven't measured that yet but will.
That's just being worked on. Just added a gate opening animation (which isn't perfect yet).
Removed it in favour of the TODO file.
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
Ermh ermh ermh… Finished warp gate animation. No garbage in printed text. Lots of small fixes. Known bug where last item of high score table won't get shoved out. Have fun and nice dreams!
- Attachments
-
- arukanoido.demo.1488.zip
- (638.03 KiB) Downloaded 376 times
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
I couldn't really see the cone release animation, maybe it happens to fast? Can you slow it down?
For example in the Arcade, the ball travels nearly the full height of the screen in the time it takes for the gate to open and close.
Also as mentioned, the player is 70% of the way through round 1 before a cone is even released.
For example in the Arcade, the ball travels nearly the full height of the screen in the time it takes for the gate to open and close.
Also as mentioned, the player is 70% of the way through round 1 before a cone is even released.
Re: In the making: Arukanoido – an Arkanoid clone
It's not there. But the gate to the bottom right is animated.

Some other good news: darkatx just jumped in to do the cover art again. (He did the artwork for PULSE too.) We're very excited about it, working on some top-secret eye-candy for the tape version, making sure this release will knock everybody in the balls.

A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
Also perhaps you can make the engines flicker on the spaceship on the intro screen - that would add a lot and should be fairly easy without doing the full animation?
Re: In the making: Arukanoido – an Arkanoid clone
*click!* Added to the TODO.

A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
Now come animated obstacle gates and the charset viewer also has been fixed. (NTSC only. Press 'C' during game. See README.)
- Attachments
-
- arukanoido.demo.1502.zip
- (641.23 KiB) Downloaded 268 times
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
I've found that it's anything but. It'd take cycle-exact raster interrupts because the border colour has to be used. I really don't feel like spending two days on that.
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
Re: In the making: Arukanoido – an Arkanoid clone
Couldn't you exchange the chars in the graphic where the engines red are with other ones where the engines are cyan and flip these every other frame (or just during your interrupt)? That should give the same effect and you would just need to change 4 bytes of char-definitions each time.
Re: In the making: Arukanoido – an Arkanoid clone
Am tossing around Mike's raster sync code (which is formatted like brainfuck to me) in the editor. Seems to make sense so far. I'll give it a whirl. Will need that stuff for the next game anyhow. (To be released in around 2033, I guess…)tokra wrote: ↑Sun Oct 29, 2023 1:36 pm Couldn't you exchange the chars in the graphic where the engines red are with other ones where the engines are cyan and flip these every other frame (or just during your interrupt)? That should give the same effect and you would just need to change 4 bytes of char-definitions each time.
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: In the making: Arukanoido – an Arkanoid clone
I like tlr's routine, seemed a bit simpler to me.
https://sleepingelephant.com/ipw-web/bu ... 61#p109061
https://sleepingelephant.com/ipw-web/bu ... 61#p109061