Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i made 256 bytes of memory

connecting all the layers would be a bit easier if i could hold a keybind to make intersections of the new wire and the wires already there into wire crossings instead of just making them connected together (basically doing xor instead of or for each pixel the line is on)

also it seems like if i have a single wire that is very big, all placing/deleting gets very laggy even when far away from that very big wire, to me it seems like you might be recalculating every wire every time a pixel is changed (i haven't seen the source code so not 100% sure)

very nice!

1. this is a simple feature to add, i will slate it for the next update
2. yes, that is mostly correct, a chunk-based recalculation has been implemented. i plan to release the update hopefully mid-march once SIMD instructions are stable.

thanks!