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
- Host: GitHub
- URL: https://github.com/haroldo-ok/dragon-blaster
- Owner: haroldo-ok
- License: mit
- Created: 2021-10-09T10:01:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T00:21:36.000Z (over 1 year ago)
- Last Synced: 2024-07-30T20:13:16.826Z (9 months ago)
- Topics: 8bit, retro-games, sdcc, sega-master-system, shmup, shoot-em-up, z80
- Language: C
- Homepage: https://haroldo-ok.itch.io/dragon-blaster
- Size: 233 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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