Inspiration
We were inspired by two things:
- how chaotic and competitive prompt engineering has become, and
- classic retro multiplayer games where simple mechanics create intense gameplay.
We wanted to turn prompting AI into an actual game mechanic, not just a tool behind the scenes. The idea was: what if prompts were weapons, and creativity was the skill ceiling? That’s how Prompt Wars was born.
What it does
Prompt Wars is a retro-styled multiplayer game where players battle on a floating island using AI-generated “prompt attacks.” Players compete to knock each other off the map, with the environment designed so falling is always possible and central to gameplay.
Each round emphasizes:
- Fast-paced action
- Simple controls
- Creative strategy instead of complex mechanics
The goal is to keep the game easy to pick up, but hard to master.
How we built it
- Engine: Pygame
- Language: Python
- Art Style: Retro / pixel-inspired visuals
- Assets: Open-source sprite packs and custom backgrounds
- Structure: Modular file system separating game logic, entities, assets, and settings
We focused on clean separation between:
- Player movement and physics
- Game state and collisions
- Rendering and animation
This made it easier for each team member to work independently without breaking everything.
Challenges we ran into
- Designing maps that are simple to code but still fun to play on
- Preventing overly complex platform shapes that made collision logic messy
- Balancing physics so players can fall off easily without the game feeling unfair
- Keeping visuals consistent while using assets from different sources
Switching engines mid-project was also a challenge, but ultimately the right call.
Accomplishments that we’re proud of
- Successfully pivoting to Pygame and stabilizing the project
- Designing a clear core mechanic centered around falling and positioning
- Creating a clean, scalable codebase despite time pressure
- Maintaining a strong retro aesthetic without sacrificing gameplay clarity
Most importantly, we turned a weird idea into something that actually works.
What we learned
- Simple mechanics beat complex systems in competitive games
- Clean file structure saves hours of debugging
- Visual design directly affects how easy mechanics are to implement
- Pivoting early is better than forcing a bad technical decision
We also got much better at collaborating under real constraints.
What’s next for Prompt Wars
- More maps with different floating island layouts
- Power-ups and modifiers tied to prompt creativity
- Better animations and visual feedback
- Local multiplayer polish and optional online support
Long-term, we’d love to explore AI-assisted gameplay elements that react dynamically to player behavior.
Log in or sign up for Devpost to join the conversation.