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

https://github.com/haroldo-ok/dragon-blaster

A dragon themed shoot-em-up for the Sega Master System. Originally made for the SHMUP JAM 1
https://github.com/haroldo-ok/dragon-blaster

8bit retro-games sdcc sega-master-system shmup shoot-em-up z80

Last synced: 5 months ago
JSON representation

A dragon themed shoot-em-up for the Sega Master System. Originally made for the SHMUP JAM 1

Awesome Lists containing this project

README

        

# dragon-blaster
A dragon themed shoot-em-up for the Sega Master System. Originally made for the [SHMUP JAM 1](https://itch.io/jam/shmup-jam-1-dragons)

## Art resources used on this project:

* Main character, enemy: https://opengameart.org/content/dragon-icon-pack
* Lightning: https://opengameart.org/content/space-war-man-platform-shmup-set
* Fire, wind, background: https://opengameart.org/content/dawnlike-16x16-universal-rogue-like-tileset-v181
* Dracolich: https://opengameart.org/content/stendhal-dragons

## Tools used

* A spline editor, based on Cardinal Spline, was used for editing the enemy paths:
* Available online at: http://www.haroldo-ok.com/cardinal-spline-js/demos/editor
* Source code for the editor: https://github.com/haroldo-ok/cardinal-spline-js