https://github.com/bbbbbr/megaduck-gallery
Gallery for showcasing homebrew games / programs and rom patches for the Mega Duck
https://github.com/bbbbbr/megaduck-gallery
Last synced: 6 months ago
JSON representation
Gallery for showcasing homebrew games / programs and rom patches for the Mega Duck
- Host: GitHub
- URL: https://github.com/bbbbbr/megaduck-gallery
- Owner: bbbbbr
- License: unlicense
- Created: 2024-09-12T23:25:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T04:32:26.000Z (over 1 year ago)
- Last Synced: 2024-10-23T00:27:07.574Z (over 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MegaDuck Homebrew and ROM Hack Showcase
https://bbbbbr.github.io/megaduck-gallery
A lightweight Javascript / JSON gallery for showcasing MegaDuck Homebrew and ROM Hacks.
# Adding Entries
To submit a game or program, either :
- **Recommended:** Open an [Issue](https://github.com/bbbbbr/megaduck-gallery/issues)
- Or edit the JSON data and open a Pull Request
### Required information for Pull Reuests which modify the JSON data directly:
- authorName: Quoted, Name(s) of Author(s)
- itemTitle: Quoted, Game Title
- shortDescription: Quoted, A short 4-10 word description. Try to avoid saying: "for the MegaDuck"/etc.
- imagePreviewURL: Quoted, A 320 x 288 PNG format screenshot. Relative path and image should be in a suitable "pix/" sub-folder.
- linksArray: JSON array of link entries, with each entry having one of the following:
- type: Quoted, Examples: "primary", "store", "source", "info"
- url: Quoted, Example: "https://url_to_main_website"
- displayText: Quoted, Examples: "Info" (for primary), "Cart" (for store), "Source" (for source), "Info v2" (for secondary links)
- softwareTags: Quoted, Comma-space separated list of tags: Rom hack, Homebrew, OEM
- categoryTags: Quoted, Comma-space separated list of tags: Camera, Demoscene, Engine, Game, Music, Simulation, Techdemo, Tool
- gametypeTags: Quoted, Comma-space separated list of tags: Action, Adventure, Art, Card Game, Demoscene, Engine, Fighting, GameBoy Camera, GameBoy Printer, Idle, Microgames, Music, Platformer, Programming, Puzzle, Racing, Rhythm, Role Playing, Shooter, Simulation, Sports, Strategy, Survival, Testing, Tool, VirtualPet, Visual Novel
- platformTags: Quoted, Comma-space separated list of tags: Handheld, Laptop
- featuredPriority: 0
- isOpenSource: true/false,
- licenseType: Quoted, License type, examples are: "MIT", "GPL", "Unlicense", "" (blank) etc.
- isFreeDownload: true/false,
- hasPhysicalRelease: true/false,
- supportsLinkPlay: true/false,
- yearFirstReleased: Quoted, Example: "2021"
- "dateAdded": Quoted, Example: "2024-08-01"