çağrılmayan Yakup
@ichbindede
kurbağalara bakmaktan geliyorum ben yakup
13
Hardest Game Everhardest game ever: click to win game
Version 1.02
Updated the typo on version name. It was version 1.1 now it's version 1.01. But this is an update and that means another version. So now it's:
1.02!13
Hardest Game Everhardest game ever: click to win game
Version 1.01
Added version, story and credits page. Updated win page.
That was pretty hard to do. So to help me code this poopy website write in comments.0
best website evermy website
16
0
0
0
How to convert BinaryI tried to explain how to convert Binary. This website also contains a Binary converter. But I don't know if it can handle very big numbers
4
0
0
0
0
input mathsohh yeaahhhhhh, all righttttttttttttttttt
6
0
0
How can I do a real working buying function? I will do an inventory system that really works. So like when apple is 10 clicks and you have 9 clicks yo
HTML, CSS, JS
MrVoo It's as simple as this:
var pickles = 0;
var money = 20;
function buyPickles() {
if (money >= 15) {
pickles++;
money = money - 15;
}
}
Didn't I already answer this?2 years ago
so I want to make a buying system like buying backgrounds and stuff and I want that when they click to a button they buy that thing and decrease the c
HTML, CSS, JS
MrVoo var money = 420;
var onions = 0;
function buySomeOnions() {
if (money >= 100) {
onions++;
money = money-100;
};
};
`2 years ago
I'm making a rpg-game-like gold collecting game. So how can I make the gold randomly generated in some coordinate.kaboom
SixBeeps If you didn't modify index.js yourself, it looks like there's a bug with the compilation process. It's hard to say whether the issue is on Replit's side or Kaboom's side, but either way, since it's an issue with the index, that's not your problem.2 years ago
I'm making a game and in this game there is a gold counter and I want it to add the gold number when the player collects golds.kaboom
Coder100 you can first assign it something:
let gold = 0;
let goldText = add([
text(gold: , 12),
pos(width() / 2, height() / 2 + 30),
origin("center"),
]);
and then
goldText.action(() => {
goldText.text = Score: ${gold};
});
`2 years ago
Soooo why the background is transparent? It was black and I want it black.kaboom
This games bacground was black but now it's transparent for no reason. Why and how can I solve this problem?kaboom
Firepup650 The project just dumps a 404 not found error, did you delete the project or something?2 years ago
0
hello world in brainfrickhello world in brainfridge i just clicked at examples and selected hello world lol
12
0
0
13
Hardest Game Everhardest game ever: click to win game
1.1K
59
13
RyanMoran5 hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha6 months ago
Problem
I'm making a rpg game in kaboom an here's the problem:
SyntaxError: Unexpected token '{'
at /:242:52kaboom
ch1ck3n i've edited your program a little so it works now
https://replit.com/@ch1ck3n/rpg-game#index.html2 years ago
Game
The worst game ever
So I tried to make a game only using buttons on July. It's a very simple project. I don't think it is a real game. It has jus
HTML, CSS, JS
SilvermoonCat the colors could be better and maybe use border radius on the buttons? :P
beat the game hehe2 years ago
0
Mind Game"Mind blowing" game. it was not an big project. use your brain to finish the game. Im still working on this game. I will make dark & light mode and Turkish language support. I can make other language supports. So thats all here is the talk page:
https://replit.com/talk/share/The-Worst-Game-Ever/144075
78
0
0