Hacker News new | ask | show | jobs
My first ever game – a Godot arcade game with zero asset files (forcesensitivesaiyan.itch.io)
7 points by sonofseyon 2 hours ago
1 comments

This is a really nice first game.

The “zero asset files” constraint is especially interesting. Drawing the visuals in code, synthesizing the sound effects, and generating the music at runtime makes it feel like a real technical experiment, not just a small arcade game.

Congratulations on shipping it.