Skip to content
Open navbar menu
Sign UpLog In
Profile icon

benji 10

@benji10
9 < benji < 11
  • 3D

    Cover page
    Made with Python (with Turtle)

    Press "p" to toggle perspective.

    UPDATE: Since the console isn't working with turtle anymore, it's now been replaced by the arrow keys. Press right arrow to go up, and left to go down, obviously.

    Recent comments (2)
    KirillUtusikov
    KirillUtusikov
    5 months ago

    it showing me just white screen with nothingness

  • Cube

    Cover page
    Made with HTML, CSS, JS

    better version than my 3D cube in python

    Recent comments (0)
  • Wallpaper

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • Word Bank

    Cover page
    Made with Node.js

    Basically a duplicate of IMayBeMe's original word bank. This is just a database of words. I guess the aim is to get every single word in the dictionary. Have fun!

    Recent comments (2)
    Cole5
    Cole5
    2 years ago

    e

  • Collision detection

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
benji10
benji10
published a Repl
2 years ago
0
Word Bank
Word BankBasically a duplicate of IMayBeMe's original word bank. This is just a database of words. I guess the aim is to get every single word in the dictionary. Have fun!
Cole5
Cole5
e2 years ago
benji10
benji10
shared a Post
2 years ago
Word Bank
#fun
#javascript
#nodejs
+1
This is a basically a duplicate of @IMayBeMe 's word bank, but it was so fun, I had to give it a try. I wrote it in node and stuff so it should be qui
Word Bank
Node.js
IMayBeMe
IMayBeMe
This is great, it's definitely way quicker and smoother than mine which has turned out to be really slow. Also, I really think that the error message looks great and goes perfectly with the world bank.2 years ago
benji10
benji10
shared a Post
2 years ago
Just messing around with html canvas, got something cool. Tried to minimize as much as possible to get the least number of chars. A bit slow I think b
Squares
HTML, CSS, JS
benji10
benji10
shared a Post
2 years ago
This is a platformer collision detection thing I've been working on for quite a while now.
Collision detection
HTML, CSS, JS
mwilki7
mwilki7
h0ly sm0kes the collision resolution is nice2 years ago
benji10
benji10
shared a Post
3 years ago
An improved version of my python project where it visualizes a cube in multiple dimensions. Will go up to 12 dimensions depending on stuff.
Cube
HTML, CSS, JS
DynamicSquid
DynamicSquid
This is actually kinda cool! But what's 4D?3 years ago
benji10
benji10
Here is my python one if anyone's interested. https://repl.it/talk/share/any-dimensional-cube/362893 years ago
benji10
benji10
shared a Post
3 years ago
The program will create a cube in any dimensions and display it. repl.it will only allow up to 5 dimensions though. Press "p" to toggle perspective wh
3D
Python (with Turtle)
CodingGoose
CodingGoose
The 4D cube makes my brain hurt. Love the animation!3 years ago
JonathanBrazier
JonathanBrazier
How did you detect when p was pressed? 3 years ago
benji10
benji10
shared a Post
3 years ago
my first repl project.The snake game. You can customize it by changing the code a bit.
Snake
Python (with Turtle)