Jump to content
Sign in to follow this  
José Pereira

Just thinking in ARKANOID...

Recommended Posts

Rasters in a game line Arkanoid should be possible.... in 32 byte width the byte position fits well, to give the border a separated colour.

Mixing of Raster/midline changes and PM should do nicely.

 

post-2756-0-06449300-1321131097_thumb.png

What have you here? Re-use of P0 or PF2 Midscanline change? (it would have to be P1 because Bonus have to be higher Prior as it can go over Bricks)

 

:?

Could it be like:

-> P0: Bonus

-> Paddle would need: P1(Left side)/P2(Middle)/P3(Right side)

-> 5th Player: 3Missiles=3Balls or shoots...

 

But still :? about the 3Enemys...

But also :? how Tezz get that Light Blue on the sides Walls, by Players?

 

How would you midscanline change colours on every Brick, remember that when a Brick destroyed it would be replaced by the background gfxs...

post-6517-0-60837800-1321134341_thumb.gifpost-6517-0-90253000-1321134383_thumb.gifpost-6517-0-26916200-1321134411_thumb.gifpost-6517-0-71895600-1321134422_thumb.gif

(these are from AMIGA and, of course, it's just to show the Bricks and gfxs colouring and the side Status Area is like if wasn't there for A8)

Still lots of :?

Share this post


Link to post
Share on other sites

Rasters in a game line Arkanoid should be possible.... in 32 byte width the byte position fits well, to give the border a separated colour.

Mixing of Raster/midline changes and PM should do nicely.

 

post-2756-0-06449300-1321131097_thumb.png

What have you here? Re-use of P0 or PF2 Midscanline change? (it would have to be P1 because Bonus have to be higher Prior as it can go over Bricks)

 

:?

Could it be like:

-> P0: Bonus

-> Paddle would need: P1(Left side)/P2(Middle)/P3(Right side)

-> 5th Player: 3Missiles=3Balls or shoots...

 

 

3 balls should be built with one player/missile. They only "sometimes" cross one scanline for some flicker. So it never should be a big problem.

 

But still :? about the 3Enemys...

 

Objects are rather small, and they have the same shapes. Pre-shifting shouldn't really kill the RAM usage, does it?

 

But also :? how Tezz get that Light Blue on the sides Walls, by Players?

 

Doing the midline changes, you can simply reposition players. But it has to be assured, to use that for only the range of where those were needed. To leave enough cpu for the game itself ;)

In lines, where no bricks/or less bricks occure, players get free to do a lineup.

 

How would you midscanline change colours on every Brick, remember that when a Brick destroyed it would be replaced by the background gfxs...

Remove the player and set the background?

Or

Set the player and background?

Share this post


Link to post
Share on other sites

OBJECTS: Three maximum at the same Line, would need Players to colour them, but there's no Player available I think :?

 

 

Quote

 

 

How would you midscanline change colours on every Brick, remember that when a Brick destroyed it would be replaced by the background gfxs...

 

Remove the player and set the background?

Or

Set the player and background?

:?

Share this post


Link to post
Share on other sites

How would you midscanline change colours on every Brick, remember that when a Brick destroyed it would be replaced by the background gfxs...

 

 

assuming it's possible, and you have unrolled code to do it, you could just modify the code at some other point.

so if you had something like

 

colourWrite:

A9 00 LDA #$00

8D xx xx STA someColourRegister

 

later on you could store the colour value to colourWrite+1, which in turn would replace the 00 in the first LDA.

When the brick is gone you just alter the write to the correct background colour.

Edited by sack-c0s

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...