Skip to content

uses simplex noise to generate a map that actually makes sense

Notifications You must be signed in to change notification settings

the-imp0ster/map-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Grid Generator

This script generates a 50x50 map grid with various terrain types using simplex noise.

Setup

  1. Install Dependencies:

    npm install
  2. Adjust Parameters to Your Liking:

    • Height and width can be modified to provide a different sized grid.
    • Modify names of terrains as you see fit.
  3. Run the Script: This will generate a file called mapGrid.json that contains your grid data.

    node index.js

Current Terrain Types

  • Water
  • Coast
  • Desert
  • Plains
  • Forest
  • Mountains
  • Arctic

About

uses simplex noise to generate a map that actually makes sense

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published