Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nice game! It was a nice take on Tetris that I haven't seen before, and the dialogue was charming! I do with that the rotate piece button was something different, because my scroll wheel is jank so every time I scrolled it it just rotated the piece twice accomplishing nothing. The art is good, I think the palette could use a little work though. Overall awesome game!

Thank you for the feedback! I'm glad you liked the dialogue and art. The color of the pieces were just Godot built-in constants I used as stand-ins--I intended to go back and set the color to align with the rest of the game, but I forgot... until just now... oops. A few other people have had the scroll wheel issue, sorry about that. Lessons learned!

Oh nice, I gotta learn how to do that with the palette swapping with color constants! (I also use Godot btw) But the graphics are still pleasing, the palette is more of an extra polish thing you could add!

For reference, all I did was use a grayscale image in a Sprite, then set the 'modulate' property to one of these colors: https://docs.godotengine.org/en/stable/classes/class_color.html

Very useful for prototyping.