Skip to main content

Search

Items tagged with: lovebytetcc


in which i did the "extra" challenge on day 9 of #lovebytetcc and ended up with this in 247 characters of tic80 lua


Decided to revisit trying to make one of these 3d tunnels effects after failing last year, with some help from the #lovebytetcc folks, I was able to make a neat 210 bytes demo and learnt a neat trick to approximate distance between two points without a square root function.
https://rabbits.srht.site/decadv/
#DecemberAdventure


It's amazing to see this year's #lovebytetcc with so much language variety, ocaml, BQN, k, etc.. Unfortunately, very few concatenative languages as usual.


Decided to start on #lovebytetcc. A tree in 159 bytes of #uxn assembled directly in my little flow-based operating system designed to do livecoding stuff.
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

#lovebytetcc #tic80 #pico8


It was fun to try and solve today's #LoveByteTCC without a means to peek/poke at the framebuffer. I mean, I could add a .Screen/peek port, but where's the fun in that. Instead, I've drawn a texture in memory and repaint in on change. 118 bytes without the sin table.

https://tcc.lovebyte.party/day9/


It's too hard for me, I've never been good with trigonometry and this one is kicking my butt. I'll wait for tomorrow's #LoveByteTCC puzzle.


Still trying to figure out how to atan2 in assembly for #LoveByteTCC. Translated some c64 routines that gets me close, but still ways away.


Been thoroughly enjoying #LoveByteTCC #Pico8
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


Day 1 246Chars

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


Content warning: hypnotizing swirly gif


a little late and hopefully i can catch up or at least continue later.

#LoveByteTCC - day 3

posting two.

(maybe i'm 15 again? Back to school.. and I'm a little rusty.)


Woah, today's #LoveByteTCC is cool. Never done something like this before.

"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/


Late to the party, but decided to participate in #lovebytetcc in order. Let's pretend that this bird's eye view of a christmas tree is my entry for day 1. 1024 bytes of #fennel code in #tic80.

Lo, thar be cookies on this site to keep track of your login. By clicking 'okay', you are CONSENTING to this.