Skip to content
Open navbar menu
Sign UpLog In
Profile icon

MrTheCool

@MrTheCool
MrTheCool
MrTheCool
published an Update
2 years ago
0
FloweryFluffyTechnician
FloweryFluffyTechnician
Kaboom Dino Jump!
My high score is 10,689! See if you can beat it!
MrTheCool
MrTheCool
published an Update
2 years ago
1
Frogger in Kaboom.js
Enjoy
MrTheCool
MrTheCool
shared a Post
3 years ago
I downloaded this file off github. It's got a replit file and is meant to run off replit. For whatever reason it's not working when run is clicked.
2048.cpp
C++
Coder100
Coder100
Change your .replit to this: language = "cpp" run = "cd src && cmake ../ && cmake --build . && ./2048" there's no folder called build lol3 years ago
programmeruser
programmeruser
Replace the contents of the .replit file with this: language = "cpp" run = "mkdir -p build && cd build && cmake ../ && cmake --build . && ./2048" `3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
If you clicked run to replit or some button, then it should work. try refreshing, making a new repl, or report to bugs.3 years ago
MrTheCool
MrTheCool
shared a Post
3 years ago
Play UNO!! Made w/ C++ Note: there's a couple of bugs and things like that so don't play if you don't want to risk the chance of it bugging out mid ga
UNO
C++
GradeFStudent
GradeFStudent
maybe you could run a command after a player's turn ends that clears the screen so person cant see other person's hand.3 years ago
k9chelsea2
k9chelsea2
Looks like you might have shared a Private Repl.3 years ago