fringilloid - a 128b intro for TIC-80

Опубликовано: 11 Сентябрь 2026
на канале: Gasman
734
26

Presented at Lovebyte 2021, a demo party devoted to creating things in very small file sizes. The visuals here are created by a 128b executable for the TIC-80 virtual console.

Download: http://files.zxdemo.org/gasman/tic80/...
Demozoo: https://demozoo.org/productions/291238/
Pouet: https://www.pouet.net/prod.php?which=...

Source code:
function TIC()u=20*math.sin(time()/536)n=20*math.sin(time()/368)for t=0,240 do for c=0,240 do pix(t,c,(math.sqrt((t-120+u)^2+(c-68+n)^2)//8~math.sqrt((t-120-u)^2+(c-68-n)^2)//8)*4)end end end