World

A 2D tile-based world exploration engine with the ability to load, replay, and save the world generated from a seed and each new iteration of a world generates a randomized maze with randomized themes, randomized hallways, and randomized rooms where an avatar can move with WASD

Home Page

Themes

Ocean
Prairie
Desert
Each new iteration of a game generates a randomized maze with:
  • randomized themes
  • randomized hallways
  • randomized rooms

Commands

  • New Game (N) - To generate a new world, type in “N” and then you choice of a sequence of numbers and finally “S” (can either be uppercase or lowercase)
  • Load Game (L) - Loads your last saved game
  • Replay (R) - Replays your last saved game
  • Quit (Q) - Exits game
  • :q - Saves the game
  • WASD - Moves up, left, down, right
  • Move the mouse over specific tiles and it’ll show what that tile is
Generating a New World
Moving using WASD
Hovering over different tiles using the mouse tells us what part of the maze each tile is