Twilight Expedition
Inspiration
I wanted to explore how far a solo developer could go when working alongside AI.
Instead of using AI only for code generation, I wanted to treat Codex as a true development partner while building a complete idle RPG from scratch.
The goal was to create a game where progression, strategy, and long-term growth feel rewarding while also demonstrating a modern AI-assisted development workflow.
What it does
Twilight Expedition is a mobile idle RPG where players recruit heroes, collect relics, strengthen their expedition, and challenge increasingly difficult dungeons.
Current features include:
- Hero progression
- Relic system
- Equipment upgrades
- Dungeon progression
- Offline rewards
- Attendance rewards
- Mailbox rewards
- Persistent save system
How we built it
The project was built using Android Studio and Java, with OpenAI Codex and GPT-5.6 integrated throughout development.
Rather than generating an entire game automatically, Codex became an engineering partner during development.
AI assisted with:
- implementing gameplay systems
- debugging Java code
- designing RPG mechanics
- balancing progression
- improving UI architecture
- iterating game features
- refactoring existing code
Meanwhile, all gameplay direction, progression design, balancing decisions, art direction, and feature priorities were decided manually.
This human-AI collaboration dramatically accelerated development while keeping creative control in human hands.
Challenges
The biggest challenge wasn't writing code—it was making dozens of interconnected RPG systems work together.
Changing relic balance affected dungeon progression.
Dungeon rewards influenced character growth.
Economy changes affected attendance rewards and long-term retention.
Many systems had to be redesigned multiple times before they felt satisfying.
Building a polished mobile UI while continuously iterating with AI was another major challenge.
What we learned
This project completely changed how I think about software development.
Instead of replacing the developer, AI became an iterative engineering partner.
The fastest workflow wasn't asking AI to build everything—it was continuously collaborating, testing, refining, and making design decisions together.
That collaboration allowed ideas to evolve much faster than traditional solo development.
What's next
The project will continue to expand with:
- additional heroes
- more relics
- new dungeon content
- improved animations
- polished UI
- cloud saves
- online features
Twilight Expedition is an ongoing experiment in AI-assisted game development, and this Build Week version is only the beginning.
Log in or sign up for Devpost to join the conversation.