Skip to content
Sign UpLog In
Profile icon

Trevor Hurst

@TrevorHurst2
Repls
Community
TrevorHurst2
TrevorHurst2
published a Repl
2 years ago
0
Lab6
Lab6My lab6
GarrettSimpson2
GarrettSimpson2
dawg what2 months ago
RaymondLeonard1
RaymondLeonard1
@ChristopherM151 LoganJones16 2 months ago
TrevorHurst2
TrevorHurst2
shared a Post
2 years ago
I'm sure you've all played Minesweeper at one point or another; well, I've recreated it using python, the controls may not be easy or intuitive, for t
Minesweeper
Python
TheCheeseCoder
TheCheeseCoder
cool2 years ago
TrevorHurst2
TrevorHurst2
shared a Post
2 years ago
Using this is pretty easy, just paste what you want to read replacing the orange text in the code, you can then run the code and tell it in the consol
Speedreader!
Python (with Turtle)
TrevorHurst2
TrevorHurst2
shared a Post
3 years ago
Have you ever wanted to code in 3D? Now you can!! Fork this repl, then you can make your own code! Each plane/layer has it's own x,y plane! You can ha
3D Esolang
Python
MocaCDeveloper
MocaCDeveloper
Uhm..this is kinda confusing(no I am just kidding, it is really confusing). If you don't mind me asking, why exactly did you make this? Lol.3 years ago
TrevorHurst2
TrevorHurst2
shared a Post
3 years ago
I've started to work with Esolangs and made my own sort of glued-together one, The premise is simple, Go into the 'Test.bb' you can rename this as lon
BooleanInterp
Python
TheForArkLD
TheForArkLD
Oh cool esolang XD (i making language too but not esolang)3 years ago
TrevorHurst2
TrevorHurst2
shared a Post
3 years ago
I've started to work with Esolangs and made my own sort of glued-together one, The premise is simple, Go into the 'Test.bb' you can rename this as lon
BooleanInterp
Python
TrevorHurst2
TrevorHurst2
shared a Post
3 years ago
The turtles must learn to cross a very tight path in order to optimize their fitness and the weight of their movements! It's not perfect but I'm open
Bridge AI
Python (with Turtle)
Roar123
Roar123
This looks pretty interesting - how exactly does it work?3 years ago
TrevorHurst2
TrevorHurst2
shared a Post
3 years ago
The turtles are able to learn what moves to make in order to acheive their goal of making it to the next box Some inneficiencies could be: Algorithm u
Bridge AI
Python (with Turtle)
TrevorHurst2
TrevorHurst2
shared a Post
3 years ago
I have this raycasting program and I'd like to import some of it's classes from another repl, is there any way I can do this other than copying the fi
Raycasting
Python (with Turtle)
lynnlo
lynnlo
Copy the file and paste it into this repl. You can then use import {$nameofpythonfile}.py and then {$nameofpythonfile}.{$nameofpythonfunction}() to get the methods from another file.3 years ago
Roar123
Roar123
I'd recommend just copying and pasting it if you don't want to turn your other repl into a flask server with the code and then send a get request to it.3 years ago
SixBeeps
SixBeeps
No3 years ago