Pico-8 is a fantasy console. It gives a development environment and a set of limitations to work around to create games for a console that doesn’t exist. The games are written in Lua. sprite animations, levels and music are done in editors in the program.

A collection of three pico 8 games made to learn how the software works. Click on any of the thumbnails below to play the games shown.

  1. Heart Score 2020-03-22

My first pico-8 game. A simple, endless high-score game about collecting pellets without letting them expire.

Source Code

  1. Cake Jump 2020-03-25

A platforming game. pico-8 has a very limited amount of space for levels, so this platformer only has one. The game times your progress and keeps track of a high score.

Source Code

  1. Space Shoot 2020-03-31

A bullet hell. Spaceship with a gun, you have three lives and three bombs to manage enemies with. Enemies physically degrade as they take damage.

Source Code