By the way my game will ship with a copy of the engine (it's less than 300kb), so you can edit and remix it as much as you want :)
#gamedev #tooldev
@niki Wow! Even ships with the engine? What is it made in? Also could people potentially share their remixes?
@groak The engine is made using svelte (a web framework), and vite (bundler/dev server) with a plugin that outputs everything as a single html file.
and yes, people can share the remixes! The engine has an export button for that (which also outputs an http file, which also includes the engine :D).
I have not figured the legal side of that though (the right open source license, what that means for remixes, etc.)
@niki Ohh very cool I use svelte for my website! Is the engine opensource? If so I would love to see how it all works!
@groak it's not at the moment, but most likely will be at some point soon!