Skip to content

Commit 65bc94f

Browse files
committed
Add El Jamon Volator, Saint Seiya El Regreso del Fenix, Pizza Palace
1 parent cfcd387 commit 65bc94f

35 files changed

+148
-0
lines changed
419 KB
Loading
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
================================================================================
2+
3+
_ _
4+
___| | (_) __ _ _ __ ___ ___ _ __
5+
/ _ \ | | |/ _` | '_ ` _ \ / _ \| '_ \
6+
| __/ | | | (_| | | | | | | (_) | | | |
7+
\___|_| _/ |\__,_|_| |_| |_|\___/|_| |_|
8+
|__/
9+
_ _
10+
__ _____ | | __ _ __| | ___ _ __
11+
\ \ / / _ \| |/ _` |/ _` |/ _ \| '__|
12+
\ V / (_) | | (_| | (_| | (_) | |
13+
\_/ \___/|_|\__,_|\__,_|\___/|_|
14+
15+
by
16+
17+
mateus.digital
18+
19+
================================================================================
20+
21+
Hey, thanks for playing El Jamon Volador, a homage to Flappy Bird developed
22+
for the original Nintendo Game boy by mateus.digital
23+
24+
This is a free game licensed under GPLv3
25+
26+
27+
--------------------------------------------------------------------------------
28+
To play you will need an game boy emulador like:
29+
- BGB: https://bgb.bircd.org/
30+
- mGBA: https://mgba.io/downloads.html
31+
- Visual Boy: https://github.com/visualboyadvance-m/visualboyadvance-m/releases
32+
33+
--------------------------------------------------------------------------------
34+
Or you can play online at:
35+
- https://mateus.digital/el_jamon_volador
36+
37+
--------------------------------------------------------------------------------
38+
Visit for other games and info:
39+
- Webiste: https://mateus.digital
40+
- Itch.io: https://mateusdigital.itch.io
41+
- Twitter: https://twitter.com/_mateusdigital
42+
- Github: https://github.com/mateusdigital
43+
- Email: hello@mateus.digital
44+
45+
46+
--------------------------------------------------------------------------------
47+
Mateus Mesquita - mateus.digital - 2023-06-02
48+
with love <3
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/gbdev/database/refs/heads/master/schemas/game-schema-d5.json",
3+
"slug": "mateusdigital_el-jamon-volador",
4+
"title": "El Jamon Volador",
5+
"screenshots": [
6+
"cover.gif",
7+
"screenshots/Eljamonvolador.png"
8+
],
9+
"typetag": "game",
10+
"platform": "GB",
11+
"repository": "https://github.com/mateusdigital/el_jamon_volador",
12+
"gameLicense": "GPL-3.0-only",
13+
"tags": [
14+
"Action",
15+
"Flappy Bird"
16+
],
17+
"files": [
18+
{
19+
"default": true,
20+
"filename": "files/el-jamon-volador_1.2.1.gb",
21+
"playable": true
22+
}
23+
],
24+
"developer": "mateus.digital",
25+
"date": "2023-06-02T03:00:00",
26+
"website": "https://mateusdigital.itch.io/el-jamon-volador"
27+
}
946 Bytes
Loading
2.54 MB
Loading

0 commit comments

Comments
 (0)