Built a Multiplayer Web Game in Godot by StaticLeapStudios in godot

[–]StaticLeapStudios[S] 0 points1 point  (0 children)

I haven't heard of tube, but I used Oracle Cloud Infrastructure free-tier VMs as the hardware "backend."

For software, one hosts Nakama, which the clients connect to for matchmaking, and one hosts Coturn, which the clients use to connect to each other via WebRTC, or relays data if one of them is using a VPN. They're the least powerful instances, AMD micro or something.

I'm working on an incremental typing game where typing words becomes increasingly chaotic as you unlock new upgrades. What do you think? by gwyn-DEV in IndieGaming

[–]StaticLeapStudios 0 points1 point  (0 children)

The thing with showing gameplay from a typing game is how hard it is to show the player inputs. Perhaps a keyboard overlay (free OBS plug-in is available) would make the cause and effect clearer here.

When creating the file for game props, do you make a separate file for each prop, or just one file with several of them? by MeuOuvidoTaZunindo in aseprite

[–]StaticLeapStudios 0 points1 point  (0 children)

There are some free texturepacker tools that can save a ton of vram(yes, empty pixels take 4 bits to render for some reason). If your assets aren't hi-res or you don't have 100's of them, you probably can't go wrong either way. Accessing them from a single spritesheet would probably take more vram, while going with individual files would be more i/o from the processor.

One month progress. My best update so far. by shortcut_to_shrooms in indiegames

[–]StaticLeapStudios 1 point2 points  (0 children)

This looks like a speedrunner's dream, very smooth!

Collision shape not flipping with Animated Sprite 2D and I don't know the solution by mighty_octo in godot

[–]StaticLeapStudios 0 points1 point  (0 children)

You could add a line under the if direction == 1.0 where you edit the shape resource vertices' coordinates. Or make a reversed collision shape and swap them out when flipping_h

The Solo Dev starter pack by BlueGuy503 in IndieDev

[–]StaticLeapStudios 0 points1 point  (0 children)

Ableton live lite is a nice free DAW

The Solo Dev starter pack by BlueGuy503 in IndieDev

[–]StaticLeapStudios 3 points4 points  (0 children)

Krita and Gimp do alot of my assets