Skip to content

Commit

Permalink
relaxed faailure limit
Browse files Browse the repository at this point in the history
  • Loading branch information
khrome committed Feb 4, 2024
1 parent 2172e15 commit de7a05e
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 de7a05e

Please sign in to comment.