Jasperscode
@Jasperscode
I like panda bears
1
Time Shooter 3: SWATThis is a game like super hot... I did not create this game I just unblocked it.
34
1
1
0
Nicolello The function which returns the player status (won, lost or alive) is broken and always returns lost, and doesn't have the won option. I've remade it so that it doesn't happen. Also, in the difficulty calculator, if someone decides not to have any bombs, it'll crash. Add a new line where it says that if the number of bombs is 0 the difficulty is (whatever). This is the fixed status function:
def alive(data,revealed):
for item in revealed:
if not sum(item):
break
for row in range(len(data)):
for square in range(len(data)):
if data[row][square] == "💣":
if revealed[row][square]:
return "dead"
for x, uselessvar in enumerate(revealed):
for y, var in enumerate(uselessvar):
if not var:
if data[x][y] != "💣":
return "alive"
return "won"2 years ago
0
unity game tmplateThis is a template i made for adding unity webGL games
160
2
0
ShepherdDermott How do I publish a unity webgl game on replit
I already finished the game but struggle to post it3 months ago
69
cookieclickerCookie Clicker copy for, errrr, educational purpose.
6.8K
55
69
BrockShort1 I can't believe they actually blocked cookie clicker. guess I might be better dead😔1 month ago
if you want to import a github unity webgl game just download the zip then extract the files template data, and build. then fork this repo and the ins
HTML, CSS, JS
For when you want to play cookie clicker but it is blocked
145501413549
HTML, CSS, JS
FrancisPan Customer: What do you use to make these cookies, sir?
You: Freshly farmed and mined cookie ore and cookie plants2 years ago