Skip to content
View Outry08's full-sized avatar
Block or Report

Block or report Outry08

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

Pinned Loading

  1. CribbageHandAnalyzer CribbageHandAnalyzer Public

    A tool to analyze card hands in the game of cribbage. Analyzes the odds of getting certain cuts, and calculates the maximum and minimum potential point scores of a given hand to aid in decision-mak…

    C++

  2. SQL-Library SQL-Library Public

    A library with implementations of SQL commands within C using structs, pointers, and functions. Plan to make the ability to convert tables between C and SQL.

    C

  3. Paper-Mario-Website Paper-Mario-Website Public

    A Paper Mario fan site made in HTML/CSS with a high degree of care, passion, and detail.

    HTML

  4. Billiards Billiards Public

    A re-creation of the Billiards game with a top-down perspective. Made by integrating C, Python, SQL, HTML, CSS, and JavaScript. Utilizes the client-server model to send data between Python (the ser…

    Python

  5. PaperMarioMetroidvania PaperMarioMetroidvania Public

    2D platformer metroivania game in the art style of Paper Mario. Made in Unity with C# scripts.

    C#

  6. Mancala Mancala Public

    A Re-creation of the board game, Mancala. This project makes use of object-oriented principles such as polymorphism, inheritance, and encapsulation. It also utilizes the Java Swing UI builder, as w…

    Java