Video game, beautiful thing, so much fun. Games should be fun of course, but game making itself should also be fun, it should be a game on its own! We here at replit are imagining a fun collaberative game programming environment that makes game programming fun again, and here's our first step: KaBoom.js, a JavaScript game library that enables everyone to start making a small game from scratch in an instant!
This is a community alpha release, features and docs are not fully stable yet, we really want to hear everyone's opinions, any suggestions or bug reports please comment below!
@slmjkdbtl another questions, how do we remove text from the scene? I tried destroy(text); and that didnt work.. (I am trying to display the users score but the text does not update so i am trying to find out how i can remove text);
KaBoom.js Alpha Release!!!
UPDATE: Kaboom.js is officially out right now: https://replit.com/kaboom
Video game, beautiful thing, so much fun. Games should be fun of course, but game making itself should also be fun, it should be a game on its own! We here at replit are imagining a fun collaberative game programming environment that makes game programming fun again, and here's our first step: KaBoom.js, a JavaScript game library that enables everyone to start making a small game from scratch in an instant!
This is a community alpha release, features and docs are not fully stable yet, we really want to hear everyone's opinions, any suggestions or bug reports please comment below!
try out in the template repl
doc
guide
let's start making that game!
destroy(text);
and that didnt work.. (I am trying to display the users score but the text does not update so i am trying to find out how i can remove text);