Jump to content
IGNORED

2600tris


atari2600land

Recommended Posts

I'm posting this here to get wider exposure. In case you don't read the bB forums, I have been working on a game called 2600tris. I want to make this game as good as possible, so I need criticism/complements, just any feedback would be appreciated. At the title screen, press the right difficulty switch to A to activate a 2-player mode.

2600tris_11182009v2.bin

  • Like 1
Link to comment
Share on other sites

Not at the moment. Since there is no score except for the number of lines, and the only difference between levels is the speed of the block dropping and the score (which isn't present), I haven't added it in yet.

 

EDIT: I meant at the beginning. The game does get faster as you progress, though.

Edited by atari2600land
Link to comment
Share on other sites

I'm posting this here to get wider exposure. In case you don't read the bB forums, I have been working on a game called 2600tris. I want to make this game as good as possible, so I need criticism/complements, just any feedback would be appreciated. At the title screen, press the right difficulty switch to A to activate a 2-player mode.

 

I'd recommend that you check out the bin for Edtris, a Tetris clone produced years ago. Might as well see what you like and don't like about how he did his program so that you don't just duplicate the wheel but, instead, improve upon it. ;-)

Link to comment
Share on other sites

After I got used to controls in Stella, it worked pretty well.

 

Is the second playfield on the right for two player action?

 

On the opening screen, what is the black cannon looking object?

 

The obvious is a rainbow of colors for the different shapes.

 

Also, can the playfield be expanded? There's a bit of space that could be used up between the bottom and the score. If this makes game play easier, consider compensating by increasing the speed.

 

Lastly, the "next shape" indicator at the top middle - I think it may be easier if it were lowered towards the middle. It'll be a shorter distance as far as eye movement off the playfield to the next shape indicator.

Link to comment
Share on other sites

After I got used to controls in Stella, it worked pretty well.

 

Is the second playfield on the right for two player action?

 

On the opening screen, what is the black cannon looking object?

 

The obvious is a rainbow of colors for the different shapes.

 

Also, can the playfield be expanded? There's a bit of space that could be used up between the bottom and the score. If this makes game play easier, consider compensating by increasing the speed.

 

Lastly, the "next shape" indicator at the top middle - I think it may be easier if it were lowered towards the middle. It'll be a shorter distance as far as eye movement off the playfield to the next shape indicator.

 

Yes, there is a two-player mode. Have the right difficulty switch set to A to get it working.

 

The black thing is supposed to be a joystick. One joystick means it will be a one-player game, and two means a two player game.

 

bB doesn't really let you have different shapes be different colors.

 

Yes, the playfield can be expanded.

 

I'll lower the next shape thing.

 

And I have played Edtris. I got 1,013 lines on it once, something I definitely can't do on my version. The blocks at the title screen spell out "2600tris."

Link to comment
Share on other sites

New version.

* playfield has been deepened.

* the next blocks have been lowered.

* fixed some problems with player 2's colors.

 

Great job. Using the emulator controls do this game a disservice. But, that's a non-issue because I know using a joystick there will be no problems. Two player mode looks like it would be a lot of fun.

 

I'm not a programmer, so even if you explained it I probably still won't get why the shapes cannot be different colors.

 

Again, great job.

Link to comment
Share on other sites

The controls are much better over the previous versions. :thumbsup: I prefer a faster drop with the joystick down, but that's just me. It's too bad about the shapes blinking as they fall. I suspect it's difficult to fix without a little assembly intervention. (I wouldn't mind being wrong.) How much assembly have you studied, atari2600land?

Link to comment
Share on other sites

I'm posting this here to get wider exposure. In case you don't read the bB forums, I have been working on a game called 2600tris. I want to make this game as good as possible, so I need criticism/complements, just any feedback would be appreciated. At the title screen, press the right difficulty switch to A to activate a 2-player mode.

 

Hi, I'm new to 8-bit programming, the 6502, and 64kb ram to work with!, Right now im trying to code a tetris clone for the atari Lynx (great little machine), and if I could be so bold, would like to hear from you about some pointers when it comes to datastructures you used to handle the board, piece rotation, pieces, etc. I'll list what I have so far and tell me what you think if you have some time. It would be great to hear some thoughts on what I've come up with.

 

I thought about using a 10x18 byte "board". This array hold values of either 0 (no piece), 1 (fixed piece), 2 (falling piece). Each piece consist of: 4 blocks, each containing 2 bytes (x,y) for coordinates. The First piece always serving as the rotation point. I've thought about making a 224 byte datablock that holds the x,y coordinates for all 7 pieces for each of the 4 rotation "states" a block can be in. Collision detection will kick in after each movement is issues. Checking adjecent blocks on the board for every block in a tetris piece. I want to make 2 detection routines. 1 for vertical and 1 for horizontal movement. As soon as a solid block is detected below the falling piece it will turn into a fixed value, the piece variables will be cleared in memory, and a new piece will be created by my piece generation code.

 

I seem to be going off track with irrelevant specifics so I'll leave it at that for now. I still have the collision detection for my rotation routine to work out (existing pieces on the board and board edges) but that Shouldnt be too much of a problem. Most of it is down in pseudo code right now that I'll work out over the weekend if I have the time for it. Hope to hear your thoughts on this.

 

Best regards,

Richard Visser

Link to comment
Share on other sites

Before you go on with your project, I'd like to tell you that there is already a Tetris clone for the Lynx. That being said, though, I'm not sure what you want. If you want my bB code for the game, I can post it here if you want me to.

 

sourcecode would be great. I know there is already a tetris clone out there, but I'ts a good start for my to familiarize myself with a lot of the inner workings of the lynx, particulary the sprite hardware, and in the meantime, improve on the tetris clone out there. I'll have something to show after the weekend hopefully.

Link to comment
Share on other sites

Sorry guy but I can only test it in emulation...

 

There's too much on the sound effects. I would drop the effects when rotating a shape and either choose a short, less abrasive sound when a shape is dropped in place. The effect when you clear a line is OK, but I'm curious as to what other effects could be used instead.

Link to comment
Share on other sites

I just played a round of your game as well as Edtris.

Your game starts off at a much better pace than Edtris and looks much better but something about the controls are almost TOO responsive for me. A piece will flip two or three times in midair when I only mean to do one partial turn. I know nothing about programming so I have no idea why this is.

Forgive the non-programmer criticism, just telling my experience :) Keep up the good work. This is very promising and would like to see it on cart.

Wp

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...