Skip to content
View Liam-OShea's full-sized avatar

Block or report Liam-OShea

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

    A 2D action platformer created in Unity. Play as Sherman and wield the legendary Ricochet gun. Save the world.

    C# 2

  2. Java-scanner Java-scanner Public

    This program implements a scanner which reads from standard input and outputs a token stream to standard output.

    Java 1

  3. 3D-platformer 3D-platformer Public

    A short 3D platformer created in Unity with two levels

    C# 1

  4. LiamsGameOfLife LiamsGameOfLife Public

    Text based implementation of Conway's game of life.

    Java

  5. CPU-heap-triage CPU-heap-triage Public

    This program reads a number of Processes from a text file, and simulates the priority behaviour of a CPU triaging processes using a Heap data structure. Output is shown for before, during, and afte…

    Java

  6. Graph-adjmatrix-BFS Graph-adjmatrix-BFS Public

    This program builds a graph data structure based on input given in an external text file. The program builds and displays an adjacency matrix representing the graph, and then performs and displays …

    Java