Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 687 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 687 Bytes

PixelTreasureMap

PixelTreasureMap generates a random pixelated treasure map using Perlin noise for height map creation. The map includes various terrain types like water, sand, grass, and stone, all displayed in a pixel-art style. The project features a classic "X marks the spot" element, making each map unique and interactive. Created for a p5.js course as part of my master's degree in Human-Computer Interaction (HCI), it's designed for a fun visual experience.

Usage

  • Press 'n' to create a new map
  • Press 'f' to toggle fullscreen
  • Press 's' to save the current map as an image

Demo

Check out the live demo here.