Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ webvm Public
forked from leaningtech/webvm

Virtual Machine for the Web

License

JFoxUK/webvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤙 LINUX DUNGEON GAME — A Terminal-Based Puzzle Adventure

Welcome to the Linux Dungeon Game!
This is a fantasy-themed, terminal-only, in-browser Linux adventure built on top of WebVM and powered by CheerpX virtualization.

🥉 Solve puzzles using actual Linux commands like ls, cd, cat, vim, grep, strings, and more.
🔐 Each room is locked inside a password-protected .zip file. You must find clues, keys, and hidden files to unlock the next room.
👹 Explore a dungeon made of folders, scrolls, and mystery files.


🔑 Getting Started

  1. Visit: https://jfoxuk.github.io/webvm/

  2. Wait for the virtual machine to boot.

  3. When the terminal appears, you'll be greeted with ASCII art and instructions.

  4. Start your journey:

    cd room1
    cat note.txt
  5. Unlock each room by finding the secret key within the previous one.


⚔️ Gameplay Highlights

Room Challenge Type Skills Tested
1 Basic shell commands ls, cd, cat
2 Hidden paths and encoded clues find, grep, base64
3 Config file editing vim, grep
4 Cipher decoding base64, logic
5 Inspecting binaries strings, terminal curiosity

💡 Built With

This game is powered by the incredible work from the creators of WebVM and CheerpX.


📦 Based on WebVM by Leaning Technologies

Deploy
Issues
Discord

This project is built on top of WebVM, a serverless, client-side Linux virtual machine powered by CheerpX, running fully in the browser.

WebVM uses an x86-to-WebAssembly JIT compiler, a Linux syscall emulator, and a block-based virtual file system — all in your browser.


📋 WebVM Developer Resources


🙏 Credits


📜 License

Linux Dungeon Game is licensed under the Apache License 2.0.
All CheerpX-based technology and WebVM code remains © Leaning Technologies.

For commercial use or custom hosting of CheerpX, please contact Leaning Technologies: [email protected]

About

Virtual Machine for the Web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.5%
  • Svelte 43.0%
  • CSS 9.0%
  • HTML 3.5%