Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dungeon CoderNew to Visual Studio Code? Get it now.
Dungeon Coder

Dungeon Coder

Munich University of Applied Sciences

|
3 installs
| (0) | Free
Code to escape the dungeon
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Dungeon Coder

This VS Code extension provides a gamified environment where students write simple algorithms to control a hero and navigate a challenging dungeon.

Note: This is still under development.

How to use it?

  • Start the plugin by pressing CTRL+Shift+P -> Start Dungeon Coder

  • Open a new python file in VS Code

  • Add the following code:

    game = Game('../game/assets/levels/level1.json')
    hero = game.get_hero()
    hero.configure("Alarna the Mighty", 13)
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft