Skip to content
View peggalex's full-sized avatar

Block or report peggalex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. LoLTeamBuilder LoLTeamBuilder Public

    A script with a specific algorithm to create balanced League of Legends teams using rank and first/second lane preferences.

    Python 1

  2. 2048JavaGame 2048JavaGame Public

    A 2048 game implementation with native java swing and MVC structure

    Java

  3. RhymeFinder RhymeFinder Public

    A python function to find rhyming words using a primitive algorithm I came up with

    Python

  4. PaintApp PaintApp Public

    A second year uni assignment about implementing Paint app functionality using native java swing and awt

    Java

  5. turtleArt turtleArt Public

    A turtle art project I worked on outside of class, it uses different turtle methods to create an animated landscape

    Python

  6. shunting-yard_parser shunting-yard_parser Public

    A python script that parses mathematical equations, printing them into a tree of operations (using turtle) and evaluating the equation. If you pip install sympy, it can also recognise mathematical …

    Python