Log In  

Cart #nintweetasketch-0 | 2021-04-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Simple Etch-a-sketch tweetcart in 233 chars

Z and X -> Up and down
Left and Right -> as self
shaking is on the menu

the cart:

s,j,x,y,r,b= 1,64,64,64,rect,btn
menuitem(5,"∧",function()s=1end)::_::if s>0then
memset(24576,103,8191)s=0end
x+=(b(1)and 1)or(b(0)and-1or 0)y+=(b(5)and 1)or(b(4)and-1or 0)pset(x,y,0)for i=60,j do
r(j+i,j-i,j-i,j+i,8)end
flip()goto _
P#89936 2021-04-03 21:53

This is cool! Feels like a real etch-a-sketch with the Z and X buttons being up and down. Well done :)

P#92817 2021-05-30 18:58

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-19 08:26:25 | 0.009s | Q:18