itch.io is community of indie game creators and players

Devlogs

v1.6 - Added a Customizable Level

Fade
A browser game made in HTML5

This is a small patch that fixed several minor bugs with some new features:

To better explain these parameters, the code generates each level from 5-8 and this custom level in these following steps:

  1. The X and Z dimensions are checked to see the amount of total tiles in the grid (the generation is grid-structured).
  2. Based on the percentage of tiles that should not have tall buildings, exactly the complement of this amount of tall buildings is generated in random positions.
  3. One empty room (without a door) is randomly placed on the map with the key to the first door room inside it.
  4. All door rooms are randomly placed with each subsequent door room's key in the previous door room. If shuffle door colors is on, then the door room order in which you must unlock will be randomized as opposed to Red -> Orange -> Yellow -> Green -> Blue -> ....
  5. The collectible is placed in the last room.
  6. For each empty tile that remains, an empty room is placed based on the chance of empty tile spawning a room.

To see more details, see these files in the Github Repository:

Files

  • Fade v1.6.zip 64 MB
    3 days ago
  • Fade v1.6 (Windows) 69 MB
    3 days ago
  • Fade v1.6 (Mac).zip 76 MB
    3 days ago
  • Fade v1.5 (Web) 63 MB
    5 days ago
Download Fade
Leave a comment