Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbdk-2020/gbdk-2020-gallery
https://github.com/gbdk-2020/gbdk-2020-gallery
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbdk-2020/gbdk-2020-gallery
- Owner: gbdk-2020
- License: unlicense
- Created: 2022-06-09T07:35:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T11:39:41.000Z (about 2 months ago)
- Last Synced: 2024-11-16T12:27:37.706Z (about 2 months ago)
- Language: JavaScript
- Size: 7.12 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GBDK Showcase
https://gbdk-2020.github.io/gbdk-2020-gallery
A lightweight Javascript / JSON gallery for showcasing Demos, Games, Music and Programs made with [GBDK-2020](https://github.com/gbdk-2020/gbdk-2020).
# Adding Entries
To submit a game or program, either :
- **Recommended:** Open an [Issue](https://github.com/gbdk-2020/gbdk-2020-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 Game Boy"/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)
- 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: GameBoy, GameBoyColor, SuperGameBoy, MegaDuck, AnaloguePocket, GameGear, SMS, NES
- featuredPriority: 0
- isMultiPlatform: true/false: Does it have a build for more than one of each group: (gb/gbc/ap/duck), (sms/gg), (nes)
- isOpenSource: true/false,
- licenseType: Quoted, License type, examples are: "MIT", "GPL", "Unlicense", "" (blank) etc.
- isFreeDownload: true/false,
- hasPhysicalRelease: true/false,
- isClassicGBDK: true/false,
- supportsLinkPlay: true/false,
- yearFirstReleased: Quoted, Example: "2021"
- "dateAdded": Quoted, Example: "2024-08-01"