Skip to content
#

pico8

pico-8 logo

PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in Lua commands and provides simple built-in tools for creating your own cartridges.

Here are 75 public repositories matching this topic...

Achie72
Achie72 commented Feb 13, 2019

Add the fireball mechanism to the game, which should work in the following way:

  • The player presses a button, which triggers a new animation, and spawns a fireball in front of the player
  • The fireball travels forward in a uniform speed, and kills the first enemy on contact, than dissapears
  • If no enemies hit, the fireball will be destroyed, when it hits the first wall/solid object in it's
You can’t perform that action at this time.