S0029

js13k competition practice, part 2 of 12: a movable player character

2019-04-11 Nick Larsen

Now that we have a simple grid world, it's time to make some sort of interaction so we can start playing with it and feel out what works and what doesn't with our ideas so far. We make a simple way of interacting with the game by moving a purple box around the grid world we have created. Since this didn't take too long we also added some items to the world and wrote enough code to place them where we want them and give them custom attributes.

In addition to that, this competition is about building assets that total to less than 13 kb, so we constructed a rudimentary build pipeline that collects the assets, passes it through , zips it all up and reports the total size. We're barely at 2 kb so far!

  • Please share with everyone!
  • Wed, Thur, Fri from 12 to 2PM EST.