Skip to content
View thacuber2a03's full-sized avatar
🧊
cube
🧊
cube

Block or report thacuber2a03

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
thacuber2a03/README.md

I write a lot of Lua and C stuff. I'm too lazy to actually write a README I like DRY so just check my page

Pinned Loading

  1. BlockDate BlockDate Public

    A random tetrimino game made for the Playdate console.

    Lua 128 11

  2. txt txt Public

    a text based game framework, sorta like cel7 but not quite

    C 4

  3. toast toast Public

    A small testing framework written in Umka

    1

  4. raytracing-rust raytracing-rust Public

    Raytracing in One Weekend, written in Rust

    Rust

  5. a Love2D 11.x simple wrapper library... a Love2D 11.x simple wrapper library for rendering games with a fixed update rate and chunky pixels
    1
    local floor = math.floor
    2
    
                  
    3
    local canvas = {}
    4
    canvas._version = "0.1.0"
    5
    canvas.frame, canvas.time = 0, 0