diff --git a/LICENSE b/LICENSE index 8cffccc..f50ef62 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,24 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/README.md b/README.md index feae211..b67ca41 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # kanaguessr -[kanaguessr](https://kanaguessr.taevas.xyz/) is a webpage where a character appears in [hiragana](https://en.wikipedia.org/wiki/Hiragana), [katakana](https://en.wikipedia.org/wiki/Katakana), or [romaji](https://en.wikipedia.org/wiki/Romanization_of_Japanese), and you have to guess its equivalent in one of those syllabaries +[kanaguessr](https://kanaguessr.taevas.xyz/) is a webpage where a character appears in **[hiragana](https://en.wikipedia.org/wiki/Hiragana), [katakana](https://en.wikipedia.org/wiki/Katakana), or [rōmaji](https://en.wikipedia.org/wiki/Romanization_of_Japanese)**, and you have to guess its equivalent in one of those syllabaries you may use it to train yourself with [typing in japanese](https://www.coscom.co.jp/learnjapanese801/msime_win10_en1.html), by constantly switching through three different syllabaries or you may simply use it to test your knowledge of hiraganas and katakanas by typing their equivalent in romaji -![kanaguessr](https://user-images.githubusercontent.com/67872932/223125696-6c15bc2f-416b-4eb0-9322-32053e24ef9d.gif) +![kanaguessr](preview.mp4 "Preview video") diff --git a/index.css b/index.css index 7718cbe..0bebb0c 100644 --- a/index.css +++ b/index.css @@ -57,11 +57,20 @@ p { line-height: 75px; margin-top: 1em; margin-bottom: 0px; - width: 50px; + padding: 0px 5px; + min-width: 50px; height: 80px; text-align: center; } +#positive { + color: green; +} + +#negative { + color: red; +} + input::placeholder { color: grey !important; } @@ -89,6 +98,10 @@ input::placeholder { margin-top: 15px; } +#game { + margin-top: 25px; +} + #settings { margin-top: 10px; } diff --git a/index.html b/index.html index 05fdace..978262d 100644 --- a/index.html +++ b/index.html @@ -12,17 +12,17 @@ -
-
+
+

-

0

+

0

-

0

+

0

-
+
diff --git a/preview.mp4 b/preview.mp4 new file mode 100644 index 0000000..26d8b50 Binary files /dev/null and b/preview.mp4 differ