• View all by XimoXimo
  • Follow XimoFollowFollowing XimoFollowing
  • Add To CollectionCollection
  • Comments
  • Devlog

Pico Lazy Farm

← Return to Pico Lazy Farm

Devlog

  • Design: Level loading
    July 26, 2020 by Ximo#pico8, #levels, #design
    In this article I'd like to talk about how I stored the levels in Lazy Farm and Toy Box Pipe. The map memory in PICO-8 is a matrix of 128 x 32 tiles or 128 x 64 tiles if you take half of the sprite me... Continue reading
  • Tutorial: Game scenes
    January 08, 2020 by Ximo
    1
    #pico8
    To create a game in PICO-8 you just need to write some code into the functions _init, _update and _draw and the engine will take care of the rest for us. It is very cool for simple stuff but when the... Continue reading
  • Tutorial: Minimap in PICO-8
    November 28, 2019 by Ximo#pico8, #tutorial, #minimap
    In this tutorial I will show a simple way to generate a minimap for your PICO-8 game. As an example we will add a minimap to the Jelpi demo. I used a very similar method to draw the thumbnails in the... Continue reading
itch.io·View all by Ximo·Report·Embed