Trevor Hurst
@TrevorHurst2
0
Lab6My lab6
233
5
0
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
Python
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
Python (with Turtle)
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
Python
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
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
Python
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
Python
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
Python (with Turtle)
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
Python (with Turtle)
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
Python (with Turtle)
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 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