A fan-made static wiki for Deepworld Online — the 2D sandbox crafting MMO. Hosted on GitHub Pages, covering game mechanics, biomes, mobs, dungeons, items, crafting, and community content.
This wiki is hosted via GitHub Pages. Visit the live site at:
https://brianatalliance.github.io/deepworld-wiki
Since this is a static site, you can open index.html directly in your browser, or serve it with any static HTTP server:
# Using Python's built-in server
python3 -m http.server 8080
# Then open http://localhost:8080deepworld-wiki/
├── index.html # Main wiki page
├── style.css # Stylesheet
├── .nojekyll # Disables Jekyll processing on GitHub Pages
└── assets/ # Images, icons, and static assets
- Deepworld Online — the game this wiki is dedicated to
- GitHub Pages — free static site hosting
Brian Vicente
Built with Perplexity Computer