Comment on Starting game development in JavaScript with no experienceparentComments−__loam1yFor the record, Godot has a pretty permissive license and can export to the web. It also has JS/TS bindings iirc. Definitely worth a look if you're interested in getting deeper.−Benjamin_Dobell1yI've been working on improving Godot's TypeScript development experience:https://breaka.club/blog/godots-most-powerful-scripting-lang...I've got a HEAP of stuff I still need to upstreamhttps://github.com/godotjs/GodotJS/compare/main...Benjamin-D...
Comments
For the record, Godot has a pretty permissive license and can export to the web. It also has JS/TS bindings iirc. Definitely worth a look if you're interested in getting deeper.
I've been working on improving Godot's TypeScript development experience:
https://breaka.club/blog/godots-most-powerful-scripting-lang...
I've got a HEAP of stuff I still need to upstream
https://github.com/godotjs/GodotJS/compare/main...Benjamin-D...