FoonLudum Dare ExplorerLD48 → Digtet

Digtet

By sentmoraap

View on ldjam.com

CategoryRankScoreCount
Overall4903.4029
Fun6542.9829
Innovation1513.7929
Theme5683.3829
Graphics6493.0729
Audio6112.6928

Comments

arya-s 2021-04-26 11:05

Hello, I always like innovations on old games. It's surprisingly mindbending what you get from reversing the game. since the pieces stick to the top of the screen, I think there needs to be a bit more leeway (distance) from the start of a piece falling and placing it. It feels hard to place blocks to the sides immediately.

Overall really nice though.

untitled-studios 2021-04-26 14:22

I couldn't get the game to open :( probably an issue on my end, though

ristoretto 2021-04-26 14:24

Hey, this is what the game looks like for me? I guess it's some kind of bug, I'm on windows.

I would like to give your game a try, looks interesting!

Screenshot (528).png

sentmoraap 2021-04-26 15:21

Hello @ristoretto and @untitled-studios, thank you for reporting bugs. I guess that's what you get when you don't use a battle-tested engine. I have uploaded a debug OpenGL build, it should write errors on the console. If the game doesn't open it may be because of shader compilation errors. In this case they are displayed in the console and the game closes.

ristoretto 2021-04-26 16:22

@sentmoraap I tried the debug version. I can see the console, but there's no errorsScreenshot (529).png

s1lv3r-dr4g0n-games 2021-04-28 15:05

That was really neat. It's cool that it was done in c++ with some libraries instead of an engine. The idea is neat and takes a minute to wrap your head around it.

mahalis 2021-05-01 14:53

This is really tricky! I like it, but I’m not good at it. As @arya-s said, it’s impressive how much this one alteration changes the way you play it. Nice work.

adonisdevs 2021-05-01 15:03

I really like this concept, and it was quite fun to play around with. The one problem with this game is it's difficulty (I got one tetris clear and the game suddenly became expert mode). My highest score was an E- hahaha! Nonetheless, this is a truly unique idea and a good take on the theme :)

googlefrog 2021-05-01 15:18

It's quite challenging and a nice puzzle. I would have liked a bit more freedom in moving my pieces left/right, or alternately, more time to position my next piece before it enters the field. I also made a game that grew from "What if reverse Tetris?" and it's cool to see this take on it.

sentmoraap 2021-05-01 15:48

@googlefrog I agree that the tetrominos should have more time to move before entering the field. I think that instead of a single delay, moving the piece could reset a timer (with a limit). I hesitated on what should be the move restrictions, this is the more stricter version but maybe "overlaps something or touches something" should be better.

Thank you for mentioning your game, it's interesting to see other takes of the same base premise. I will try it.

studio-gomp 2021-05-01 21:22

Seems fun! I haven't played Tetris that much so I don't really understand how to play it, but that's my fault not yours, haha. I would have liked to see some music, but I guess that's hardly to be expected in a compo game.

misteurleu 2021-05-01 21:24

Nice job, like the idea to reverse tetris :D

superpokeunicorn 2021-05-02 00:02

Couldn't get the game to work. When I press Enter to start the game, the screen doesn't change from the "press start" prompt, but I can hear the sound effects of the game playing in the background. If it helps, I'm on Windows 10.

sentmoraap 2021-05-02 11:58

@superpokeunicorn What GPU do you have? Can you please run "digtet-debugogl.exe" and tell me if there are errors in the console? I tested it on NVidia and Intel integrated graphics, but I may have done bad OpenGL which works with some drivers but shouldn't. Thank you in advance for your feedback.

superpokeunicorn 2021-05-02 15:03

@sentmoraap My GPU is an Intel UHD Graphics 630 and a NVIDIA GeForce GTX 1660 Ti. I don't get any error messages in the console when I run the game with the debug log.

sentmoraap 2021-05-02 15:36

@superpokeunicorn Thank you for reporting this but sorry, I don't know how to fix it.

notexplosive 2021-05-04 03:47

Really neat concept but I had a hard time wrapping my head around the rules and the controls.

brandon-orden 2021-05-04 05:02

This is a really cool concept! It did take me a few tries to fully understand the game, but when I did, I found this addicting to play! I like the twist on Tetris, the behavior is similar, but it makes you rethink the usual block placement strategy in a fun way. I like the general feedback for clearing blocks, some nice visual and audio touches there that made clearing my first line a cool moment. After clearing my first line I was hooked for quite a bit, haha. Nice work!

thegreenworm 2021-05-05 16:30

This twist on tetris just bent my brain. Very cool idea ! Sometime I felt like my pieces were stuck and i couldn't move them left & right, not sure if it's a bug or a feature.

extar 2021-05-05 22:15

This is a really interesting spin on Tetris, respect for coming up with something different in such a saturated area. The graphics are very simple and effective, I liked the subtle neon glow. The fonts are cool too, reminded me of old vector arcade games. Minor criticism, the bloop sound effect when placing blocks was a bit annoying after a while. Really cool game. :)

stone-studio 2021-05-07 12:42

This is an awesome version of tetris, and it is also relevant to the theme. Great job!

shubart 2021-05-09 09:52

Very nice twist around this old concept. GG. Nice to have your own code !

shp 2021-05-09 19:16

I have the same problem as one of the other commenters where I can't see the blocks in the playfield (amd r9 290, win8.1)

sentmoraap 2021-05-09 21:12

@shp Same as the others, no error messages when you run the debugogl build? Being an AMG GPU is already a useful info. It looks like it has something to do with the AMD drivers, but I don't have any AMD GPU to test it. It looks like NVidia and Intel drivers are lenient, so I might have done something wrong without knowing it.

impiaaa 2021-05-10 01:55

Boy, this is very hard! It took a while for me to really grasp the concept, and even then I was sometimes confused why blocks would keep going deeper. I really like the vector CRT style graphics, and the beeps and boops fit well with it. I feel like a seasoned Tetris player would get a lot more out of this than I did.

madbarron 2021-05-10 02:48

Cool cool idea but wow is it frustrating. I am a Tetris novice but this is much harder for me. I feel like there isn't any time at the top to get your piece ready. Also, when there is a perfect-shaped hole surrounded by pieces, I want the falling piece to stop in it instead of continuing. Maybe that's not hardcore enough for pros but throw me a bone, here!

The implementation is very polished, and the idea is great. Congrats on the unique entry!