Giter Site home page Giter Site logo

Comments (2)

Baaleos avatar Baaleos commented on June 7, 2024 1

Thanks for the input
The project I am working on is just a personal side project - I am working on making an online MUD game with html/signalR in .Net Core - Where players can create their own content and build the gameworld - think of it like a Minecraft that forces you to use your imagination.
Not going to be anything fancy with unity etc - but one of the major components of the game is the map display - I have it all working for the worldmap - which is generated per world. It was just the 2d mapping for interior areas which was going to be a little complex - until I came across your library - which looks like it might be a good starting point.

from edgar-dotnet.

OndrejNepozitek avatar OndrejNepozitek commented on June 7, 2024

The easiest way would probably be to add one helper room to the rooms graph which would be connected to the room that should have the doorway to the outside. You would not render the helper room - you would just use the door position of the room as your doorway to the outside. You could probably use a simple 1x1 room with doors on each side for your helper room - we want to make it as simple as possible to lay out that room and not slow down the whole algorithm.

P.S. If you, by any chance, use Unity to develop your game, you can check out the Unity implementation of the plugin here - https://github.com/OndrejNepozitek/ProceduralLevelGenerator-Unity

P.S.S. I'm just starting to work on my master thesis that will be about improvements of this algorithm/library. I'd love to hear any feedback you have on the algorithm. And if your use case isn't super secret, I could tell you if the library is the right tool for your needs. So if you're interested in my opinion or have any feedback, you can write me a mail to [email protected]

from edgar-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.