Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Eric W

@EricW9888
Reno
GitHub
Website
  • Floppy fish

    Cover page
    Made with Pygame

    A game where a player maneuvers a fish through spaces between pipes with the W and S keys or up and down arrow keys.

    Recent comments (6)
    RobertsE
    RobertsE
    6 months ago

    Floppy Fish is a mobile game app where players tap the screen to help a floppy fish swim through obstacles and collect coins. It's similar to the popular game Flappy Bird. https://www.myhealthatvanderbilt.net/

    MilesBordak
    MilesBordak
    7 months ago

    no falling mechanic makes it harder lol

    KenliLanders
    KenliLanders
    7 months ago

    FUN

  • Neo Pong

    Cover page
    Made with Pygame

    2 player game that uses W and S keys and up and down arrow keys to move paddles up and down to rally a ball.

    Recent comments (0)
  • Brute force password guesser with user interface

    Cover page
    Made with Python

    Uses brute force to guess passwords.

    Recent comments (11)
    Shelbycompanyyyy
    Shelbycompanyyyy
    8 months ago

    Well my password is nice and strong... Display process?no Allow the algorithm to use character types as clues?no Password guessed in 30750590660130009891 tries.

    Shelbycompanyyyy
    Shelbycompanyyyy
    8 months ago

    ERR: Traceback (most recent call last): File "main.py", line 63, in estimated = estimate(characters, password) File "main.py", line 48, in estimate value = (len(characters) ** index) * indexes[i] IndexError: list index out of range

    ahumblecoder
    ahumblecoder
    8 months ago

    use a dict instead of a list with tuples for the characters.

    ProtonExplosion1
    ProtonExplosion1
    8 months ago

    Impressive but also not. It should go through a list of commonly used passwords before it tries to bruteforce its way. For example: image

    It still has yet to get it right.

    boston2029
    boston2029
    8 months ago

    Wow, that's impressive. Definitely takes a bit but it's cool!

  • False Binary encoder with user interface

    Cover page
    Made with Python

    Encodes messages by converting string to binary, then applying various ciphers to decode the message. Also decodes messages in binary encoded in the same way.

    Recent comments (0)
  • Maze solver

    Cover page
    Made with Pygame

    A 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.

    Recent comments (0)
EricW9888
EricW9888
published a Repl
•2 months ago
0
ScreenSafe function testing
ScreenSafe function testing
EricW9888
EricW9888
published a Repl
•2 months ago
0
ScreenGuardian Web Documentation
ScreenGuardian Web DocumentationOfficial web documentation page for the EyeSmart Desktop app
EricW9888
EricW9888
published a Repl
•2 months ago
0
EricW9888
EricW9888
published a Repl
•5 months ago
1
Maze solver 2
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.
EricW9888
EricW9888
published a Repl
•6 months ago
3
Maze solver
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.
EricW9888
EricW9888
published a Repl
•6 months ago
2
Python text function package
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).
EricW9888
EricW9888
published a Repl
•6 months ago
2
Floppy fish 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.
EricW9888
EricW9888
published a Repl
•6 months ago
0
Password generator with user interface
Password generator with user interfaceGenerates a password based on character types inputted by a user.
EricW9888
EricW9888
published a Repl
•7 months ago
2
Anagram solver with user interface
Anagram solver with user interfaceOutputs likely solutions to an input anagram.
EricW9888
EricW9888
published a Repl
•7 months ago
2
Arithmetic calculator with user interface
Arithmetic calculator with user interfaceCalculator with a user interface.
EricW9888
EricW9888
published a Repl
•7 months ago
0
Base 1 calculator
Base 1 calculatorAdds, subtracts, multiplies, or divides numbers in base 1 and returns the answer in base 1.
EricW9888
EricW9888
published a Repl
•8 months ago
4
Brute force password guesser with user interface
Brute force password guesser with user interfaceUses brute force to guess passwords.
ahumblecoder
ahumblecoder
use a dict instead of a list with tuples for the characters.8 months ago
Shelbycompanyyyy
Shelbycompanyyyy
ERR: Traceback (most recent call last): File "main.py", line 63, in <module> estimated = estimate(characters, password) File "main.py", line 48, in estimate value = (len(characters) ** index) * indexes[i] IndexError: list index out of range8 months ago
EricW9888
EricW9888
published a Repl
•8 months ago
2
False Binary encoder with user interface
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.
EricW9888
EricW9888
published a Repl
•9 months ago
7
Floppy fish
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.
KenliLanders
KenliLanders
FUN 7 months ago
MilesBordak
MilesBordak
no falling mechanic makes it harder lol7 months ago
EricW9888
EricW9888
published a Repl
•9 months ago
3
Neo Pong
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.
EricW9888
EricW9888
published a Repl
•9 months ago
2
Number guessing challenge
Number guessing challengePlay a number guessing game against a computer
EricW9888
EricW9888
published a Repl
•1 year ago
3
Water drop catcher
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.
EricW9888
EricW9888
published a Repl
•1 year ago
3
Water drop catcher
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.
EricW9888
EricW9888
published a Repl
•1 year ago
3
Water drop catcher
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.
EricW9888
EricW9888
published a Repl
•1 year ago
3
Etch a sketch
Etch a sketchUse the arrow keys to draw.
EricW9888
EricW9888
Use the arrow keys to draw.1 year ago
COOKIEPOLICE
COOKIEPOLICE
Add mobile support with pygwidgets buttons1 year ago