Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I'm thinking about it. Not sure what to do about cheaters though, because cheating in a JS game is very easy.

(1 edit)

Yup, this got me up to 6:13. Reducing the interval would improve it:

setInterval(() => { if (interpIndex < 10) handleMove(path[pathIndex + 1] - path[pathIndex]); }, 100);