tga
HackerAdmin
@slmjkdbtl
attack the bees
59
Sandwich HorrorA game improvised in 30 minutes at replcon
5K
59
59
6
eatbombKaboom Game Programming Environment
296
8
6
248
Apps Launchpress b to burp
2.8K
76
248
We've been wanting to build a game making environment on replit that empowers game creators but also allows beginners get into programming in a fun ankaboom
firefish @slmjkdbtl Is there any support for spritesheets? Or maybe just different pictures for each sprite? I think the later is possible, as the tab editor has a 0 above it, but how would I go about creating the nnew ones?2 years ago
DabDatBass Here's a question, how do I make my player move by HOLDING a key, and how can I have things such as scrolling or moving with momentum?2 years ago
UPDATE: Kaboom.js is officially out right now: https://replit.com/kaboom
kaboom
Video game, beautiful thing, so much fun. Games should be fun of cou
AbaanShanid @slmjkdbt @amasad Since KaboomJs doesn't have a GitHub repository, I will post my issue here, the clearCode function inside the init function doesn't work properly, I tried typing an rgb color code inside it and it doesn't seem to add the color I want. For example
init({
scale: 3,
width:400,
height:145,
clearColor:rgb(51,162,255),
}
);
This only makes the game's background white.
Thanks2 years ago