Tetrikado by mightymarcus
It's a round based 2 player game. Players must add shapes to the grid to build a tower. If a shape falls onto the floor (outside from the platform) the game is over.
This game was made with haxe, openfl, nape physics and babylonhx.
**********************
UPDATE:
I made an updated post build.
fixed time waiting bug (players had to wait until the tower stops "wobbling").
That was just 3 lines of added code. So the build is exactly the same, just with the fix.
*******************
UPDATE2:
New Version added. That's an post compo update and doesn't represent the LD35 entry. It has slightly better graphics and a TILT function, where players can tilt the table once per game. To tilt, hit the Space Bar.
I changed the game mechanics, I think it's much better than the original build.
UPDATE3:
Updated new version again. Game now has a bot to play against. You have no chance.
This game was made with haxe, openfl, nape physics and babylonhx.
**********************
UPDATE:
I made an updated post build.
fixed time waiting bug (players had to wait until the tower stops "wobbling").
That was just 3 lines of added code. So the build is exactly the same, just with the fix.
*******************
UPDATE2:
New Version added. That's an post compo update and doesn't represent the LD35 entry. It has slightly better graphics and a TILT function, where players can tilt the table once per game. To tilt, hit the Space Bar.
I changed the game mechanics, I think it's much better than the original build.
UPDATE3:
Updated new version again. Game now has a bot to play against. You have no chance.
| HTML5 original with waiting bug | http://bubby.phoenix.uberspace.de/ld35/ |
| HTML5 post build without waiting bug (recommended) | http://bubby.phoenix.uberspace.de/ld35bugfix/ |
| HTML5 post compo with tilt function | http://bubby.phoenix.uberspace.de/balanceoftower/demo/ |
| Source | https://github.com/mightymarcus/tetrikado |
| Original URL | https://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=90966 |
Ratings
| Coolness | 67% | 3 |
| Overall | 3.33 | 360 |
| Fun | 3.47 | 225 |
| Graphics | 2.94 | 504 |
| Humor | 2.45 | 377 |
| Innovation | 3.48 | 251 |
| Mood | 2.74 | 586 |
| Theme | 2.66 | 827 |
I'd like to see this developed more, as I think it has the potential to be a fun two player game - something we don't get much of on LD. Well done! :)
Only bug I saw was sometimes pieces would wobble for a long time and not advance the game until it was done. (Just read the other comments and it has been addressed)
Great job!!!
Can you add your game on indiexpo.net ? (it's free)
So we can include also your game in the video ;)
p.s. write #LDJAM in the game's description
One thing I noticed was that if you build for long enough, it's possible to make it so the other player can't place blocks at all, and the game doesn't seem to recognise this state. Of course, there's always the reset button, so that's not too much trouble!