ENTRY
[ESC]As I wait here for my surgery tomorrow morning I've been working on a little project that generates PNG images of randomly generated dungeons in the 8x8 tile format to make gameboy dungeon crawler templates.
It had been fun generating things that write pixel by pixel, it's the first time I've ever tried to make an image file from scratch. Though I do plan to cheat a bit. I'm making bitmap files rn and plan on using a library to convert it to png. Or at least to export it as so. Also for fun after its done I want to add controls to a character you can move around and maybe it makes a different .bmp image with stats or attack behaviour when you come in contact with another ambulant ASCII character.
Idk it's been super fun building the tools I need. As if right now I have a program that generates a user defined number of rooms with walls and floors, randomly placed, and exported to a bmp. Let's hear it for new features when I slap it into tkinter.
Log in to read the replies and join the conversation