Skip to content
View olivegamestudio's full-sized avatar

Block or report olivegamestudio

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. Utility.Result Utility.Result Public

    A utility library with Result type. This type provides a means of returning success or failure from a function and an optional value. Great for avoiding throwing exceptions which are expensive and …

    C#

  2. Utility.Toolkit Utility.Toolkit Public

    A utility library with helper classes, such as ObservableObjectT.cs and ICommandT interface.

    C# 1

  3. SparkIO SparkIO Public

    A file system wrapper library with functions to open files. Intention to wrap up MonoGame (TitleContainer implementation) and hide the different implementatons away from the consumers.

    C#

  4. Pilgrimage Pilgrimage Public

    Pilgrimage is a Quest and Inventory library. The ability to create an serious of connected quests and rewards using the quest service. The inventory service looks after the items collected and stor…

    C#

  5. Musts Musts Public

    Musts is a unit test helper library, to encourage writing things like value.MustBeTrue() and result.MustBeSuccess();

    C#

  6. Utility.Guard Utility.Guard Public

    A guard class and methods to replace the if... throw exception in a constructor.

    C#