Sprinkle Toes
@MrSprinkle
0
Simple BoidsSimple boids using Python's turtle module
0
0
0
image
This Python script generates random points and then connects them all in order to demonstrate Metcalfe's Law.
Metcalfe's Law:
The value of a com
Python (with Turtle)
2
Metcalfe's LawConnects all randomly generated points in order to demonstrate Metcalfe's Law.
76
1
2
I just made a simple little Python web crawler. It starts at the URL provided (START_URL at the top of the program) and it visits all the links on tha
Python
0
Python Web CrawlerVisits links on websites
11
0
0
A pong game in the console.
Reply with your top scores!
Controls:
UP ARROW - move player up
DOWN ARROW - move player down
Node.js
1
Turbo PongA pong game in the console.
Reply with your top score!
14
0
1
Made a really simple little minesweeper game in javascript. Code is probably really inefficient/poorly designed but it works ¯\\(ツ)/¯
Right click to
HTML, CSS, JS
Generates 3D terrain using ThreeJS in Javascript, faster and larger!
Controls
Hold and drag left mouse button to rotate the camera.
Hold and drag righ
HTML, CSS, JS
0
3D Terrain 2Generates 3D terrain in Javascript
14
0
0
Generates 3D terrain in Javascript using threejs.
Rotate the camera by dragging the left mouse button, pan using the right mouse button, zoom using th
HTML, CSS, JS
0
3D Terrain GeneratorGenerate 3D terrain with threejs
16
0
0
Generate 2D terrain using Javascript!
To adjust the resolution of the terrain, simply change the GRID_SIZE variable in index.js!
Controls
To move arou
HTML, CSS, JS
0
2D Terrain Generator2D terrain generator made in Javascript!
17
0
0
Diffusing pixels in a canvas.
Draw by holding down the left mouse button and moving the mouse around above the canvas.
HTML, CSS, JS
SixBeeps Erm, it looks like you have an undefined function named enableWebGLCanvas(). Mind fixing that?
Looks like you need to use getContext() instead.1 year ago
0
DiffusionDiffuses pixels in a canvas. Draw by holding down the left mouse button.
17
0
0
JS Terminal
Over the course of about a week whenever I had some free time I would work on this. Here's the result! (there will probably be more update
HTML, CSS, JS
Highwayman hm. can't seem to type anything. Though this is really sick looking with the blinking light and stuff :P1 year ago
1
JS TerminalA terminal simulation written in javascript.
If you make any modifications you think it should have leave a comment!
Command template (check the modding command for more details):
import {log, fillScreen, clear} from "../modules/terminal.js";
// runs when the user sends the command
export default (params) => {
// ...
}
`
6
1
1
angrydoge Dang. This is actually one of the most quality projects i've seen in a while...10 months ago
ZoftoGaming You should make it so when you dont choose one of the alternetive it says choose a valid option and then make it do it again3 years ago
I created this at 12:00am on iPad because I was bored.
It may not be bruteforce as it's usually known because it goes character by character. It can
Python