Repls
Community
0
0
ScreenGuardian Web DocumentationOfficial web documentation page for the EyeSmart Desktop app
0
0
0
0
1
Maze solver 2A breadth-first search algorithm that solves mazes. To create your own maze, fork the repl and then modify the "maze" variable. "#" represents a wall, "!" represents the starting point, "*" represents the end point, and a space represents a path.
2
0
1
3
Maze solverA depth-first search algorithm that solves mazes. To create your own maze, fork the repl and then modify the "maze" variable. "#" represents a wall, "!" represents the starting point, "*" represents the end point, and a space represents a path.
24
0
3
2
Python text function packageA package with text effect functions I created. To use these functions, fork the reply and download "main.py". rename it to whatever you wish and add it to the project directory of the program you plan to use these effects in. In the top line of your main program file, add the following line: "from yourmodifiedname import *" where "yourmodifiedname" is the name you renamed the file to. you can then use the functions by typing "functionname("Your text here")" or "functionname(Your variable name here).
0
0
2
2
Floppy fish 2An improved version of floppy fish, a game where a player maneuvers a fish through spaces between pipes by flopping with the spacebar.
19
0
2
0
Password generator with user interfaceGenerates a password based on character types inputted by a user.
8
0
0
2
Anagram solver with user interfaceOutputs likely solutions to an input anagram.
22
0
2
2
Arithmetic calculator with user interfaceCalculator with a user interface.
87
0
2
0
Base 1 calculatorAdds, subtracts, multiplies, or divides numbers in base 1 and returns the answer in base 1.
8
0
0
4
Brute force password guesser with user interfaceUses brute force to guess passwords.
261
11
4
2
False Binary encoder with user interfaceEncodes messages by converting string to binary, then applying various ciphers to decode the message. Also decodes messages in binary encoded in the same way.
64
0
2
7
Floppy fishA game where a player maneuvers a fish through spaces between pipes with the W and S keys or up and down arrow keys.
381
6
7
3
Neo Pong2 player game that uses W and S keys and up and down arrow keys to move paddles up and down to rally a ball.
142
0
3
2
Number guessing challengePlay a number guessing game against a computer
83
0
2
3
Water drop catcherA game where a player used the left and right or a and d arrow keys to move a cup and catch falling water droplets.
109
0
3
3
Water drop catcherA game where a player used the left and right or a and d arrow keys to move a cup and catch falling water droplets.
109
0
3
3
Water drop catcherA game where a player used the left and right or a and d arrow keys to move a cup and catch falling water droplets.
109
0
3
3
Etch a sketchUse the arrow keys to draw.
358
3
3