Skip to content
View johnsimpsen's full-sized avatar

Block or report johnsimpsen

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. Complex_Number_Calculator Complex_Number_Calculator Public

    program that is able to calculate various arithmetic and comparison operators on real and complex numbers

    C++

  2. Amazon_Driver_Manager Amazon_Driver_Manager Public

    Manages drivers (name and area) in a linked list by inputting a list of coordinates from a file and outputting data based on an input from a command file

    C++

  3. Plane_Game_Prototype Plane_Game_Prototype Public

    Plane Game similar to the gameplay of 1942 from Capcom in 1984. Made using pygame, all code and assets were made by me specifically for this project.

    Python

  4. TntSpawner TntSpawner Public

    A plugin for Minecraft Java 1.21.1+ that spawns TNT on the player. Inspired by those videos on Youtube "Minecraft but..."

    Java

  5. martingale-strategy-simulation martingale-strategy-simulation Public

    A simulation to test the statistics of the martingale strategy on a roulette wheel.

    C++

  6. Multiplication_Game Multiplication_Game Public

    Replication of Multiplication game from https://www.mathsisfun.com/games/multiplication-game.html in MIPS Assembly

    Assembly