what is the license of the asset pack?
Enric Llagostera
Creator of
Recent community posts
This is amazing! Do you have any plans to open-source it at some point? I’ve been wanting to experiment with pinball-focused game design for a while, even did some prototyping on Godot as well, but failed to create a sim-focused prototype like this. I would love to experiment from this great base you built.
tecro-tecro is out! a coop take on tetris to play with a friend. enjoy! (link below) // tecro-tecro está no ar! jogo cooperativo de tetris pra jogar com mais alguém. divirtam-se! (link abaixo)
page / página: https://enricllagostera.itch.io/tecro-tecro
Hey, thanks for the comment!
I did benchmark a larger world (200x200 tiles) when deciding to go down the custom drawing route. To clarify, I didn’t re-implement the low-level drawing functions using native code or outside of the Godot engine: I just shifted from using AnimatedSprite nodes that rendered the tiles to drawing the sprite textures in a centralized way using the _draw
function. So, in a sense, this optimization was more about when/where to store and manage info than about what/how to draw at an API level.
The AnimatedSprite nodes were giving me 1) an overhead that I wasn’t using (of transforms, signals, animations management); 2) for some reason were not being camera-culled properly (which might be related me mis-using the camera / world system? I don’t know). So, I moved the tile drawing to one central class (the Map class), which handled camera culling, dirty flags, and the sprite-drawing/Y-sorting. A cool thing is that Godot automatically caches the draw_texture
if they are drawing the same thing at the same place, so this was even easier to setup.
Cheers!
Hey folks, there are some news about the game on the devlog! I hope you’ll like it. Cheers!
Hey!
I love the tool, thanks for making it. A fun tool I'd like to have in it would be a way to copy and paste parts of it (both inside one animation or between diff files). It could be just a rectangular marquee selection or something more elaborate. I've the impression it would fit into the doodle aesthetics and make it easier to do some collage-like things between sprites or even within one animation.
Cheers!
I made an explanation video, yo can access it here (youtube). Cheers!
Hey! :)
I played the game today, it's pretty and cool! :D
Also, I think I found a little bug: if all players have not placed the (X) resource on the monument and all of them have built the old tombstone, nobody can be attacked while they have the crown and nobody will be able to complete the monument and win the game (because the player with the crown is the first to choose their place, so can't start attacks on others). Am I missing something? That happened when we were playing 2v2.
Bye!
I can't really rate it, as I don't have a Mac device to play it. Looks quite fun and I like the no-screen design. The dynamic of holding on to the Patata and then throwing it around with gestures seems to be easy to understand and try to master. Will there be a Linux / Win port? It would be much easier to test.
Cheers!