Skip to content

Instantly share code, notes, and snippets.

View Darenn's full-sized avatar
🎯
Focusing

Darenn Keller Darenn

🎯
Focusing
View GitHub Profile
@Darenn
Darenn / happy_birthday.py
Created June 22, 2023 08:28
Happy birthday program for the tiny circuit thumby displaying a birthday cake and playing music
import thumby
import time
# BITMAP: width: 42, height: 42
bitmap0 = bytearray([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,234,228,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
128,64,32,32,16,16,16,8,8,104,104,8,8,4,4,4,4,4,0,255,0,0,255,0,4,4,4,4,4,8,8,8,8,136,136,16,16,16,32,32,64,128,
255,124,248,248,240,240,240,224,224,224,224,224,224,192,204,204,192,192,192,193,193,193,193,192,192,192,204,204,192,224,224,224,224,225,225,240,240,240,248,248,124,255,
255,239,222,222,189,189,123,123,123,123,123,123,123,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,123,123,123,123,123,123,189,189,189,222,222,239,255,
1,3,3,7,7,7,15,15,15,15,15,15,31,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,31,15,15,15,15,15,15,7,7,7,3,3,1,
@Darenn
Darenn / raining_cats.c4s
Created March 9, 2022 08:58
It's Raining Cats - A game for Click4 Fantasy Computer
;; It's raining cats video game for Click4 Fantasy console
;; This is a click4 script (.c4s), please open it with Click4 IDE
;; Made by Darenn Keller
#alloc player_pos_x2 0
#alloc player_pos_x1 2
#alloc nme_pos_x1 1
#alloc nme_pos_x2 2
@Darenn
Darenn / turnip_exchange_bot.js
Last active May 18, 2020 09:14
Bot to automatically join the island queue when a place is free on the https://turnip.exchange/ website.
// Turnip Exchange Bot
// Made by Darenn Keller licensed under MIT
// Automatically join the island queue when a place is free
// on the https://turnip.exchange/ website.
// Prerequisites:
// Please make sure you already set up your in-game name on the website
// HOW TO USE
@Darenn
Darenn / link_parser.gd
Created April 13, 2020 16:52
A very simple #gdscript class to parse custom commands on an #Ink script, a narrative script language made by @inkleStudios. It also converts custom inline tags to support text formatting.