Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

LordBeef21

1
Posts
A member registered Aug 30, 2020 · View creator page →

Creator of

Recent community posts

(1 edit)

There were many instances in witch I wanted to Terminate the process by leaving the blue/dark grey slot empty in the if or else if statements, therefore preventing walking (with was always in else), but that didn't work. 

Dummy code below using == bc I don't want to look up what the equivalent of  instanceof is for HTML5 or whatever you used to make the thing :p

  • if (Eddie.ahead == Spike)
  • ;
  • else if ()
  • ;
  • else walk

The above "code" would have Eddie walking, unless there are spikes ahead.

Also, "Empty" was kind of weird. If ahead empty seemed to never matter.

All in all, lovely game. I loved the idea, and I really enjoyed playing through it; these are just some more thoughts for your postmortem idea collection.