Skip to content

A word guessing game, where you only know whether my word is before or after your guess. (An unofficial clone of the game previously available on simbase.org)

License

Notifications You must be signed in to change notification settings

powerlanguage/guess-my-word

 
 

Repository files navigation

<!doctype html>
<html lang="en">
<head>
<title>Guess my word - About</title>
<link rel="icon"
    href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤔</text></svg>">
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="./index.css" type="text/css"/>
</head>
<body>
<header>
    <h1><a href="./" class="home">Guess my word</a></h1>
    <a class="bigger-target" href="./README.html">about</a>
</header>

<p>This is a daily word guessing game that is a clone of one that used to be available on simbase.org (<a href="http://guessmyword.blogspot.com/">blog</a>). Special thanks to Joon there for creating the original, <a href="http://www.pavelspuzzles.com/">Pavel</a> for telling me about it, and <a href="https://twitter.com/princess_malv">Malvika</a> for supporting me in making a new one when the original went down.
<p>
<ul>
    <li><a href="https://github.com/hryanjones/guess-my-word/issues">Report a bug or make a suggestion</a></li>
    <li>If you like it:
        <ul>
            <li><a href="https://twitter.com/guessmyword1">Tweet</a> or share with others</li>
            <li>
                <a href="https://www.paypal.me/hryanjones/5">Buy me a fancy hot chocolate 🍵</a> :) or even
                <a href="https://www.patreon.com/bePatron?u=2281374" data-patreon-widget-type="become-patron-button">
                    support me on Patreon
                </a>
        </li>
        </ul>
    <li><a href="https://github.com/hryanjones/guess-my-word">Check out the code</a></li>
</ul>
</body>
</html>

About

A word guessing game, where you only know whether my word is before or after your guess. (An unofficial clone of the game previously available on simbase.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • HTML 11.7%
  • CSS 3.6%