How to Play

Welcome to a tiny browser-based heist simulator. Each level gives you a vulnerable Move module, and your job is to write `run()` so it returns the glorious `Flag`.

  1. Read the level instructions and inspect the contract code like a detective with too much coffee.
  2. Write only the body of `run()` in the editor.
  3. Capture the `Flag` and return it from `run()`; no `Flag`, no victory.
  4. Click Run, watch the verifier judge your life choices, then iterate and move to the next level.

Want to add a level?

Move-over is open source and everyone is welcome to contribute. If you want to create a new challenge, follow the add-level guide and submit a PR:

How to add a new level on GitHub