From 4e596e232d1c036406bfe6e49334f74780bc60cc Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sun, 30 May 2021 18:30:31 -0400 Subject: [PATCH] Add original Lua code from sutaburosu's version --- tunnel.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tunnel.py b/tunnel.py index 936ab00..8cdd43c 100644 --- a/tunnel.py +++ b/tunnel.py @@ -1,3 +1,21 @@ +# Original Lua/TIC-80 source was live-coded in +# 25 minutes by exoticorn during a 256-byte battle +# at outlinedemoparty.nl 2021-05-15 +# +# function TIC()t=time()/1e3 +# for i=0,32639 do +# x=i%240-120 +# y=i//240-68 +# z=20/(x*x+y*y)^.5+t +# q=z%9<6 and z-z%9+6 or z +# w=9/y+t +# c=y>0 and w