Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

ufo-alien-gameView game page

Submitted by technuclue — 11 hours, 18 minutes before the deadline
Add to collection

Play game

ufo-alien-game's itch.io page

Results

CriteriaRankScore*Raw Score
Audio#142.9073.250
Graphics#252.6833.000
Fun#341.7892.000
Overall#362.0122.250
AI Usage#362.4602.750

Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

AI Tools Used
AI Tools Used

Coding: GitHub Copilot & Claude Code for logic and script generation.
Art: ChatGPT for generating custom SVG code art.
Music: Suno for the background soundtrack.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

🎮 Fun & Gameplay:

The gameplay is repetitive and lacks meaningful challenge or depth. Enemies feel like bullet sponges — hitting them doesn't produce satisfying feedback, which makes shooting feel unrewarding. A basic score system provides some reason to replay, but it's not enough to sustain interest for long. The single-button control scheme is an interesting constraint, but it wasn't taken far enough here. Allowing the tank to move would have added considerably more depth and tension without much added complexity. As it stands, the game is just a bit too simple to stay engaging.

🎨 Graphics & Audio:

The menu is functional, the UI is clean and readable, and the color palette and background work well together. Sprites are simple but fit the game's aesthetic. The visual effects are very basic and a step up in juice — screen shake, hit flashes, particle bursts on death — would make a real difference to how the game feels. The standout element is the music: the alien theremin lead gives it a distinctive retro sci-fi atmosphere.

🤖 AI Implementation:

The AI is straightforward — enemies follow predictable patterns and don't pose much of a threat — but that's appropriate for this style of game. The ambition here is clearly a casual arcade score-chaser, and the AI fits that goal. It's sufficient, if unremarkable.

💡 Final Thoughts:

A cute arcade game built on a capable engine, but it doesn't quite reach its potential. The core loop needs more feedback and variety to feel satisfying. A few targeted improvements would go a long way:

- Larger, more impactful bullets

- Enemies that die faster but behave more dynamically

- Clear visual and audio feedback on kills

- Tank movement or dodge mechanics

- Power-ups or escalating enemy variety to keep runs fresh

The foundation is there — with some added polish and depth this could be a genuinely enjoyable little score-chaser.

Submitted

Nice game. Great gameplay and ui design in the gameplay. it would be better if the turret can be rotated to shoot up.

Developer(+1)

The turret could shoot straight up in the first version but I thought it looked odd so removed it xD

HostSubmitted (1 edit) (+1)

Hey congrats on your first jam! Everything seems to be working well, just needs more stuff to build it out. I suggest using AI to generate a cool image for the start menu to give better initial impression. Allow the turret to rotate to shoot straight up. Add more enemy variety and upgrades for the player. Looking forward to seeing your next game!

Also, I think maybe Godot is overkill to start with, it could help to have a simpler engine that can iterate faster with AI. I recommend checking out LittleJS. https://github.com/KilledByAPixel/LittleJS

Developer (1 edit)

Yeah. I think Godot may have limited it a bit with AI. Since needed to do some manual node work then AI. Used Godot since I've used it before a little bit.