Skip to content

Commit 29d5c52

Browse files
nenadalmm4rocks
andauthored
Othello, Flappy clone (#127)
* Add othello * Add flappy clone * Fix pr remarks --------- Co-authored-by: Savin Angel-Mario <savin@angelmario.eu>
1 parent 51c330b commit 29d5c52

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

apps/app.web.othello-rust.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "app.web.othello-rust",
3+
"url": "https://othello-rust.web.app/",
4+
"manifestUrl": "https://othello-rust.web.app/manifest.webmanifest",
5+
"features": [
6+
"openSource",
7+
"mobile",
8+
"desktop",
9+
"offline"
10+
],
11+
"version": 1,
12+
"githubUrl": "https://github.com/nstringham/othello-web-app",
13+
"author": "Nate Stringham"
14+
}

apps/ar.com.jfm.flappy-clone.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": "ar.com.jfm.flappy-clone",
3+
"url": "https://www.jfm.com.ar/flappy-clone/",
4+
"manifestUrl": "https://www.jfm.com.ar/flappy-clone/manifest.webmanifest",
5+
"features": [
6+
"openSource",
7+
"mobile",
8+
"desktop",
9+
"offline"
10+
],
11+
"categories": [
12+
"games"
13+
],
14+
"version": 1,
15+
"githubUrl": "https://github.com/jfmdev/flappy-clone",
16+
"author": "José"
17+
}

0 commit comments

Comments
 (0)