SkillAgentSearch skills...

Stsmapgen

Procedural map generator inspired by Slay the Spire.

Install / Use

/learn @yurkth/Stsmapgen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

stsmapgen

The map generator inspired by Slay the Spire.

I do not authorize the use of anything generated by this project for the selling of NFTs.

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:

Related Skills

View on GitHub
GitHub Stars263
CategoryDevelopment
Updated14d ago
Forks22

Languages

JavaScript

Security Score

100/100

Audited on Mar 19, 2026

No findings