Skip to content
View Loathed94's full-sized avatar

Block or report Loathed94

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. TicTacToe-over-TCP TicTacToe-over-TCP Public

    A TicTacToe game played by two players on a terminal over a TCP connection either on the same computer, on the same network or over the internet.

    Java

  2. Bacons-Law Bacons-Law Public

    A graph construction that uses unweighted shortest path algorithm to find the shortest path to Kevin Bacon from any actor connecting actors via movies they've starred in. (Look up Bacon's Law for m…

    Java

  3. Gomoku-Minimax Gomoku-Minimax Public

    A Gomoku game using minimax algorithm with alpha-beta pruning to create a smart computer opponent.

    Java

  4. Map-Application Map-Application Public

    A JavaFX application that allows users to import a picture (map intended) and then make markers on it for modes of transportation with information about it as well as searching for existing markers.

    Java

  5. 2D-Game-Engine 2D-Game-Engine Public

    A 2D game made with a simple game engine. The game itself is crap and no fun to play, this was an assignment that focused on creating a working engine.

    C++

  6. Graphical-Calculator Graphical-Calculator Public

    A simple calculator done in JavaFX.

    Java