| Name | Description | Size | Visibility | ||
|---|---|---|---|---|---|
|
Graphs circles (ellipses, hyperbolas, and parabolas in progress).
|
1.46 KB | Public |
|
||
|
Simulates a sum of a Fourier sequence.
|
168 Bytes | Public |
|
||
|
Approximates a fraction from a decimal value and a specified tolerance.
|
312 Bytes | Public |
|
||
|
Plot parametric graphs with parametric_graph(x_function, y_function, tMin, tMax).
|
1.08 KB | Public |
|
||
|
|
1.7 KB | Public |
|
||
|
Type scribble(), press enter, and watch the color-show.
|
619 Bytes | Public |
|
||
|
A program for the rough integration of functions.
|
442 Bytes | Public |
|
||
|
Play a simple stacking game using Tetris blocks (lite version). You have the whole screen to stack and order blocks however you want. You can move and rotate the blocks but you cannot remove blocks. The game ends when you reach the top of the screen. Start the game by executing the play() function. Type a character and press EXE to move or rotate your block. Press 4 to move left, 6 to move right, 7 to rotate 90 degrees counterclockwise, 9 to rotate 90 degrees clockwise, and any other key to drop.
|
2.28 KB | Public |
|
||
|
Play a simple stacking game using tetris blocks. You have the whole screen to stack and order blocks however you want. You can move and rotate the blocks but you cannot remove blocks. The game ends when you reach the top of the screen. Start the game by executing the play() function. Type a character and press EXE to move or rotate your block. Press 4 to move left, 6 to move right, 7 to rotate 90 degrees counterclockwise, 9 to rotate 90 degrees clockwise, and any other key to drop.
|
3.17 KB | Public |
|
||
|
Draws a dragon curve using the turtle library. Run with dragon_run().
|
648 Bytes | Public |
|
||
|
|
2.13 KB | Public |
|
||
|
Uses the turtle library to draw a Hilbert space-filling curve. This is what I came up with after a little bit of searching on the internet. Run with hilbert_run() and modify that function to modify the output.
|
686 Bytes | Public |
|