On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Macario

15
Posts
7
Followers
8
Following
A member registered Jul 16, 2017 · View creator page →

Creator of

Recent community posts

I'd definitely recommend, together with anything else by Jeff Minter

Source:

f=0 
m=math 
p=m.pi/48 
h=m.floor 
l=m.atan 
n=68 
o=120 
function TIC()f=f+.1 
d=m.sin(f)e=m.cos(f)for t=-n,n do 
for s=-o,o do 
k=(s*s+t*t)/48+1 
x=s/k 
y=t/k 
z=64/k-1 
q=d*x+e*y 
u=e*x-d*y 
v=d*q-e*z 
pix(o+s,n+t,h(l(e*q+d*z,m.sqrt(u*u+v*v))/p)~h(l(u,v)/p))end 
end 
end

Congratulations! Yes, the game is very unforgiving. You cannot afford any mistakes and need to take all the green tiles in the zigzag sections in order to make it in time. 

Thank you so much Paul. The word impressive really has a very special meaning coming from you, Lord of UnDune :-D

The near impossible difficulty is the age-old trick to cover up for little content. I blame the Manic Miner-like games I grew up with: 

Thank yout. It is certainly unforgiving, you really need to make use of the speed tiles in the zig-zag areas to be able to make it in time. Delighted that you enjoyed it!

Really impressive to see this refined gameplay and effects in 1023 bytes! so many Llamatron vibes!

Thank you!

I know. I  just played too many 8 bit home computer games back in the day and it made me evil :D if your game does not have content, just make it as hard as it can possibly be.

This was largely programmed on a venerable Motorola Droid 4 running maemo-leste, which is pictured below alongside the larger PinePhone by Pine64. I was greatly suprised by how up-to-date this descendent of Nokia's Maemo OS turned out to be. In combination with the small form factor of the Droid it delivers a fantastic on-the-go development platform (note: the escape key does not register in PICO-8, but that is not really a problem if you use an external editor like Geany).

Thanks for letting me know!, I must have done something wrong last time I updated the zip file, I just did so with a fresh one after deleting the existing one and it seems to be working again. Please let me know if it does not for you.

Colour me interested :D

Lua code available at https://www.lexaloffle.com/bbs/?tid=49422

This is a really creative idea, thoroughly enjoyed it. Well worth reading the instructions carefully! (also, there is a typo: "press down to switch _levers_".)

This is so addictive and polished! the controls are amazingly sharp and the music is mind-boggling. Those are some tracker skills, Sir!

Fantastic idea,  brilliantly executed! The Lemmings of PICO-8