Jump to content
IGNORED

New 2600 game : "BRIK"


RePixel8

Recommended Posts

Hi,



My first game, so I thought I'd share it in my first post :)



I wanted to create an Arkanoid-style game for the 2600 that that improves on Breakout. Key requirements were:



- Have many individually designed levels (unlike breakout which just has a solid wall).


- Bricks should be displayed as individual blocks with horizontal division, not just solid rows.


- Have bonus objects falling down the screen that can be collected.


- Have an enemy that moves about the screen.


- Fit into 4K for physical cartridge release.



It's been a bit of a challenge squeezing it all into 4K and within the available cycles. However, after a lot of optimisation and many re-writes, it's done and *just* fits, although the sound had to be compromised. It's been a bit of a learning experience I've have thoroughly enjoyed working within the limitations of the hardware and the programming environment.



4K rom is attached. Hope you enjoy it. Let me know what you think.



post-36961-0-18371100-1378913612_thumb.png post-36961-0-99762700-1378913612_thumb.png post-36961-0-70937600-1378913613_thumb.png post-36961-0-45578800-1378913614_thumb.png



brik.bin


  • Like 8
Link to comment
Share on other sites

4870... so far! :)

 

This is now officially my favourite bat'n'ball game on the 2600. Very well done indeed. Thanks for sharing.

 

Do you have plans for a 'deluxe' version or are you finished with the genre just now? It's a surprisingly under represented field on the 2600.

 

If you did decide to make another version it would be great to have paddle control and perhaps some music. There was a version called Poing on the Amiga and it used randomising algorithms to generate tunes. I always loved that. Something to show the level number you've reached would be nice too and perhaps having the game 'pause' between rounds requiring a button press to start (I'm an old fogie and sometimes I need to go pee quick! :P) Of course, a couple of extra pickups and enemies wouldn't hurt either but that's just greed on my part!

 

Regardless, I do mean it when I say this is my favourite version on the 2600. Good job, bloke. :)

Link to comment
Share on other sites

Thanks for all the feedback.

 

Just checked out Poing on the Amiga. I like the way the game is rotated 90 degrees.

 

I'm currently working on another game at the moment, but given the feedback I think I'll definitely have to make a "deluxe" version for an 8 or 16K ROM that has support for paddles and includes the features PFL mentioned, many of which I had originally planned, but turned out not to be possible within the 4K limit.

Link to comment
Share on other sites

My effort to duplicate this in bB just doesn't do it justice. I sacrificed a row and have no extra sprites left :)

 

attachicon.gifbbbrik.png

 

 

I had to implement a few tricks to get it working within the limitations of the 2600. Mainly the vertical lines that separate the bricks. These are actually made of one sprite and one missile with the appropriate TIA registers set to duplicate them 3 times. This only provides 6 vertical lines, so in order to get the full 12, I had to draw the 6 lines and reposition them every other frame. This makes the lines effectively 50% transparent, and gives the kind of 3d effect to the bricks. The remaining missile and sprite is used for the left/right borders the enemy and bonuses etc, the bricks are obviously made from the playfield and the ball is used for, erm, the ball :)

 

It turned out to be not as complicated as I had originally expected, but the big challenge was fitting it all into 4K.

  • Like 1
Link to comment
Share on other sites

Thanks for taking on board our suggestions. It's nice to have the ear of the talent!

 

I'm glad you enjoyed Poing. It's a fantastic take on the Pong game. My personal favourite version is Poing 6. I'm not really sure why but I prefer it to Poing 7. Anyway, all the versions have really cool procedural music. :)

 

One thing I have noticed about your game though is the flickering. When I play it through Stella it flickers a little, when I switch on the phosphor effect the flickering all but disappears. On my real 2600 the flickering is much more profound even on my CRT. I'm not complaining but I am curious as to why the game reacts differently under these circumstances...

Link to comment
Share on other sites

Thanks to the info from RePixel8 I was able to get the virtual sprites in my mock up:

post-13304-0-30913500-1379089782_thumb.png

batari BASIC makes you give up missile0 for paddle support so I cannot reproduce his all white borders. If I leave it as joystick only then I could use missile0 as a border.

 

What RePixel8 is doing here is no joke. It's much harder than it looks.

 

UPDATE: Oops. I'm missing a column of separate blocks in the left-hand side of "b"rik. sigh.

Link to comment
Share on other sites

I've already been a little creepy taking up space in RePixel8s topic. It was mostly to understand what he was doing from a developers perspective. To be honest I've had "developers block" and was trying to get back in the groove.

 

That being said, if you think there's a demand I can post the source for others to play with (in a separate topic) :)

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

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...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...