Merge pull request #33 from infmapr/main

new games
This commit is contained in:
sky 2024-01-11 20:57:35 -05:00 committed by GitHub
commit 4fa14bf462
7 changed files with 941 additions and 1 deletions

1
bubbleshooter/a Normal file
View File

@ -0,0 +1 @@

3
bubbleshooter/cover.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

460
bubbleshooter/index.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,16 @@
[
{
"name": "Bubble Shooter",
"image": "cover.svg",
"directory": "bubbleshooter",
"recommended": "1"
},
{
"name": "Pong",
"directory": "pong",
"image": "cover.svg",
"recommended": "1"
},
{
"name": "Flappy Plane",
"directory": "flappyplane",

1
pong/a Normal file
View File

@ -0,0 +1 @@

3
pong/cover.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<image href="https://play-lh.googleusercontent.com/V5iGJ0GXh9AqxxmPWgeAd_7jAz2yrda2FEMJ6TK2uznatkxzUEaC61d5DP-UiVC_hQ" height="200" width="200" />
</svg>

After

Width:  |  Height:  |  Size: 222 B

460
pong/index.html Normal file

File diff suppressed because one or more lines are too long