Since I got my hands on the first programmable calculator I was hooked into creating games. Later in my teenage years when I learned programming I created some basic games with the Windows API and Visual Basic. Since my career took a different path into marketing an media I always had a side eye on the gaming industry and it was for some time my dream to work in the industry. Never happened – now I am not disappointed but I am still very interested in gaming and also in creating my own games.
My programming skill in advanced languages like C were never there to be able to create a “real” game so this never happened. But now with the rise of all sort of AI tools: in code generation, in art work, in music & sound I saw a good foundation to get something into the world with this new tool sets. So here is my experience report of 3 months working as a side project on a little 2d retro shooter game with helping hands from AI.
The basic idea

I am big fan of the original Alien movies and was always kinda disappointed what not so great games were released under the franchise over the years. So I wanted to create something in this scifi sphere. Some years ago I create a simple game using the web/javascript game engine phaser, so this time again I was planning to create a web based game with this libary.
The game should be not to complicated, having a retro touch from the early 90s games and a easy to play top down shooter. I also let elements of the Doom and Quake games inspire me for certain aspects (e.g. the player sprite is based on a Doom guy sprite and the music is very Quake 2 inspired). And the name of it should be: Alien Marines.
Code

For coding the game I heavily relied on the AI driven IDE Cursor. This is at the moment the best product in this category in the market. I also tried competitor tools like Windsurf, Zendcoder, PearAI and others but from my experience Cursor is still the #1. There are some controversies regarding the pricing and regulation of API calls but putting this things aside, it just works best. The start was simply this prompt:
create a project overview for a 2d game using the phaser html5 game engine. the game should have the look & feel from vampire survivors but should take place in the alien franchise. the player is a marine soldier, the enemies are xenomorphes and the environment is a fictional space ships with rooms and passages.
create the project outline first and give an overview of the next steps and the necessary files, folder to create
The agent mode of Cursor is here really helpful and it can create a small to mid sized code project at once for you. Sounds nice at first, but I really had my problems with the build tools and libary usage so that I decided to start from scratch again with a plain HTML file and the javascript game code. I learned coding in the early web ages so I feel way more comfortable with simple files than a huge tool chain.
Coding larger projects with AI is often running smooth but when the code base grows the problems start to arise. I wrote already some notes on this topic: AI software development – recap from a non dev person. Working with on a bigger project makes that all worse. From an LLm perspective I mostly used Claude Sonet 3.5 and since the release version 3.7. The model from Anthropic are commonly graded as the best for coding and I can just confirm this. For cost reasons I also used DeepSeek R1 but had here serious problems with hallucinations of the model. The code base was around 5k lines of code at that time and the model constantly used variables or functions that weren’t there. This is really frustrating after some time and requires a lot of hands on bug fixing.
Another issue I ran into all the time is rooted in the phaser libary which recently updated their interfaces to use emitter and particles effects. The LLMs state of knowledge was some version before and I always got not functioning code here. Again this was to fix manually. Besides having really speed improvements with AI generated code I also needed to spend hours of fixing bugs or refactor parts manually. Also reviewing the code quality, it is not the best I have to say. There is not always the same principles used in naming or processes that probably would make maintenance in a team setting more difficult.
In summary the speed and efficiency improvement using and AI enabled IDE versus coding fully yourself with help of stackoverflow or other online help resources is incredible. Unfortunately I haven’t tracked the time I spent into building the game but just the fact that I am not game developer and has not deeply worked with the phaser libary before is a proof that AI works here. As a complete developer newbie I am certain something comparable is not possible as it was from time to time required to fix bugs and refactor parts.
Player and enemy sprites
Working on sprites was a bit tricky as I have never done that before. I used Photoshop and later libresprite and for the start I re-used some sprite parts from older alien games and from Doom. For example this is my player sprite sheet:

or one based on a SNES version of a facehugger:

Of course I wanted to also add my own twist in terms of xenomorph creates and also don’t want to be sued by a big movie studio 🙂 So I started to work with different AI image generator to create my own xeno creatures. I tried out flux and ideogram but that was not working at all. So I switched to Dall-E 3 and the results turned out really good. But there were some steps need to get from a creature to a sprite sheet of it:
- Create a xeno creature sideview in front of a white background so that you can easily work with in the further steps
- Chose on image and put it into a image2video model to create a movement sequence. I used minimax and kling-video for this.
- Chose one video and create keyframes of it
- Chose some keyframe and put together a sort of animation and add manually effects (acid in my case)
The process sounds simple but I sometime created 30 to 40 base images from the creature just to have on to work with further. In the animation this was even worth because the models consequently ignored my prompts to make the creature just walk from one end of the screen to the other one. Like this buddy here:
After quite some time and a lot of resources spent on generating images and video the final result is a sprite sheet like this one here ready to be used in the game:

Some more examples of the creatures I created but not used:







Background Images
In my game I am not using a tile based level design but just one big background image. Doing so it was quite simple to get fitting background images out of AI image generators. This time choosing flux as model was the right way and the results were pretty good. The prompting this time war not too complicated but anyhow I needed around 5-10 runs to get a usable image from the model back. Sometime the model just messes up dimension or makes the outline walls too big.
Here is an example prompt:
digital art. create a game floor graphic for a top down 2d game in a science fiction xenomorph scenario.
Dark futuristic alien planet with organic structures like trees and plants . dark colors, top view, place parts of a dead xenomorph skeleton in the middle
And some example background images:




Hud and user interface
An area were AI image generation was not that helpful was with creating elements for the user interface. Games usually have nice menus and also the current player stats are displayed normally in a nice way. The easiest but not the most appealing way is to rely on text, which I did in version 1. Later on I wanted to create a graphical HUD for the main game. Creating these things with AI is really hard because there is no sign of any consistency and even with tools like LoRa you can’t do that for user interface elements. So you get a bunch of examples and you need to go back to good old Photoshop and put things like a puzzle together. Some UI examples from the AI:






The first image although made it into the game and is the base for the main player HUD interface at the top of the game.
Mood Images
An area where the AI model really can show their strength is with mood images. Here we are not super strict with positioning, overall layout or specific elements of the image and we can tolerate the creative effusion of the models. Again here I used flux and the only problem I encounter here was that when prompting for scenes with the marine and xenomorph enemies sometimes also the marine gets xeno elements like big teeth or a tail. Overall I was super happy with the AI output here. Some examples that didn’t made it into the game (and you can probably easy spot why):






and some that did:






Music
For the soundtrack I was heavily inspired by the heavy metal soundtrack of Quake2. Also here I used AI tools to create the music for the game, mainly https://www.udio.com/ and https://suno.com. From an output quality perspective I must say that only songs created by suno made it into the game. The prompt input was very limited (only 200 chars) and so it was not super easy to define the style and also the context of the songs. Sometimes the produced lyrics sound a little odd but I think that’s OK for such kinda game. Here is an example song in a classic heavy metal style:
and a more modern one with hard dubstep like beats:
I used for the soundtrack around 15 tracks in a style mixture of classic 80s heavy metal, 2000s cross over, heavy dubstep styles all with the topic of fighting xenomorphs in space.
For the sound/sfx I didn’t use AI tools at all because I simply couldn’t find useful ones, so I relied here heavily on free resources from pixbay.
Progress
As I mentioned before, I cannot really determine how many hours I put into this project but I made a lot of progress in February this year where my business allocation wasn’t that high this time.
First version of the game November/Dezember 2024:



And a version that is playable here now:






I think the progress of the game is clearly visible. A version from early February is also available here.
My recap
My recap of this side project is that I was really hooked into the process most of the time (especially starting with February 2025) and the current output wouldn’t been possible for me to achieve without the use of AI. First of all I am no game developer, I am not graphic designer, musician and game designer but AI combined with a lot of trial & error and playing the game myself for hours made a nice product possible. I hope someone enjoys playing it in the end.
Some people might argue that I am not a real game designer/developer and the game is not “my” game at all – there is some truth behind this as of course I heavily used AI to achieve the output but at any point of time I was controlling and steering all the process and the produced product. I think it is an evident demonstration of what is today possible with AI tools and how the process of crafting something is speeded up tremendously and also opened up to more and more people.
I will publish the game also on itch.io for gaming insider feedback and also will continue to work on it as a side project.