Title: Resume Warrior: Career Mode Genre: Witty Turn-Based Roguelike RPG Engine: Love2D (Lua) Goal: Climb the corporate ladder by battling absurd workplace enemies using skills from your resume. Build your character through “job experience,” collect “gear,” and defeat the CEO of Chaos to land your dream job.
-
Start Screen
-
Resume Creation (Character Creation)
-
Career Map (Linear/Branching Path)
- Battle (Turn-Based)
- Event (Random: Party, Office Drama, etc.)
- Shop (LinkedIn Perks Store)
-
Boss Fights (Karen of HR → PowerPoint Golem → CEO of Chaos)
-
End Game (Offer Letter or Corporate Exile)
main.lua -- Entry point
gameState.lua -- Manages game state (menu, battle, map, etc.)
scenes/
menu.lua -- Start / Resume / Quit
resume_creation.lua -- Character stat allocation
battle.lua -- Turn-based battle logic
map.lua -- Career progression
ending.lua -- Victory / Defeat
classes/
player.lua -- Player class (stats, skills, inventory)
enemy.lua -- Enemy class (AI, attacks)
skill.lua -- Skill definitions
gear.lua -- Equipment handling
dialoguebox.lua -- Witty combat texts
assets/
fonts/, images/, sounds/ -- Art & audio assets
- Options: New Game, Continue, Exit
- Background: Office cubicle with motivational posters like “Push Pixels, Not Paperwork.”
Assign points to build your professional persona:
| Resume Section | In-Game Stat |
|---|---|
| Education Level | 💡 Intelligence |
| Communication Style | 💬 Communication |
| Work Experience | 💼 Experience |
| Stress Handling | 🧘 Stress Tolerance |
- Choose a Career Path (Tech Bro, Marketing Diva, Freelance Wizard) for a unique starting skill and passive bonus.
- Slay-the-Spire-style node system: Battle → Event → Shop
- Ascend the corporate tower floor by floor.
-
Turn-Based Combat:
- Resume Skills (attacks, buffs, heals)
- Items (e.g., Coffee, Gossip)
- Special Move (once per battle)
-
UI Elements:
- Witty status messages
- Animated effects (Burnout, Self-Doubt, Overworked)
- Office Party: Dance mini-game
- Passive-Aggressive Email: Changes stats
- Team Building: Dialogue choice that influences future combat
Spend Exposure Points on:
- Coffee Mug: +5 Max HP
- Briefcase: +1 Damage
- Ergonomic Chair: +2 HP/turn regen
- Energy Bar: +10 HP
- Motivational Poster: +2 Damage for limited turns
- Standing Desk: +3 HP Regen, +3 Max HP
- Excel Slam, LinkedIn Flex, Team Huddle, etc.
- Intern Swarm
- Coffee Gremlin
- Printer Poltergeist
- Toxic Teammate
- Slacker Zombie
- Micromanage Dragon
- Meeting Mummy
- Deadline Demon
- IT Gremlin
- Budget Banshee
- Policy Phantom
- Overtime Ogre
- Calendar Witch
- Gaslight Ghoul
- Burnout Bot
- Middle Manager Minotaur
- HR Reaper
- Feedback Fiend
- CEO of Doom
- Excel Slam, Buzzword Barrage, Coffee Break, LinkedIn Flex
- PowerPoint Punch, All-Nighter, Mindfulness
- Buzzword Barrage+, Executive Focus, Corporate Clutch, Team Huddle
- Paperwork Pile, Micromanage, Burnout, Overtime, Coffee Sabotage
- Team Reorg, Corporate Rant, Emergency Meeting, Red Tape Wrap
- IT Delay, Metrics Mayhem, Budget Cut, Toxic Feedback
- Passive Aggression, Meeting Spiral, Reorg Confusion, Office Gossip
- Deadline Panic
| Outcome | Condition |
|---|---|
| 💼 Dream Job Secured | Beat all bosses |
| 📟 Back to Freelancing | Fail KPIs / lose final battle |
| 🏢 You Are Now the CEO | Secret ending via hostile takeover |