Skip to content
View triplrrr's full-sized avatar
🏢
Working Hard Every Day
🏢
Working Hard Every Day
Block or Report

Block or report triplrrr

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. dnd-management-bot dnd-management-bot Public

    A bot for managing D&D games over discord

    JavaScript 1

  2. Script that generates a solvable maz... Script that generates a solvable maze using Kruskal's algorithm
    1
    #!/usr/bin/python3
    2
    # Usage:
    3
    #     python3 kruskal.py [WIDTH] [HEIGHT]
    4
    #         If neither WIDTH nor HEIGHT is provided, a default width and height of 8 is used. 
    5
    #         If only WIDTH is provided, it is ued for both width and height. Extra arguments