Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://ztiromoritz.github.io/pico-8-shooter/

A space shooter in 16 gifs
https://ztiromoritz.github.io/pico-8-shooter/

Last synced: about 1 month ago
JSON representation

A space shooter in 16 gifs

Lists

README

        

# pico-8-shooter
A pico-8 space shooter in 16 gifs

[DEMO](https://ztiromoritz.github.io/pico-8-shooter/)

# Title
01. Draw ship on screen.
02. Animate propulsion.
03. Basic ship movement.
04. Fire laser bullets.
05. Remove bullets, if they leave screen.
06. Draw enemies.
07. Move enemies.
08. Points and health.
09. Collision 1: Clean up and preparation.
10. Collision 2: Define boxes.
11. Collision 3: Collide boxes.
12. Change states.
13. Health, game over, immortality.
14. Explosions.
15. Stars.
16. Enemy movement and respawn.