Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCallejas authored Jul 13, 2024
1 parent f089179 commit 6b1d9fb
Show file tree
Hide file tree
Showing 31 changed files with 467 additions and 11 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# ToggleWordQuest
Dive into an exciting world of words and lend a hand to Towggly on their quest! / ¡Sumérgete en un emocionante mundo de palabras y ayuda a Towggly en su búsqueda!
<p align="center">
<img src="https://playtwq.com/twq-logo-192.png" title="JChat sample gif" alt="JChat sample gif" >
</p>

# Toggle Word Quest



Dive into an exciting world of words and lend a hand to Towggly on their quest!

[Click here to play Toggle Word Quest](https://playtwq.com)

¡Sumérgete en un emocionante mundo de palabras y ayuda a Towggly en su búsqueda!

[Haz clic aquí para jugar Toggle Word Quest](https://playtwq.com)
Binary file added assets/JC-LOGO-11-1f87b32b.webp
Binary file not shown.
Binary file added assets/Towggly1-13676cda.webp
Binary file not shown.
Binary file added assets/english-d722894b.webp
Binary file not shown.
Binary file added assets/fondo-dark-1b4644f5.webp
Binary file not shown.
1 change: 1 addition & 0 deletions assets/index-62746637.css

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions assets/index-de8d7e8e.js

Large diffs are not rendered by default.

Binary file added assets/jc-develop-cards-a93408a6.webp
Binary file not shown.
Binary file added assets/rate-star-0d6739f8.webp
Binary file not shown.
Binary file added assets/rate-star-col-659f7fb8.webp
Binary file not shown.
Binary file added assets/spanish-eca5c685.webp
Binary file not shown.
Binary file added assets/towggly-congrats1-0b5ba102.webp
Binary file not shown.
Binary file added assets/towggly-congrats2-106decb9.webp
Binary file not shown.
Binary file added assets/towggly-congrats3-080a7a13.webp
Binary file not shown.
Binary file added assets/towggly-congrats4-a2496457.webp
Binary file not shown.
Binary file added assets/welc-dark-en-1-33966cb7.webp
Binary file not shown.
Binary file added assets/welc-dark-en-2-2065ba3d.webp
Binary file not shown.
Binary file added assets/welc-dark-en-3-2cb8e268.webp
Binary file not shown.
Binary file added assets/welc-dark-en-4-b0c9442f.webp
Binary file not shown.
Binary file added assets/welc-dark-en-5-4144e2d4.webp
Binary file not shown.
Binary file added assets/welc-dark-en-6-488fd676.webp
Binary file not shown.
Binary file added assets/welc-light-en-1-96a08732.webp
Binary file not shown.
Binary file added assets/welc-light-en-2-8d973879.webp
Binary file not shown.
Binary file added assets/welc-light-en-3-3938c037.webp
Binary file not shown.
Binary file added assets/welc-light-en-4-312d6882.webp
Binary file not shown.
Binary file added assets/welc-light-en-5-12f7b9ef.webp
Binary file not shown.
Binary file added assets/welc-light-en-6-f7f57dcc.webp
Binary file not shown.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<html lang="en">
<html lang="en" translate="no" class="notranslate">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./twq-ico.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate">

<!-- HTML Meta Tags -->
<title>Toggle Word Quest</title>
Expand Down Expand Up @@ -121,11 +122,11 @@



<script type="module" crossorigin src="/assets/index-621fb52c.js"></script>
<link rel="stylesheet" href="/assets/index-c26af521.css">
<script type="module" crossorigin src="/assets/index-de8d7e8e.js"></script>
<link rel="stylesheet" href="/assets/index-62746637.css">
</head>

<body>
<body class="notranslate">
<div id="root"></div>

</body>
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"src": "twq-logo-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
"purpose": "maskable"
},
{
"src": "twq-logo-1024.png",
Expand All @@ -187,12 +187,12 @@
"sizes": "1200x630"
},
{
"src": "https://res.cloudinary.com/dphleqb5t/image/upload/v1713152268/twq/twq-social2b-min_vr5fk3.jpg",
"src": "https://res.cloudinary.com/dphleqb5t/image/upload/v1713152268/twq/twq-social1-min_exlfca.jpg",
"type": "image/png",
"sizes": "1200x630"
}
],
"short_name": "TWQ",
"start_url": "https://playtwq.com/?mode=pwa",
"theme_color": "#140c25"
"theme_color": "#1f1f1f"
}
2 changes: 1 addition & 1 deletion service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b1d9fb

Please sign in to comment.