Log In  


Tiny Code Christmas

LoveByte’s Tiny Code Christmas is an event to help you take your first steps in demoscene sizecoding with Lua based fantasy consoles like TIC-80 and PICO-8!

Over 12 days, from the 12th to the 23rd of December, learn the effects and techniques used in Byte Jams, Byte Battles, and Tiny Intros!

About Tiny Code Christmas

Join us for 12 days of tiny challenges to gradually introduce you to size coding and effects!
A new video will be released each day to introduce a new concept and outline the challenge.

A little bit of programming knowledge will help but you don’t need a lot. The challenges will introduce demoscene concepts without jargon so it is friendly for newcomers to the scene! Tell your friends!

Sharing is caring!

If you feel like it, why not share what you’ve done with us on the LoveByte Discord, Twitter, or Mastodon using the hashtag #lovebytetcc

🎄 Join the Tiny Code Christmas challenge... 👩‍💻

8


5

I made my first entry this morning... 🎄
(actually ended up completing tasks for Day 1 AND 2 with this one! 😅)

Mastodon post
Tw*tter post

Cart #tcc_day1-0 | 2022-12-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Source (253 chars):

pal({0,129,131,3,-9,11,-6,7,7,-6,11,-5,3,131,129,0},1)z=0::_::cls()for i=z+1,z+127do
srand(i)pset(i-z,rnd(120),8)end
for i=0,98,.025do
a=t()/16%1+i
if sin(a+.25)>0then
y=16+cos(a)*a+a*2+sin(a)circfill(64+sin(a)*a+cos(a),y,y/12,i)end
end
z+=1flip()goto _

sick! I need to check out these videos. thx @Liquidream!!!



[Please log in to post a comment]