Beckett Hodes
@Bevkit
This is the beta of a game I am making! You can play the beta https://JUMANJREEEEE.mrminimax.repl.run
Python
Navinor gives me an error IndentationError on line 199, I suggest you switch from
if choice == '2':
nothing
to
if choice == '2':
pass
`3 years ago
Now, this program is litrally useless. It does nothing, however kids who cant code will be impressd by it, (note this was meant to be used for schools
Python
This is a game I am developing a bit like jumanji... but more like jumanjreeeeeeeeee you can play the beta https://jumanjreeeee.mrminimax.repl.run/
Python
This is a website that I will continue to update as we keep getting trash posts on here. Look at it https://revolt-against-the-garbage-on-this-platfor
This is a game called slide. I was inspired to do this when I saw a post a loooong time ago on this chat. YOu can move with the arrow keys. You can pl
HTML, CSS, JS
Why do libraries like python3's webbrowser not work on repl.it? The crazy thing is chromdriver on polygott works fine?
This is my first 11 lines ever written in javascript for me enjoy its dumb
HTML, CSS, JS
so I have an email submission form on another site but when I use action="php--mrminimax.repl.co", It does not work. Please help!
mwilki7 randint() doesnt like decimal point values
Maybe this will work if you want to get a random decimal (aka float) value:
https://pynative.com/python-get-random-float-numbers/
edit: the range of values you get is [0, 1)
(zero to one, including 0 and excluding 1)
import random
print("Random float number is ", random.random())
`3 years ago
For some reason the webbrowser module will not work on repl.it. is there a way to make it work or another module that does the same thing! thanks!
This is not malicous. My school has a system that does this but it is broken so I might get good boy points if I can code one!
Vandesm14 I don't think this is possible unless you're on a Chromebook. Google Forms has an option to "Make this a quiz" which essentially locks your Chromebook to that single tab and puts you into fullscreen mode.3 years ago
So I'm trying to make the file ads raise the variable m every seconde. The background is this will be a clicker game! Thanks!
Highwayman Make a separate thread/process that is simply a while loop that adds a certain amount to m, then waits however many seconds. Something like
def ads():
while True:
time.sleep(1) # your sleep func you wanted.
m = m + numberOfAds
....
in main.py:
m=100
numberOfAds=0
thread(ads) # not valid syntax, just getting the point across.
if boughtAds:
numberOfAds = numberOfAds + 1 # now the thread starts adding 1 instead of 0
I used an incremental variable instead of just a function bc now you 3 years ago
I was really just practicing my lists and somehow this turned into something. This quite possibly takes top spot for the stupidisst thing i've coded.
Hey wanna make a pokemon game with me? It will only have 1 or 2 gyms not a whole thing. It will be text based and on python so no visuals! Put your di
This is not malicious or anything I'm doing this solely for a school thing. My school has this thing called LockDown browser to keep us on one tab whi
AllAwesome497 I think that's made in the system's operating system, afaik there is no way to do this.3 years ago
Hi i love coding in HTML and CSS but i suck at javascript. I am pretty good at python tho. Plz give me your discord if you are willing to help. :) tha
ColleagueRiley It depends on what you are trying to do. If your trying to make some sort of game my javascript game template might help you https://repl.it/@Rileygamer21/Javascript-game-template also if your trying to make a game this might help https://www.codecademy.com/learn/learn-phaser4 years ago
Zavexeon If you create a multiplayer repl I can help you there. Just click the multiplayer icon in the repl and add me, and I'd be happy to help.4 years ago
Hi, I'm pretty good at Html and CSS but is suck at JS if someone can send me their discord in the comments and teach me some basics that would be appr
hyperupcall along with anybody that helps you, i highly recommend javascript.info as reference explanation. as always, mdn is always the best reference (besides the spec itself)4 years ago
So my teacher told me to make a random group maker so I used a ton of python list command to make it so that no one is put in a group twice! Thank you
Python
image
WHATTTTT is going on. It won't recognize termcolor.
Vandesm14 This is probably a bug on repl.it's end. I recommend posting this to https://repl.it/bugs
> If I answered your question: https://answered--vandesm14.repl.co4 years ago
its kinda simple it's just like the others. hope y'all enjoy it!
Python