Update 1.5 (5.4.2016):
-Changed art style to more simplistic.
-Individual blocks are now object oriented.
-Controller support.
-Multiple player support (they don't interact at this time but on my to-do list I have something planned.)
-Bit more special background.
-Music is defaulted off until I get some better music.
-Identity set to keep the high-score from previous versions. (it will reset on this one.)
-Down button now flushes the tile to bottom.
-No Longer plays in borderless window.
Download on first post.
This version was designed with retro pie in mind. Note if you are using controller I don't know what the button id's are. I am just using what mine has.
F1 should add player with keypad controls and F2 should add player with WASD controls.
Them starting outside is intentional, The barrier at top indicates when the game ends. As long as no tiles are placed outside the barrier the game continues.
Typo was my bad.
whitebear wrote:F1 should add player with keypad controls and F2 should add player with WASD controls.
Them starting outside is intentional, The barrier at top indicates when the game ends. As long as no tiles are placed outside the barrier the game continues.
Typo was my bad.
OK I see. Why not get rid of the top barrier line and put a 'full' marker either side (possibly not explaining that very well!) - it looks a bit wrong having the piece cross that line at the top.
Do you plan to add a falling animation so the piece descends rapidly (during which input is discarded) when the down key is pressed, rather than it appearing instantly at the bottom? I just thought of a feature you could add - a 'ghost' of the piece in its descended position that shows what will happen if you press 'down' - it would obviate the need for a falling animation.
Probably needs some logic to prevent holding a rotate key, which makes pieces spin (and possibly slows their descent a little???)
mr_happy wrote:Do you plan to add a falling animation so the piece descends rapidly (during which input is discarded) when the down key is pressed, rather than it appearing instantly at the bottom? I just thought of a feature you could add - a 'ghost' of the piece in its descended position that shows what will happen if you press 'down' - it would obviate the need for a falling animation.
Those are good ideas. I think having 'ghost' is better because falling animation might change the phasing of the game too slow. Though I think 'ghost' might feel like cheating on almost empty board.
v1.6 at first post.
Update Notes:
-Background and Tile graphics Updated.
-Some alignment fixes for texts.
-Fixed: Game Speed not being reset after restart.
-Fixed: Music
-Added: Indicator line where you lose the game.
-Disabled: Key Repeat (holding keyboard buttons)
Ye, That is crazy game. Hopefully mine causes less seizures.
No update release this time, but android build is pretty much done. I've assigned the game grid into canvas so game does less draw calls. Should improve the performance a lot.