Skip to content
View Ztuu's full-sized avatar
👾
Not committing to master
👾
Not committing to master
Block or Report

Block or report Ztuu

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

  1. Masters-Project Masters-Project Public

    Investigating intuitive level design by developing a game prototype

    C#

  2. MHRise_Ele_Check MHRise_Ele_Check Public

    An open source React Native app to view elemental weaknesses for monsters in Monster Hunter Rise. Available on Google Play!

    JavaScript 3

  3. Discord-Python-Bot-Tutorial Discord-Python-Bot-Tutorial Public

    A simple discord bot exercise as a teaching exercise for learning Python and Discord.py.

    Python 9 2

  4. Discord-Python-Bot-Model-Answer Discord-Python-Bot-Model-Answer Public

    Model answer to the discord python bot tutorial I created

    Python 1

  5. OpenGL_Games_Programming OpenGL_Games_Programming Public

    Some common games algorithms implemented in C++ and OpenGL

    C++

  6. ROT13 Function in C ROT13 Function in C
    1
    #include <stddef.h>
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    #include <string.h>
    5