Skip to content

Commit d9f254f

Browse files
committed
Initial commit
0 parents  commit d9f254f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+10712
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
index.html,1675915329931,a076fe07b12b12c2fb2b79eacef09fb9e43ab21f23117b59488df468a7ae5afb
2+
assets/media/icon50x50.png,1675915329932,aff83c1b5e8c8b28ef34ff190ffff75676bab05bd66382928e489bbf8e512f9e
3+
manifest.json,1675915329931,a32ca6aea20b60f73fb15ee793737d9fd689148057fa1cccfe0f825939e11a96
4+
assets/media/TwemojiHeart.svg,1675915329932,91a74f778528cb2ab30fdb256916c14ce9527c92765f6acd6c862e66499fdb62
5+
assets/scripts/main.js.LICENSE.txt,1675915329932,d3453a63902997ad204993d0b90fea97bffb4a8cd4934a1696a109a2947e6e0f
6+
assets/styles/main.css,1675915329932,bef67429c264fc55c55eb6ed377b287a20d56724cb57f672bb815c0effb9627d
7+
assets/scripts/main.js,1675915330085,95162d63940302eb328b74e4f2a342cdf8073eb43d4c2e8024f2360f884f556c
8+
assets/media/background.jpg,1675915330157,5a2da1ebe47a86f393c2e0214c2f59bd50d30c72c4ce433a5870ddcfb5773741

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "gif-off"
4+
}
5+
}

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Metalloriff
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Description
2+
Gif Off is an interactive game in which users are presented with a randomly selected question from a set of predefined packs. Players must select a GIF image from Tenor as the most suitable response to the question. Once all responses have been submitted, users vote on the best response, and are rewarded with points for each vote they receive.
3+
4+
# NOTE
5+
This game was initially made in under 24 hours as a fun project. Please report any bugs to the issues section here, and I will fix them.
6+
Please note that mobile support is not yet available. I am not responsible for any brain damage received by viewing this site on mobile.
Lines changed: 1 addition & 0 deletions
Loading
3.79 MB
Loading
1.81 KB
Loading

firebase-hosting/assets/scripts/main.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)