Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Beckett Hodes

@Bevkit
Repls
Community
Bevkit
Bevkit
shared a Post
3 years ago
JUMANJREEEEE (beta)
This is the beta of a game I am making! You can play the beta https://JUMANJREEEEE.mrminimax.repl.run
JUMANJREEEEE
Python
staticvoidliam7
staticvoidliam7
ErRoR pLeAsE hElP3 years ago
Navinor
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
JacobHallum
JacobHallum
U DOOKIE3 years ago
Bevkit
Bevkit
shared a Post
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
Not a hack (that changes my grades via python based sql)
Python
BrandonKeele
BrandonKeele
so its fake3 years ago
staticvoidliam7
staticvoidliam7
i iz sooo kool i changes miez graeds3 years ago
Bevkit
Bevkit
shared a Post
3 years ago
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/
JUMANJREEEEE
Python
Bevkit
Bevkit
shared a Post
3 years ago
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
Bevkit
Bevkit
shared a Post
3 years ago
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
SLIDDDDD
HTML, CSS, JS
ArnavSaini
ArnavSaini
Nice Dude3 years ago
hmaxwell
hmaxwell
cool3 years ago
billy2004mack
billy2004mack
its too easy mate3 years ago
Bevkit
Bevkit
shared a Post
3 years ago
Why do libraries like python3's webbrowser not work on repl.it? The crazy thing is chromdriver on polygott works fine?
Bevkit
Bevkit
shared a Post
3 years ago
This is my first 11 lines ever written in javascript for me enjoy its dumb
Python is the best
HTML, CSS, JS
eco27
eco27
image3 years ago
tyler
tyler
hahaha. nice3 years ago
Bevkit
Bevkit
shared a Post
3 years ago
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!
Bevkit
Bevkit
shared a Post
3 years ago
image if anyone knows how to fix it that would help!
Metronome of DOOM
Python
mwilki7
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
Bevkit
Bevkit
shared a Post
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!
TurkolYusufiy
TurkolYusufiy
It won't work cuz your mom sat on it 1 year ago
ArelfoxArelfox
ArelfoxArelfox
It is actually possible to do this. I used image and it worked.1 year ago
SixBeeps
SixBeeps
By "module" do you mean some sort of library? If so, what language?3 years ago
Bevkit
Bevkit
shared a Post
3 years ago
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
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
Bevkit
Bevkit
shared a Post
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
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
Bevkit
Bevkit
shared a Post
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.
LordoftheString
LordoftheString
Cool bot! There's a syntax error on line 12, though.3 years ago
Bevkit
Bevkit
shared a Post
3 years ago
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
Bevkit
Bevkit
shared a Post
3 years ago
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
AllAwesome497
I think that's made in the system's operating system, afaik there is no way to do this.3 years ago
Bevkit
Bevkit
shared a Post
4 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
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
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
Bevkit
Bevkit
shared a Post
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
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
Bevkit
Bevkit
shared a Post
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
Grouper
Python
DJWang
DJWang
Pretty Cool Beckett!4 years ago
Bevkit
Bevkit
shared a Post
4 years ago
image WHATTTTT is going on. It won't recognize termcolor.
Vandesm14
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
Bevkit
Bevkit
shared a Post
4 years ago
its kinda simple it's just like the others. hope y'all enjoy it!
Chick fil a: The bird strikes back
Python