FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Game is done...kinda"
How-ToTools

Game is done...kinda"

via Dev.toViktor de Pomian Sandell3h ago

Where we are? https://depoco.itch.io/holy-carp Ok, so the game is mostly done. I've uploaded it to itch.io. It's still missing a few elements, but I'll be adding more as I go. This is only my second game ever, and honestly, I'm pretty happy with how it turned out. Of course, I wanted it to have tons of features and amazing gameplay, but those will come, step by step. In this post, I'll dive deeper into my GameManager and some refactoring I did, the good stuff that keeps the project tidy and manageable. What needs to be added Some of the pixel sprites needs to be fixed, it seems that they got messed up when I imported it into Godot, no idea why. Sort out the menu and make it look prettier and at the same time add the audio I have + the settings window. GameManager stuff So this is my final script for the GameMananger: extends Node signal lives_changed ( new_lives ) signal score_changed ( new_score ) var lives = 3 var current_score = 0 # KEEPING SCORE --------------------------------- fu

Continue reading on Dev.to

Opens in a new tab

Read Full Article
4 views

Related Articles

Samsung Galaxy S26 and Galaxy S26+ Review: Lacking Ambition
How-To

Samsung Galaxy S26 and Galaxy S26+ Review: Lacking Ambition

Wired • 5h ago

5 kitchen splurges that I can't recommend enough
How-To

5 kitchen splurges that I can't recommend enough

ZDNet • 6h ago

Here’s how to rank the 50 best Apple products ever
How-To

Here’s how to rank the 50 best Apple products ever

The Verge • 6h ago

Fix Payment and Tax Issues in Museum Ticketing Software
How-To

Fix Payment and Tax Issues in Museum Ticketing Software

Dev.to Beginners • 7h ago

Difficulty vs Confusion in Tactical Games
How-To

Difficulty vs Confusion in Tactical Games

Medium Programming • 7h ago

Discover More Articles