I like making a lot of stuff, like art, music, writing, playing board games with friends.
I often end up coding, because it makes me the most money. It's also very enjoyable.
| Blog | https://saikyun.github.io |
I like making a lot of stuff, like art, music, writing, playing board games with friends.
I often end up coding, because it makes me the most money. It's also very enjoyable.
| Blog | https://saikyun.github.io |
I sat down and coded a bit and more and more things just came out. It felt like one thing naturally lead to another. :)
Now the meeple can rest. :)
Added a meeple, that might get tired. :X
I had to go back on using CSS for positioning, because safari acted up. I also realized I want to show partial grids, so absolute positioning makes a lot of sense.
The new tiles are being added with #htmx which is kinda funny.
The generation of tiles is based on Hexcrawl Adventures. https://www.basicfantasy.org/forums/viewtopic.php?t=4183
Source: https://github.com/saikyun/writing-excuse/blob/main/src/hexcrawl/hexcrawl.js
By slapping together
https://css-tricks.com/hexagons-and-beyond-flexible-responsive-grid-patterns-sans-media-queries/
and
I made something.
Source: https://github.com/saikyun/writing-excuse
If you ask me I could probably write down how to get it running, and why there are some strange things in there.