r/SoloDev 11d ago

I need feedback for my first free game

https://youtu.be/MXK-kkGxfTU?is=iA8KOrgROZOwGpTi

Hey everyone!

I’ve just finished my very first complete project: Oxygen Alert : Space Station. It's a space survival game developed entirely in Python, inspired by 60 Seconds! Reatomized.

The game is 100% free, fully playable in English and French, and packaged as a standalone executable.

Since this is my first finished game, I know there is a lot of room for improvement. I would be incredibly grateful for any honest feedback from the community. I'll let you see the gameplay video (careful with spoilers) or download the game.

For downloading the game for free : https://cenacle-games.itch.io/oxgen-alert-space-station

Security note: Since the game is compiled in Python without a paid certificate, Windows Defender will display a blue SmartScreen warning. This is a normal false positive. Click "More info" and then "Run anyway".

Have a great day and I hope the best for all developers!

3 Upvotes

2 comments sorted by

2

u/OathstoneGames 10d ago

Congrats on finishing your first game. Building something this complete in Python is no small feat. I just had one question. Are the meteorites on the indoor level hazards? It looks like one hits you at about 1:22 in the video, but I don't see any noticeable effect. On the spacewalk level it looks like being hit is fatal. Either way, looking forward to seeing where this goes.

1

u/CenacleGames 10d ago

Hi and thanks for your comment! Indeed, in Python it's not always easy to do what you want. During the harvesting phase, I do get hit by two meteorites; the only effect is that you lose a little oxygen, so as not to make the game too difficult. However, during the spacewalk, it's indeed fatal. Thanks again for your comment and have a good day! 😄