☆ 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
StatusPrototype
PlatformsHTML5
Rating
Rated 4.7 out of 5 stars
(3 total ratings)
AuthorLâin
GenreSurvival
Made withTIC-80
Tags16-bit, 2D, artgame, Bullet Hell, Endless, PICO-8, Pixel Art, Singleplayer, TIC-80, Touhou
Average sessionA few seconds
InputsKeyboard
AccessibilityColor-blind friendly, Configurable controls, High-contrast, Textless

Comments

Log in with itch.io to leave a comment.

(+1)

Wow this is a nice game and u made in just a short lines..... Wow

(+1)

Fun game! I like the colourful look to it, and the player movement is nice and smooth. Great entry! :)

(+1)

can't believe you managed to make something this pretty with just 560 characters! Great job!

Thank you!<3<3<3 the gameplay is simple, but i try to do my best with the visual

(+1)

The background with the parallax effect and the color gradation is gorgeous! And the gameplay is nice as well :)

Thank you!<3 with how limited it is, i try to make it look cute as well