Month: May 2018

First Steps in PICO-8: Easy Collisions with Map Tiles

In an earlier post I looked at colliding with other objects in PICO-8 using a hitbox function.  In this post I look at colliding with tiles that are draw to the map.  The advantage of this system is…

Read More »

First Steps in PICO-8: Parallax scrolling

  Scrolling backgrounds are fantastic for giving the illusion of movement and in the last post we looked at a simple scrolling background.  In reality, you find that objects closer to you move more quickly than those that are…

Read More »