use a better wordlist source

This commit is contained in:
2022-01-27 19:14:29 +00:00
parent 6f4b1291b0
commit 26647ad351
7 changed files with 794789 additions and 15 deletions

View File

@@ -3,22 +3,16 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>word guessing game: infinite</title>
<title>words</title>
</head>
<body>
<h1>word guessing game</h1>
<h1>words</h1>
<div id="game_container">
you need javascript enabled to play this game
<div id="letter_grid">
</div>
</div>
<p>
built with ❤ and adequate amounts of care by
<a href="https://alv.cx">alv</a>
</p>
<p> built with ❤ and adequate amounts of care by <a href="https://alv.cx">alv</a> </p>
<script type="application/javascript" src="wordlist.js"></script>
<script type="application/javascript" src="game.js"></script>