Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Show off your project!

procedural 2d map generator

blue_prawn
Sunday, January 14, 2024 - 02:39
blue_prawn's picture

Hi,

I saw this article about procedural generation of 2d maps using perlin noise:

https://gamedevacademy.org/procedural-2d-maps-unity-tutorial/

So I made this random map generator with the miniworld graphics kit by Shade:

http://decapode314.free.fr/games/miniworld1/miniworld.html

https://opengameart.org/content/miniworld-sprites

reload the page to have a different map.

I used this javascript implementation of the perlin noise:

https://github.com/josephg/noisejs

_____

Now I have to figure out what kind of game to make from this. I was thinking at something similar than Globulation, but if someone have some other ideas, I would be pleased to hear about it.

  • Log in or register to post comments
pvigier
joined 8 years 6 months ago
Tuesday, January 16, 2024 - 04:17

Hi! Very nice results! I particularly like how small villages emerge from very simple rules!

  • Log in or register to post comments