All Projects → yurkth → Stsmapgen

yurkth / Stsmapgen

Licence: mit
Procedural map generator inspired by Slay the Spire.

Programming Languages

javascript
184084 projects - #8 most used programming language
procedural
45 projects

Projects that are alternatives of or similar to Stsmapgen

Roadgen
Road network generation tool for Unity
Stars: ✭ 63 (-53.68%)
Mutual labels:  procedural-generation
Hermit
A man. A horse. A nature.
Stars: ✭ 105 (-22.79%)
Mutual labels:  procedural-generation
Epitaph
https://mkremins.itch.io/epitaph
Stars: ✭ 123 (-9.56%)
Mutual labels:  procedural-generation
Proceduralcity
Unity demo that uses a few tricks to build random nice-looking 3D cities
Stars: ✭ 77 (-43.38%)
Mutual labels:  procedural-generation
Godot3 procgen demos
Exploring Procedural Generation algorithms in Godot
Stars: ✭ 85 (-37.5%)
Mutual labels:  procedural-generation
Proceduraltoolkit
Procedural generation library for Unity
Stars: ✭ 1,729 (+1171.32%)
Mutual labels:  procedural-generation
Pgdrive
PGDrive: an open-ended driving simulator with infinite scenes from procedural generation
Stars: ✭ 60 (-55.88%)
Mutual labels:  procedural-generation
Anothercraft
A Minecraft clone demo
Stars: ✭ 130 (-4.41%)
Mutual labels:  procedural-generation
Erics Magicavoxel Shaders
Shaders for MagicaVoxel including Terrain Generator, Life Game, Waterflow Emulator, Advanced Flood System etc.
Stars: ✭ 99 (-27.21%)
Mutual labels:  procedural-generation
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-10.29%)
Mutual labels:  procedural-generation
Obaddon
A repository of community-built prefabs and other enhancements for Oblige 7.70
Stars: ✭ 81 (-40.44%)
Mutual labels:  procedural-generation
2012sourcepack
The sources for our intros up to and including Chaos Theory
Stars: ✭ 84 (-38.24%)
Mutual labels:  procedural-generation
Wfc python
An implementation of mxgmn/WaveFunctionCollapse in Python
Stars: ✭ 114 (-16.18%)
Mutual labels:  procedural-generation
Icon Machine
Web application for randomly generating pixel art icons.
Stars: ✭ 73 (-46.32%)
Mutual labels:  procedural-generation
Astraea
A planet generator inspired by Planetarium.
Stars: ✭ 126 (-7.35%)
Mutual labels:  procedural-generation
Gaseous Giganticus
This program procedurally generates gas giant cubemap textures for the game Space Nerds In Space. https://www.patreon.com/smcameron
Stars: ✭ 62 (-54.41%)
Mutual labels:  procedural-generation
Improved Sapling Tree Generator
A new version of Blenders sapling tree generator addon with improvements, new features, and bug fixes
Stars: ✭ 107 (-21.32%)
Mutual labels:  procedural-generation
Df Style Worldgen
Fantasy Worlds Procedurally Generated
Stars: ✭ 130 (-4.41%)
Mutual labels:  procedural-generation
Graphmesh
Graph-based mesh modifiers.
Stars: ✭ 128 (-5.88%)
Mutual labels:  procedural-generation
Rock Generator
C# rock generator
Stars: ✭ 118 (-13.24%)
Mutual labels:  procedural-generation

stsmapgen

The map generator inspired by Slay the Spire.

Theory

  1. Set the start point and the end point.
  2. Prepare points with Poisson disk sampling.
  3. Generate links with Delaunay triangulation.
  4. Find the path from the start point to the end point with A*.
  5. Exclude random points on the path.
  6. Repeat steps 4 and 5 several times.
  7. Complete!

License

stsmapgen is licensed under the MIT license. See the LICENSE for more information.

Libraries:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].