A web app that allows users to create and manage their own secret spy missions, track mission progress, and decode encrypted messages from other agents.
- As a secret agent, I want to create covert missions so that I can organize my espionage activities.
- As a user, I want to update mission status so that I can track my progress through dangerous assignments.
- As a spy, I want to send encrypted messages so that I can communicate secretly with other agents.
- Mission -> {id, codename, objective, difficulty, status, location, agentAssigned, classified}
- Message encryption/decryption, mission difficulty calculator, agent -
- leaderboard, random mission generator.