@Al on The Ares Horizon-Adventure Game
What did you make?
I made The Ares Horizon, a Python space adventure game where you play as a NASA Flight Director. Since my last ship, I over-hauled the game by adding a brand-new landing minigame with 3 difficulties, branch-linked storylines, and dynamic custom themes.
What was challenging?
Ditching Tkinter for Pygame was tough because I had to learn the library from scratch to eliminate bugs. I also lost 5 hours failing to host it on the web via noVNC/Docker, forcing me to stick to an .exe. Fixing cross-platform crashes and making it run smoothly on Python 3.14 was a huge headache.
What are you proud of?
I'm proud of building a robust Pygame + Tkinter interface with zero prior experience. The settings menu features a slick volume slider that changes color dynamically, a factory reset, and a text-speed slider. I also successfully added a seamless "Try Again" tracker without long loading screens.
What should people know so they can test your project?
- Windows: Go to the Releases page and download the The.Ares.Horizon.exe file to play instantly.
- Mac/Linux: Follow the new README steps to install system dependencies (sdl2) and run inside a Python virtual environment.
- Python 3.14: Run `pip install pygame --ce` to avoid compilation errors.
- Warning: Turn down the audio in the custom Settings menu if the default launch mix is too loud.
- 8 devlogs
- 19h