TETRIS

Use this forum to share and discuss Uzebox games and demos.
User avatar
Kilo
Posts: 330
Joined: Wed Dec 19, 2012 3:43 pm
Location: AC, Germany

Re: TETRIS

Post by Kilo »

hm, I have nothing found in relation of the back-to-back anim...

well... it's your code :)
For my version I deleted all T-spin, garbage and back-to-backk features to keep the flash small!
Maybe you could modify the code better and take the features back!

it's also puzzling how the score is counting... In the code there is: 1 line cleared = 100 points
but in the game there will be 2000 points
The last digit of Pi is 7! I calculated this, as I counted to infinity yesterday!
User avatar
uze6666
Site Admin
Posts: 4801
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada
Contact:

Re: TETRIS

Post by uze6666 »

For my version I deleted all T-spin, garbage and back-to-backk features to keep the flash small!
Mhmmm...so to make it a more distinct game why not also change the main background and other graphics?
User avatar
Kilo
Posts: 330
Joined: Wed Dec 19, 2012 3:43 pm
Location: AC, Germany

Re: TETRIS

Post by Kilo »

yeah that might be a solution!
well, as I used the "new" background (although the graphics were not much changed), the size has increased! :roll:
So it's not only the code... it's also the graphics which load the flash!

Please look after the code, I will look after the graphics :)
The last digit of Pi is 7! I calculated this, as I counted to infinity yesterday!
User avatar
uze6666
Site Admin
Posts: 4801
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada
Contact:

Re: TETRIS

Post by uze6666 »

Why do you want to have the code smaller btw? Already fits with the gameloader... :?:
User avatar
Kilo
Posts: 330
Joined: Wed Dec 19, 2012 3:43 pm
Location: AC, Germany

Re: TETRIS

Post by Kilo »

well, when I edited the main picture, the size increased extremely (only of the pic)
and the flash was over 97% full!
The last digit of Pi is 7! I calculated this, as I counted to infinity yesterday!
User avatar
uze6666
Site Admin
Posts: 4801
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada
Contact:

Re: TETRIS

Post by uze6666 »

Yeah size grows up fast. Be sure to turn up the grid feature in your gfx program and insure you constrain pixel to the least tiles possible. Working with mode 1 is tricky since you'd require a 6x8 grid and and only square grid are supported by most graphics software.
User avatar
Kilo
Posts: 330
Joined: Wed Dec 19, 2012 3:43 pm
Location: AC, Germany

Re: TETRIS

Post by Kilo »

So, I could make really new graphics to be different to Megatris!
The question is: retro graphics like the old Gamboy Tetris or newer ones like the new Tetris for the PSPgo?!?!?!
The last digit of Pi is 7! I calculated this, as I counted to infinity yesterday!
User avatar
Kilo
Posts: 330
Joined: Wed Dec 19, 2012 3:43 pm
Location: AC, Germany

Re: TETRIS

Post by Kilo »

Ok guys,

here is the new version of TETRIS with all bonus features like T-Spin, Tetris and Back-to-back!

The graphics are like megatris!
Attachments
Tetris.uze
(59.49 KiB) Downloaded 434 times
Tetris.hex
(165.95 KiB) Downloaded 433 times
The last digit of Pi is 7! I calculated this, as I counted to infinity yesterday!
User avatar
Kilo
Posts: 330
Joined: Wed Dec 19, 2012 3:43 pm
Location: AC, Germany

Re: TETRIS

Post by Kilo »

I add a new entry on the Wiki page for Tetris!
The last digit of Pi is 7! I calculated this, as I counted to infinity yesterday!
User avatar
D3thAdd3r
Posts: 3221
Joined: Wed Apr 29, 2009 10:00 am
Location: Minneapolis, United States

Re: TETRIS

Post by D3thAdd3r »

I really dropped the ball on the AI, where I think that was actually a good feature to have in Megatris and I never finalized it. Alec had optimized the title screen graphics for size which saved big space(for AI code). If the size increased that much from that title screen, I would wonder how many unique tiles were added. For instance, it probably takes me a couple hours or much more more just to make a totally final title screen, depending on complexity. Nearly all that time is finding the best tradeoffs for the grid(6×8 here) versus what the unique tiles add.

A new version of Tetris is a good idea. It would definitely be nice to see some new graphics, sounds, etc. to differentiate it a bit.
Post Reply