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 Public

    A random tetrimino game made for the Playdate console.

    Lua 129 11

  2. txt Public

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

    C 3 1

  3. toast Public

    A small testing framework written in Umka

    1

  4. a Love2D 11.x simple wrapper library...
    1
    local floor = math.floor
    2
    
                  
    3
    local canvas = {}
    4
    canvas._version = "0.1.0"
    5
    canvas.frame, canvas.time = 0, 0
  5. highlighters.kak Public

    a set of Kakoune highlighters for various programming languages

    KakouneScript 1

  6. rectcut.lua Public

    an implementation of the RectCut layouting system for Lua

    Lua