Little scale-based note player, even has a surprise at the end!
by Sava
12
MIDI PLAYER
Very small compressed midi player, the file must be put through my other program first. Has exactly 80 lines of code
by Sava
1
FROGS CROAK
Frogs Croak text morphing
by potato imaginator
RICE FIELD
Enjoy Animation
by potato imaginator
WATERFALL SWORD - SWORDTEMBER 2025
Waterfall Sword for Swordtember 2025
by potato imaginator
CRT GRAPHICS
A demo for techniques that take advantage of CRT screens
by Marioio333
DFS MAZE GENERATOR AND A* SOLVER
simple DFS maze generator and A* solver
by Sava
AFTERIMAGE DEMO
A demo for an afterimage effect
by Marioio333
WATERMELON 3
Bipolar Coordinates Watermelon Animation
by potato imaginator
WATERMELON 4
Stereographic Projection of Watermelon Animation
by potato imaginator
WATERMELON 2
Bipolar Coordinates Watermelon Animation
by potato imaginator
CHAIKIN CURVES
Summing sine waves onto chaikin curves
by cheepchip
WATERMELON 1
Watermelon Recursion Animation
by potato imaginator
FRACTAL BLOCKS
partial 2d demake of Fractal Block World
by Sava
LOVE BYTE 2024
Animation i made for love byte 2024
by potato imaginator
VERLET PHYSICS
Simple particle constraint based physics
by cheepchip
EYES
Eyes. That's it. Solve them... if you dare to
by Sava
2
SPRITE SCALING
a sprite scaling demo. it does not use real sprites but instead uses data
by Ricarinium
SORTING
Cool sorting algorithm visualiser, featuring 6 different sorting alrogithms. Has exactly 250 lines of code
by Sava
SAVING DATA OPTIMIZATION
A demo for storing multiple boolean values in a single memory slot
by Marioio333
RUST LAND GENERATOR
A tech demo of destructable land/terrian generator for TIC-80 written in Rust and compiled into WASM. Full description: https://github.com/AlexanDDOS/tic80-land-generator
by AlexanDDOS
SMOOTH MANDELBROT SET EXPLORER
Runs at 60 fps on my PC, pretty optimized. Uses a double buffer approach