You are browsing as a guest. Sign up (or log in) to start making projects!

Dodge The Spikes

  • 3 Devlogs
  • 8 Total hours

A game about dodging spikes (update this!)

Open comments for this post

5h 56m 54s logged

Big session today! (definitely didn’t forget to write a devlog) Here’s what got shipped:

The game is actually a game now! Spikes spawn from random sides, move across the screen, and despawn off the edge.

Score tracking is in. Each spike that passes the player increments the score, and speed scales with it. Each spike also has a ±50% random deviation in speed, so no two spikes feel the same.

Pixel art is fully gone. Both the player and spike are now drawn entirely in code using Godot’s _draw() API. No image assets, scales perfectly at any zoom (hypothetically).

Global leaderboard is live. Scores submit to a Supabase PostgreSQL backend. We even have a full leaderboard scene with a loading animation and ranked entries.

Game over screen shows your score and lets you play again (reloads the scene, resetting all state for free).

Next up: UI polish, danger zones, and a WebGL export!

0
0
3
Open comments for this post

1h 45m 12s logged

I’ve been grinding!

I implemented the basic spike, replaced pixel art with code-drawn vector shapes for smooth edges, and added a very bare bones start screen.

Next up is UI cleanup, score counting, and a game over screen!

0
0
16
Open comments for this post

18m 19s logged

First devlog!

So far, I’ve been setting up the base architecture for the game.
Currently I just have a simple square that you can control with WASD, but there are big things ahead!

0
0
3

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…