Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entries: Bung 1st compo #204

Merged
merged 11 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions entries/BallgameDX-Demo/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"description": "",
"developer": "Dark Fader",
"files": [
{
Expand All @@ -19,5 +18,6 @@
],
"slug": "BallgameDX-Demo",
"title": "BallgameDX Demo",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
5 changes: 3 additions & 2 deletions entries/Coffee-Drop/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "",
"description": "3rd place at Bung 1st Coding Compo",
"developer": "R.H. Gough",
"files": [
{
Expand All @@ -19,5 +19,6 @@
],
"slug": "Coffee-Drop",
"title": "Coffee Drop",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
5 changes: 3 additions & 2 deletions entries/Frode/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "",
"description": "1st place at Bung 1st Coding compo",
"developer": "Mikael Andersson",
"files": [
{
Expand All @@ -19,5 +19,6 @@
],
"slug": "Frode",
"title": "Frode",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
5 changes: 3 additions & 2 deletions entries/Huelsi/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "",
"description": "3rd place at Bung 1st Coding Compo",
"developer": "Roland G. Huelsmann",
"files": [
{
Expand All @@ -19,5 +19,6 @@
],
"slug": "Huelsi",
"title": "Huelsi",
"typetag": "game"
"typetag": "game",
"tags": ["Adventure", "event:bung-1st-coding-compo"]
}
3 changes: 2 additions & 1 deletion entries/Jet-Set-Willy/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
],
"slug": "Jet-Set-Willy",
"title": "Jet Set Willy",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
3 changes: 2 additions & 1 deletion entries/Psst/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
],
"slug": "Psst",
"title": "Psst",
"typetag": "game"
"typetag": "game",
"tags": ["Action", "event:bung-1st-coding-compo"]
}
3 changes: 2 additions & 1 deletion entries/PuzzleX/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
],
"slug": "PuzzleX",
"title": "PuzzleX",
"typetag": "game"
"typetag": "game",
"tags": ["Puzzle", "event:bung-1st-coding-compo"]
}
Binary file not shown.
Binary file removed entries/Wonderworm-Willy/WORM.GB
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions entries/Wonderworm-Willy/game.json

This file was deleted.

Binary file added entries/boulder-dash/bdash.gb
Binary file not shown.
Binary file added entries/boulder-dash/bdash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions entries/boulder-dash/game.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"description": "Aka BDash",
"date": "1999-07-04",
"developer": "Dark Fader",
"files": [
{
"default": true,
"filename": "bdash.gb",
"playable": true
}
],
"platform": "GB",
"rom": "bdash.gb",
"screenshots": [
"bdash.gif"
],
"slug": "boulder-dash",
"tags": ["Action", "event:bung-1st-coding-compo"],
"title": "Boulder Dash",
"typetag": "game"
}
3 changes: 2 additions & 1 deletion entries/jet-pak-dx/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
],
"slug": "jet-pak-dx",
"title": "Jet Pak DX",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
21 changes: 21 additions & 0 deletions entries/shoot-the-x/game.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"description": "Aka spr4col",
"date": "1999-06-29",
"developer": "Derek Steinmoeller",
"files": [
{
"default": true,
"filename": "spr4col.gb",
"playable": true
}
],
"platform": "GB",
"rom": "spr4col.gb",
"screenshots": [
"spr4col.gif"
],
"slug": "shoot-the-x",
"tags": ["Action", "event:bung-1st-coding-compo"],
"title": "Shoot the X (spr4col)",
"typetag": "game"
}
Binary file added entries/shoot-the-x/spr4col.gb
Binary file not shown.
Binary file added entries/shoot-the-x/spr4col.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions entries/snake-jangie/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"description": "",
"developer": "Jangie",
"files": [
{
Expand All @@ -19,5 +18,6 @@
],
"slug": "snake-jangie",
"title": "Snake",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
21 changes: 21 additions & 0 deletions entries/space-panic/game.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"date":"1999-06-30",
"description": "2nd place at Bung 1st Coding Compo",
"developer": "Steve Jones",
"files": [
{
"default": true,
"filename": "spacepanic.gb",
"playable": true
}
],
"platform": "GB",
"rom": "spacepanic.gb",
"screenshots": [
"spacepanic.gif"
],
"slug": "space-panic",
"title": "Space Panic",
"typetag": "game",
"tags": ["Platform", "event:bung-1st-coding-compo"]
}
Binary file added entries/space-panic/spacepanic.gb
Binary file not shown.
Binary file added entries/space-panic/spacepanic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion entries/willy-wonderworm/game.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Willy Wonderworm is a game for the Nintendo Gameboy and Gameboy Color systems. It should operate under most emulators and on an actual Gameboy system if copied onto a cartridge. Note that the scrolling text on the title screen may not appear correctly on some emulators and we recommend that you use the nocash emulator (no$gmb).",
"date": "1999-11-13",
"developer": "Icarus Productions",
"files": [
Expand All @@ -18,5 +19,6 @@
],
"slug": "willy-wonderworm",
"title": "Willy Wonderworm",
"typetag": "game"
"typetag": "game",
"tags": ["Arcade", "event:bung-1st-coding-compo"]
}
File renamed without changes.
6 changes: 4 additions & 2 deletions game-schema-d4.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"type": "string",
"enum":
[
"Arcade",
"RPG",
"Open Source",
"Adventure",
Expand All @@ -112,7 +113,8 @@
"Fighting",
"Interactive Fiction",
"event:gbshowdown23",
"event:liksang2000-compo"
"event:liksang2000-compo",
"event:bung-1st-coding-compo"
]
}
},
Expand Down Expand Up @@ -601,4 +603,4 @@
]
}
}
}
}