2021 7drl entry. 2d platformer. every forest is a new adventure!  πŸŒ²πŸŒ³β›°οΈ

note that sometimes the map will generate with a layout that you cannot finish, which completely breaks the game πŸ˜…, the current workaround is to refresh the page in thebrowser or if you are using the native version, restart the game. A future patch will solve this issue.

features:

  • random dungeon generation
  • random song selection
  • near infinite replay-ability

Exported via Godot, tested along the way on web/macOS/Windows.

Please let me know if you run into any issues.

music assets from:

Note, intermittent audio issues on Chrome have been observed where the audio is slow / stuttering. No such issue was observed on Firefox. Looking into a fix for the issue

art assets used:

godot template:

ideas not yet implemented:

  • random level names
  • timer
  • pickups
  • score (based on pickups/time)
  • ability to set the RNG seed for deterministic generation / easier replay-ability
  • ability to reset the dungeon to something new incase the current one is not fun or broken
  • more lighting effects
  • more enemies
  • control  remapper
  • more accessible color schemes 


    known issues:

    aside from the browser weirdness noted above,

    • the respawn sound will sometimes lead to odd overlap with the background music resulting in a jarring sound scape.
    • sometimes the map will generate with a layout that you cannot finish, which completely breaks the game πŸ˜…, the current workaround is to refresh the browser page or restart the game.
    StatusPrototype
    PlatformsWindows, macOS, Linux, HTML5
    Release date Mar 14, 2021
    Rating
    Rated 5.0 out of 5 stars
    (1 total ratings)
    Authorp8
    GenrePlatformer
    Made withGodot
    Tags2D, Seven Day Roguelike Challenge
    Average sessionA few minutes
    LanguagesEnglish
    InputsKeyboard

    Download

    Download NowName your own price

    Click download now to get access to the following files:

    linux-7drl-2021-release.zip 20 MB
    mac-7drl-2021-release.zip 21 MB
    windows-7drl-2021-release.zip 19 MB

    Comments

    Log in with itch.io to leave a comment.

    Very cool map generation :)

    Thanks! I lucked out and found some great resources from https://www.gdquest.com/


    If you are interested in learning Godot I highly recommend their stuff (a lot of which is free).


    This is dope. Really cool to see the proc gen at launch followed by zooming into the spawn location. Haven't got out but I found the title in game :DForest Of The Forevers

    (1 edit) (+1)

    πŸ™Œ

    Thanks, glad you found the title. It is currently always in the top left corner in the foreground.

    one thing I want to do in a future iteration is have it be in a parallax background on the very first room you enter.

    PS there is no way out... πŸ™ƒ

    (+1)

    Proc-gen platforming is always impressive to me as its quite hard to make sure it ends up playable.  This game is hard, by it definately feels possible.

    I agree with the previous comment, it hard to know what what im doing, or how to progress.  Perhaps checkpoints would help with this?

    Good job though!

    Thanks!

    > Perhaps checkpoints would help with this?

    I have gone back and forth with how to leverage checkpoints for a rouge(like/lite)/proc-gen platformer such as this.

    It was on the roadmap to play around with lighting, and one idea I had is that once a certain room is entered (halfway/checkpoint), the path back to the start is now fully illuminated.

    Appreciate the feedback.

    The procedural generation is very impressive! The maps were a little too large though and it was unclear where I was supposed to go. Maybe add a minimap?

    (1 edit) (+1)

    thanks for the feedback! part of the idea was to leave the goal intentionally vague to encourage exploration.

    I ran out of time to flesh this out. I wanted some prefab rooms off of the goal path that contained cool visuals and maybe collectables. If I had more time, my plan was to use lighting as a means to guide to the exit.

    πŸ‘on the too large maps. With no collectables the number of rooms is too much.

    (PS I brought down the rooms from 8x6 to 4x3, and it seems to have a much better vibe)