Just a small Saturday project  : )

I guess the idea is that you draw missing items where needed afer you print.

right click -> save image as... (or similar) to save.

StatusReleased
CategoryTool
PlatformsHTML5
Rating
Rated 4.7 out of 5 stars
(45 total ratings)
Author0x72
TagsDungeon Crawler

Comments

Log in with itch.io to leave a comment.

looks cool

(+1)

This tileset is so pretty :o

(+1)

hi robert! how does the algorithm look like to make these dungeons? 

im working on a little 2d dungeon game with your awesome dungeon tileset and your characters and i would really love to use these kind of dungeons in my game. 

but i dont know how you are generating them :/ 

(2 edits) (+1)

I don't remember to be honest, but you can use browser dev-tools to find out - take a look at index.html and grid.js files - they are not minified or anything.

That being said I'd recommend you search for "dungeon generation algorithms" or "procedural dungeons howto" or something like that - reading my rubbish code's probably not worth your time.

Good luck!

-- edit: It's slightly different take but I love this method: https://web.archive.org/web/20140330181550/https://www.vlambeer.com/2013/04/02/r...

(+1)

fantastic!

this is what i was looking for

(-1)

plz give source code T_T

(+1)

This one is actually not minimized so can download from itch.io and run/modify locally.

Is there anyway to load your own art into this and generate your own dungeons?

(1 edit)

You'd have to download the app with the dev tools or wget, run locally and provide own replacements for each image (or change the code - it's rather simple, maybe even primitive - a bit if you have more/less assets)

If it's like "let's make it a feature" - very unlikely I'll find time for such a thing.

This work really well ! I would like to be able to play in them, cause the dongeons are really nicely generated  !

it's there in my Projects/UnnamedPaperDungeonGame and I'm afraid it might be rotting...

uh : (

These are beautiful dungeons!

thanks : )

(+1)

Is this tool and the resulting assets 100% Royalty Free for commercial use?

If CC, then who do we credit? Thanks.

(+3)

100% free. No attribution needed.

You can still credit me if you want an way that suits you:

 0x72

0x72.pl

Robert Norenberg

In any case thanks for using the assets : )

Fantastic effort mate, thanks!

(-1)

thanks : )

Ah, this is fantastic! 

You should release a spritesheet for this style (maybe a colored one as well!) 

10/10

(+2)(-1)

Hey! That's not a bad idea! Someday maybe : )

(+2)

Honestly you make some great stuff, and the fact that you release your assets into the public domain is really generous. Keep up the great work!

(+3)(-1)

Thanks a lot himselfe!

It's just a hobby for me so I'm happy to do something that helps people.

(+1)

I love your work.. I see some of your work make a great game :D especially is your assets

Thanks!

Wow, this is really nice! The cross hatching is fantastic.

Do you make tutorials by any chance?

(+1)

Thanks.

Not sure what kind of tutorials you have in mind really, but unfortunately, I'm not doing any at the moment.

Pixel art tutorials. You're really good!

(+1)

Thank you!

I don't have any plans for pixel art tutorials, but who knows? maybe one day : )

Really nice, could use some room decor (like inner walls or other stuff), tho.

(1 edit) (+1)

Heh, there's already code written for some random items (commented out) but i didn't like hiw it looks. 

Didn't think about inner walls though! Great idea.

Someday maybe : )

Admin(+1)

This is cool, nice work.

Thank you, much appreciated!

Really nice!
Maybe you could add an export-to-array button tho (or you could put the finished grid into a textarea with readonly or something) (I know, I could just check the source code).

:)

(1 edit) (+2)

You can download a csv file with the dungeon serialized now.

: )

Nice!
Works like a charm :D

(+1)

This looks great! would you consider releasing the source code?

(1 edit) (+2)

Thanks.

Proper releasing would require to clean it up and what not because the code sucks. 

It's written in plain js (+ browser api), not minified nor anything so feel free to just download as is with dev tools.

No comments and full of anti-patterns - it is what it is. I don't mind you taking a look, although I doubt you'll find anything of value.

Let know if you make any use of it or you have trouble running it!

Thanks! I could really make use of this algorithm, since it's coded in js it would be easy to translate for actual game development.

However I'm more used to working with Unity and C#, could you tell me how exactly i can download it?

(1 edit) (+2)

E.g. in Chrome you can: 

- open the dev tools (e.g. menu -> more tools -> developer tools) 

- go to "sources" tab -> right-bar -> index.html

- download index.html file and grid.js file

---

that being said I just did a sloppy implementation of: http://www.roguebasin.com/index.php?title=Dungeon-Building_Algorithm - I'll believe you'll have more luck just reading that - there is even C# example implementation there you can use.

Good luck!

Well done 😎

Thanks!

This is awesome bro. Well done. 

(1 edit)

Thanks  :)