Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
123tris
Follow
I love deleting code

Tristan Metz 123tris

I love deleting code
Game Engineer and Tools programmer

Organizations

Block or report 123tris

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Tristeon/Tristeon3D Tristeon/Tristeon3D Public archive

    [Deprecated] A 3D Engine built by two Game Engineering students.

    C++ 71 11

  2. CTB-Editor CTB-Editor Public

    An editor for osu ctb made in Unity

    C# 8 2

  3. A unity script for easily delaying p... A unity script for easily delaying parts of your code
    1 //----------- Example code -----------
    2 float health = 5;
    3 CooldownManager.Cooldown(2, () => health++); //Delay health increment by 2 seconds
    4
    5 CooldownManager.Cooldown(5, Shoot); //Invoke shoot in 5 seconds
  4. Tristeon/Tristeon Tristeon/Tristeon Public archive

    A free, open-source, cross-platform 2D platformer game engine, designed to enable quick prototyping and reduce development time.

    C++ 15 1