Skip to main content

PICO-8: Simple Animation Explanation

61%Game Brain Score
61% User Score Based on 12 reviews

Platforms

Web Browser

About

Keys Z - Next StepX - Auto/Manual Code This is the code displayed in the tutorial. Feel free to copy/paste it for your own use. Note: You can use as many or as few sprites as you want in the sp table, and in any order you want. function _init() t,f,s=0,1,4 --tick,frame,step sp={1,2,3,4,5,6} --sprites end function _update() t=(t+1)%s --tick fwd if (t==0) f=f%#sp+1 end function _draw() spr(sp[…

Buy PICO-8: Simple Animation Explanation

Games Like PICO-8: Simple Animation Explanation

MHRD Image
Exam Game Project Golf! Image
free cell 1K Image
Roguelike 10 (C64) by Bago Zonde Image
HoloFight (WIP) Image