Skip to content

Commit

Permalink
Merge pull request #6 from yantra-core/metroidvania-failure-limit
Browse files Browse the repository at this point in the history
relaxed failure limit
  • Loading branch information
Marak authored Feb 5, 2024
2 parents 2172e15 + de7a05e commit de3958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mazes/Metroidvania.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export default function ALGORITHM_METROIDVANIA(tileMap, options) {
const generator = new Metroidvania({
roomWidth: roomSizeWidth,
roomHeight: roomSizeHeight,
maxFails: 8000,
maxFails: 25000,
width: numRoomsWide, // Max number of zones wide
height: numRoomsWide, // Max number of zones tall
gridHeight: tileMap.height,
Expand Down

0 comments on commit de3958a

Please sign in to comment.