From abb7e3378c2191a6bdbd5401f2ff75c5b4c8ee19 Mon Sep 17 00:00:00 2001 From: Ante Date: Tue, 12 Dec 2017 21:47:04 +1100 Subject: [PATCH] Added zedragon (Sea Dragon clone) Closes #505 --- games/z.yaml | 10 +++++++++- originals/s.yaml | 5 +++++ originals/z.yaml | 8 ++++---- schema/originals.yaml | 4 ++++ 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/games/z.yaml b/games/z.yaml index a22c13770..ca2faa1d5 100644 --- a/games/z.yaml +++ b/games/z.yaml @@ -25,16 +25,24 @@ remakes: ['Achtung, die Kurve!'] - name: Zaz - updated: 2015-04-14 url: http://zaz.sourceforge.net/ repo: https://zaz.svn.sourceforge.net/svnroot/zaz development: halted lang: C++ license: [GPL3] + updated: 2015-04-14 images: ['https://a.fsdn.com/con/app/proj/zaz/screenshots/234912.jpg', 'https://a.fsdn.com/con/app/proj/zaz/screenshots/229087.jpg', 'https://a.fsdn.com/con/app/proj/zaz/screenshots/271617.jpg'] remakes: [Zuma] +- name: zedragon + repo: https://github.com/charlierobson/zedragon + remakes: [Sea Dragon] + lang: [Assembly] + license: [MIT] + development: active + updated: 2017-12-12 + - name: ZDoom url: http://zdoom.org/ development: active diff --git a/originals/s.yaml b/originals/s.yaml index 19583d220..a2e10aabc 100644 --- a/originals/s.yaml +++ b/originals/s.yaml @@ -17,6 +17,11 @@ meta: genre: [Shmup] +- name: Sea Dragon + platform: [Apple II, Atari, Commodore 64, DOS] + meta: + genre: [Action, Shooter] + - name: Sensible Soccer meta: genre: [Sports] diff --git a/originals/z.yaml b/originals/z.yaml index bb77c9e15..6a5dbc154 100644 --- a/originals/z.yaml +++ b/originals/z.yaml @@ -1,13 +1,13 @@ +- name: [Z, Z (video game)] + meta: + genre: [RTS] + - name: Zarch names: [Virus] meta: genre: [Action, TPS] -- name: [Z, Z (video game)] - meta: - genre: [RTS] - - name: Zoop meta: genre: [Puzzle] diff --git a/schema/originals.yaml b/schema/originals.yaml index 7eeb94648..5bf06c3e7 100644 --- a/schema/originals.yaml +++ b/schema/originals.yaml @@ -35,7 +35,10 @@ schema;platform: type: str enum: [ 'Amiga', + 'Apple II', + 'Atari', 'Commodore 64', + 'DOS', 'Linux', 'Mobile', 'MS-DOS', @@ -72,6 +75,7 @@ schema;genres: 'TPS', 'Rhythm', 'Roguelike', + 'Shooter', 'Shmup', 'Simulation', 'Strategy',