Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Dungeon crawler - random dungeons

    Work In Progress
    4
    9
    383
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ithendall
      Ithendall last edited by pianofire

      Hi, I started working in a simple dungeon crawler with some roguelike elements. First I wanted to have some randonly generated dungeons. For some reason, recursive functions do not work very well on FUZE and I could not use an algorithm I used in the past. So, I have to figure out a non-recursive one and I am pretty happy with the results.

      1 Reply Last reply Reply Quote 6
      • pobtastic
        pobtastic F last edited by

        I've run into recursive issues too, I was seeing "too many functions" ~ I assume you saw the same? I did manage to work around it in the end by looping more and recursing less.

        This looks great BTW! Nice work!

        Ithendall 1 Reply Last reply Reply Quote 1
        • Martin
          Martin Fuze Team last edited by

          Come back to it after the next patch - although I can't test without specific code my suspicion is the next patch could well fix the recursion issues? But it may not be related to the issue I'm thinking of. I'd need some specific code to test.

          Ithendall 1 Reply Last reply Reply Quote 0
          • Ithendall
            Ithendall @pobtastic last edited by

            @pobtastic Yes, same problem. That's what I did, avoid the recursing.

            1 Reply Last reply Reply Quote 1
            • Ithendall
              Ithendall @Martin last edited by

              @Martin Thank you. I already deleted the recursive code, but my minesweeper clone uses also recursing and sometimes it crashes too. I just shared it.

              1 Reply Last reply Reply Quote 1
              • Martin
                Martin Fuze Team last edited by

                Sorry, I completely forgot - I've got no way of getting your code at the moment since the friends section is completely broken for me at the moment on my retail version of Fuze.

                1 Reply Last reply Reply Quote 0
                • pianofire
                  pianofire Fuze Team last edited by

                  Mine still works and I have just got a copy and yes it does error with "recursion limit exceeded"

                  1 Reply Last reply Reply Quote 0
                  • Martin
                    Martin Fuze Team last edited by

                    I was going to type it into my other unit to test it against the next version but for all I know it might be pages and pages of code :)

                    pianofire 1 Reply Last reply Reply Quote 0
                    • pianofire
                      pianofire Fuze Team @Martin last edited by

                      @Martin 136 lines

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post