Skip to content
Sign UpLog In
Profile icon

çağrılmayan Yakup

@ichbindede
kurbağalara bakmaktan geliyorum ben yakup
GitHub
  • ichbindede

    Cover page
    Made with HTML, CSS, JS

    my portfolio website

    Recent comments (0)
Repls
Community
ichbindede
ichbindede
published an Update
7 months ago
13
Hardest Game Ever
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!
#html
#game
#fun
+2
ichbindede
ichbindede
published an Update
7 months ago
13
Hardest Game Ever
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.
ichbindede
ichbindede
published a Repl
8 months ago
0
best website ever
ichbindede
ichbindede
published a Repl
10 months ago
0
How to convert Binary
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
ichbindede
ichbindede
published an Update
11 months ago
0
collision detection
how can I do the square can't go out of the canvas?
ichbindede
ichbindede
published a Repl
1 year ago
0
input maths
input mathsohh yeaahhhhhh, all righttttttttttttttttt
ichbindede
ichbindede
shared a Post
2 years ago
I can not understand what is the problem.
my rpg game attempt
kaboom
MrVoo
MrVoo
Some code before a const is probably missing a bracket or something2 years ago
ichbindede
ichbindede
shared a Post
2 years ago
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
clicker
HTML, CSS, JS
MrVoo
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
ichbindede
ichbindede
shared a Post
2 years ago
Why it is not working? What is the error?
brick breaker
HTML, CSS, JS
ch1ck3n
ch1ck3n
line 22 of index.html should be ``2 years ago
ichbindede
ichbindede
shared a Post
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
clicker
HTML, CSS, JS
MrVoo
MrVoo
var money = 420; var onions = 0; function buySomeOnions() { if (money >= 100) { onions++; money = money-100; }; }; `2 years ago
ichbindede
ichbindede
shared a Post
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.
gold collecting game
kaboom
MrVoo
MrVoo
Use pos(rand(x,x), rand(x,x))2 years ago
ichbindede
ichbindede
shared a Post
2 years ago
soo where's the problem?
oyun bilmem kaç
kaboom
SixBeeps
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
ichbindede
ichbindede
shared a Post
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.
oyun bilmem kaç
kaboom
Coder100
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
ichbindede
ichbindede
shared a Post
2 years ago
Soooo why the background is transparent? It was black and I want it black.
my rpg game
kaboom
ichbindede
ichbindede
shared a Post
2 years ago
This games bacground was black but now it's transparent for no reason. Why and how can I solve this problem?
my rpg game
kaboom
Firepup650
Firepup650
The project just dumps a 404 not found error, did you delete the project or something?2 years ago
ichbindede
ichbindede
published a Repl
2 years ago
0
hello world in brainfrick
hello world in brainfrickhello world in brainfridge i just clicked at examples and selected hello world lol
ichbindede
ichbindede
published a Repl
2 years ago
13
Hardest Game Ever
Hardest Game Everhardest game ever: click to win game
RyanMoran5
RyanMoran5
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha6 months ago
Koolguy647
Koolguy647
die 6 months ago
ichbindede
ichbindede
shared a Post
2 years ago
Problem I'm making a rpg game in kaboom an here's the problem: SyntaxError: Unexpected token '{' at /:242:52
rpg game
kaboom
ch1ck3n
ch1ck3n
i've edited your program a little so it works now https://replit.com/@ch1ck3n/rpg-game#index.html2 years ago
ichbindede
ichbindede
shared a Post
2 years ago
#html
#fun
#simple
+1
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
Mind Game
HTML, CSS, JS
tussiez
tussiez
Screen Shot 2021-08-21 at 8.02.34 PM2 years ago
SilvermoonCat
SilvermoonCat
the colors could be better and maybe use border radius on the buttons? :P beat the game hehe2 years ago
ichbindede
ichbindede
published a Repl
2 years ago
0
Mind Game
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