Add xor-feet demo
This commit is contained in:
parent
bf16fe3a6c
commit
df3ef46afd
1 changed files with 10 additions and 0 deletions
10
editor/xor-feet.c6l
Normal file
10
editor/xor-feet.c6l
Normal file
|
@ -0,0 +1,10 @@
|
|||
if first() then
|
||||
clear_screen()
|
||||
end
|
||||
|
||||
for y do 200 times
|
||||
x = time()
|
||||
if bitxor(x, y) <= x then
|
||||
pixel_draw(x, 200 - y)
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue