Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Questle RunView game page

A tiny arcade space race
Submitted by Andrew — 10 days, 8 minutes before the deadline
Add to collection

Play game

Questle Run's itch.io page

Compressed Bytes used
864

Source Code (OPTIONAL)
★={}function n★()
s={
x=rnd()*128-64,
y=rnd()*128-64,
s=1.0002
}end
v=1
u=1
function l()
x=100
y=150
e=0
v=1
w=900.01
u=1
end
function m()
s.x*=s.s
s.y*=s.s
s.s+=0.0004*v
if btn(⬅️)do s.x+=2.3*u end
if btn(➡️)do s.x-=2.3*u end
if btn(⬆️)do s.y+=2.3*u end
if btn(⬇️)do s.y-=2.3*u end
d=sqrt(s.x^2+s.y^2)
if d==0do d=32000end
end
function c(f,m,l)color(s.s>1.03and l or s.s>1.01and m or f)
end
for i=1,25do
n★()
★[i]=s
end
function _update()
cls()
for i=1,25do
s=★[i]
m()
if d>64do
n★()
★[i]=s
end
c(7,6,5)
pset(s.x+64,s.y+64,s.s>1.02and 7or s.s>1.004and 6or 5)
end
if not x do
?"questle run",40,40,8
?"targets: +score",10,50,9
?"rings: +time +score +speed",10,60,9
?"press fire to begin",25,100,10
if btnp(🅾️)do l()end
return
end
if v>u do v-=0.1end
w-=1
if w<0do
?"game over",50,40,8
?"you scored "..j,40,50,9
?"press start to try again",20,100,10
if btnp(6)do
l()
poke(0x5f30,1)
end
return
end
if btn(🅾️)do
s=12+rnd()*3
for i=0,127,127do
line(i,127,64,64,s)
end
?s>13and"\ag5"or"\af5"
end
if x>0then
x-=v
if x<=0do
n★()
r=s
end
else
s=r
m()
c(4,9,10)
circ(s.x+64,s.y+64,s.s*750-750)
if s.s>1.05do
x=150
if d<38do
v+=5
e+=10*u
?"\ac3egc4"
x=100
w+=450/sqrt(u)
if w>1800do w=1800end
u+=.2
if u>6do u=6end
else
?'\ad1.d1'
end
end
end
if y>0then
y-=v
if y<=0do
n★()
t=s
end
else
s=t
m()
q(1,13,12,600)
q(5,6,7,400)
q(2,4,8,200)
if s.s>1.05
do y=150
?'\ad1.d1'
end
end
?"+",63,62,10
j=flr(e)
?j,5,5
?w/30,113,5
end
function q(f,m,l,r)
c(f,m,l)
circfill(s.x+64,s.y+64,s.s*r-r)
if btn(🅾️) and d<s.s*r-r do
e+=5*u
?'\ai6c'
y=100
end
end

Link to Commented Source Code (OPTIONAL)
https://andrew-t.itch.io/questle-run/devlog/1036343/commented-source

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Great game! Starfield reminds me of Elite/Frontier.