☆ Game made in Tic80! Avoid the asteroids! Its my launching something made in Tic80, im happy with this♥ Made for TweetTweet Jam using exactly 560 characters! The entire game are in the Code section! Programmed in LUA ☆ Controls Arrows to move![Esc] to pause![Z][X] for the engine options!
☆ Code
c=math.random x,y,t,u=120,65,0,0 b,e={},{} function TIC() t=t+1 u=u+1 if u/59>1 then table.insert(b,{120,-28,12,t}) table.insert(e,{c(0,240),-170,c(39,60),t}) u=0 end cls() for p=1,#b do for i=1,3 do for a=0,1 do g=b[p] circ(g[1]-((15+30*i)*((a*2)-1)), g[2]+(t-g[4])*0.3*i, g[3]+i*7, 2+i-1) end end end for z=1,#e do s=e[z] p=s[1] o=s[2]+t-s[4] circ(p,o,s[3],14) if ((x-p)^2+(y-o-5)^2)^0.5<s[3] or x>240 or x<0 then reset() end end for i=0,3 do if btn(i) then if i<2 then y=y+(i*2-1) else x=x+((i-2)*2-1) end end end tri(x-5,y,x+5,y,x,y-9,7) print(t,9,9,8) end
Status | Released |
Platforms | HTML5 |
Release date | Feb 28, 2020 |
Rating | Rated 4.3 out of 5 stars (10 total ratings) |
Author | The Green Herring |
Genre | Adventure |
Made with | bitsy |
Tags | Bitsy, Narrative, Sci-fi, Violent |
Average session | A few seconds |
Inputs | Keyboard, Gamepad (any), Smartphone |
Development log
- v1.01 released!Mar 04, 2020