Kaboom – JavaScript game programming library and environment
1–10 of 74 posts
Re: Kaboom – JavaScript game programming library and environment
#2Re: Kaboom – JavaScript game programming library and environment
#3When I evaluated different languages / environments to start teaching programming to my daughters I decided not to use Javascript because of that, chose Python instead (and now I'm also considering making games with Roblox, which is based on Lua. The dev environment is quite complex but with supervision Lua is a nice & simple programming language)
Re: Kaboom – JavaScript game programming library and environment
#4I think this is a step before making Minecraft mods or Roblox games, but definitely a welcome one for the coming generation of creative kids.
Re: Kaboom – JavaScript game programming library and environment
#5Re: Kaboom – JavaScript game programming library and environment
#6Re: Kaboom – JavaScript game programming library and environment
#7It seems this is aimed at young people learning how to program. My main problem with using Javascript as the first programming language to learn is the asynchronous callback paradigm, I believe it's too complicated a concept to teach in the very beginning (and you can't get around that with Javascript). When I evaluated different languages / environments to start teaching programming to my daughters I decided not to…
(my main problem with JS as a programming first language is its C-Style syntax)
Re: Kaboom – JavaScript game programming library and environment
#8https://kaboomjs.com/ seems a better URL
Re: Kaboom – JavaScript game programming library and environment
#9I wish I had such tools when I was growing up building games! I had to battle ncurses, Allegro, OpenGL, and many more lower-level tech just to get some basic I/O. I'm not too sad about it because it paved the way to my stronger understanding of computer technologies, but at the same time it took me way longer to build playable games. I think this is a step before making Minecraft mods or Roblox games, but definitely…