Goblin Cookies

64 Followers
154 Following
274 Posts
Hope is punk as fuck.
An excellent summary of contemporary anxiety from Eventually Everything Connects by Sarah Firth.

Hey, Mastodon! Here's the cover to my next novel!

And yes, you can totally start pre-ordering it now, if you like, from your favorite local bookseller, or online bookstore.

Credit: Mike Heath / Magnus Creative

In Nodezator's dev branch: changed the magnetic sockets feature to make it closer to what I envisioned originally: the nodes had hands and would help you by grabbing the new connection for you.

The hands are CC0 assets from the excellent
@kenneynl

#Python #nodeeditor

document.querySelectorAll("html *").forEach(e=>e.style.transform=`translate(${(Math.random()*8)-4}px,${(Math.random()*8)-4}px) rotate(${(Math.random()*2)-1}deg)`)
The goal this week is to find a way to reliability make the best play.
I've reduced the game to 16 data points—which is still too many, but progress nonetheless!
Each card has a simplified overall value, and then it's unique contribution to each data point.
I have a spreadsheet running the math and it seems to pass the sniff test with most cards.
This week's progress:
-cards load from JSON
-random deck generator
-basic card evaluator for overall value (does not include abilities)
Got chapter 1 into JSON, and built a naive (random and dumb) deck builder.