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

Little SnakeView game page

proc-gen snake game for TweetTweetJam
Submitted by Beep Yeah! (@beepyeahgames) — 3 days, 23 hours before the deadline
Add to collection

Play game

Little Snake's itch.io page

How many characters of code did you use?
495

Include your code here, if you'd like to show it off!
if (btnp(⬆️)and ys!=1) xs=0;ys=-1 if (btnp(⬇️)and ys!=-1) xs=0;ys=1 if (pget(x+xs,y+ys)==8)s+=1;goto w if (pget(x+xs,y+ys)!=0)t+=1;goto w if(u>0)u-=1 if(u%2==0)x+=xs;y+=ys c(x,y,0,11) flip() goto l ::w:: ?s.."w "..t.."l ❎",1,1,0 if (btnp(❎)) goto n flip() goto w

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet