Search
Items tagged with: lovebytetcc
I thought I'd stop doing those but they're too much fun.
https://git.sr.ht/~rabbits/decadv/tree/main/item/tcc/day8.tal
https://tcc.lovebyte.party/
https://rabbits.srht.site/decadv/
#DecemberAdventure
https://git.sr.ht/~rabbits/decadv/tree/main/item/tcc/day3.tal
https://git.sr.ht/~rabbits/decadv/tree/main/item/tcc/day2.tal
https://git.sr.ht/~rabbits/decadv/tree/main/item/tcc/day1.tal
Anyone tackling 🎄Tiny Code Christmas 🎄as part of their #DecemberAdventure ?
It’s a relaxed series of 12 daily challenges based around Demoscene effects and Sizecoding on Fantasy Consoles, with videos covering both #tic80 and #pico8
There’s no time limit or leaderboards and you can start and finish whenever you want. There’s even some extra challenges if you took part last year!
Take a look at #lovebytetcc to see what people are making and then head over to the website to get started: https://tcc.lovebyte.party
𝑻𝒊𝒏𝒚 𝑪𝒐𝒅𝒆 𝑪𝒉𝒓𝒊𝒔𝒕𝒎𝒂𝒔 𝟮𝟬𝟮𝟯
Over 12 days, from the 11th to the 22nd of December, learn the effects and techniques used in Byte Jams, Byte Battles, and Tiny Intros!
Make sure to check out this super cool invitation+explainer by @jtruk and @dave84 ... pick your poison!
⭐ PICO-8: https://youtu.be/f694SdjhUBA
⭐ TIC-80: https://youtu.be/Rseb2JgDMuc
Tiny Code Christmas (TCC) 2023 Invite - PICO-8
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! ...YouTube
https://tcc.lovebyte.party/day9/
The Ninth Day of Tiny Code
Tiny Code Christmas - Day 9 Welcome to Day 9 of Tiny Code Christmas! If you’re just joining us don’t forget to check out the overview, and start at Day 1! You can start whenever you like, there are no deadlines! Today we’re look at a classic shadebob…Tiny Code Christmas
Day 1&2 237 Chars
function _draw()
cls()
r=rectfill
e=127
r(0,0,e,e,1)
for i=0,127,1 do
pset(i%e,(i*9+t()*20)%e,7)
end
r(0,100,e,e,13)
r(60,80,68,99,4)
for i=0,31,1 do
c=(flr(t())*i%15)+1
v=i*2
r(32+i+i%10,80-v,98-i-i%10,90-v,c)
end
end
function z(x,a,f,t)return cos(f*x)*a*((t-x)/t)end
r=rectfill
::_::
flip()r(0,0,128,128,6)r(0,0,128,103,7)r(0,0,128,98,12)
r(60,100,68,88,4)r(60,100,68,99,9)
for i=0,50 do
w=z(i,50,20,50)x,y=64-(w/2),88-i
line(x,y,x+w,y,3)
end
?"★",61,37,10
goto _
#lovebytetcc
The text scrolling effect is only 90 bytes(excluding the 256 bytes long sin LUT, and font assets)
#LoveByteTCC - day 3
posting two.
(maybe i'm 15 again? Back to school.. and I'm a little rusty.)
"The first challenge is to get an animated tunnel effect on the screen! Use two for loops to address every pixel, and use the polar coordinates to set the colour!"
https://tcc.lovebyte.party/day5/
The Fifth Day of Tiny Code
Tiny Code Christmas - Day 5 Welcome to Day 5 of Tiny Code Christmas! If you’re just joining us don’t forget to check out the overview, and start at Day 1! You can start whenever you like, there are no deadlines! Today we’re going to look at our secon…Tiny Code Christmas