Skip to content
View totallyuniquelily's full-sized avatar

Block or report totallyuniquelily

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. (Badly implemented) Sliding block pu... (Badly implemented) Sliding block puzzle in Tcl/Tk
    1
    #! /bin/env tclsh
    2
    package require Tk 8.6
    3
    
                  
    4
    wm geometry . 400x400
    5
    font create mainfont -family Consolas -size 40
  2. hex_pixel_editor hex_pixel_editor Public

    Possibly, eventually, an image editor for colormap PNGs

    Rust

  3. breakout breakout Public

    An atrocious breakout clone in Rust.

    Rust