You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wordle DS</title>
</head>
<body>
<h1>Wordle DS</h1>
<img style="float: right" alt="The Wordle DS main menu" src="/assets/images/main-menu.png" width="256" height="384">
<h2>About</h2>
<p>
A clone of <a href="https://www.nytimes.com/games/wordle/index.html">Wordle</a> for the Nintendo DS(i). It features everything from the official version including matching daily word plus some bonus features.
</p>
<h3>Downloads</h3>
<ul>
<li><a href="https://github.com/Epicpkmn11/WordleDS/releases/latest/download/WordleDS.nds">WordleDS.nds</a> For use on flashcard or TWiLight Menu++</li>
<li><a href="https://github.com/Epicpkmn11/WordleDS/releases/latest/download/WordleDS.dsi">WordleDS.dsi</a> for use with TWiLight Menu++ or NTM</li>
<li><a href="https://github.com/Epicpkmn11/WordleDS/releases/latest/download/WordleDS.cia">WordleDS.cia</a> For use with FBI</li>
</ul>
<h2>API</h2>
<a href="/words.php?date=2021-06-19&limit=1&include=days_since_launch,solution,access_count">http://wordle.xn--rck9c.xn--tckwe/words.php</a>
<h3>Variables:</h3>
<dl>
<dt>date</dt>
<dd><b>[required]</b> The oldest date to include in YYYY-MM-DD format. Must be 2021-06-19 or later.</dd>
<dt>limit</dt>
<dd>The maximum words to include. Default 100.</dd>
<dt>include</dt>
<dd>Columns to include, comma separated list. Default: id, solution, print_date, days_since_launch, editor. Additional: access_count. When only one column is included the json will be a flat array, no objects.</dd>
</dl>
<h2>Share</h2>
<p>Wordle DS can share to a web page for QR readers that cannot copy text directly.</p>
<p><a href="/share.php?message=Wordle%20DS%200%20X/6%2000:00%0a%0a⬜⬜⬜⬜⬜%0a⬜⬜⬜⬜⬜%0a⬜⬜⬜⬜⬜%0a⬜⬜⬜⬜⬜%0a⬜⬜⬜⬜⬜%0a⬜⬜⬜⬜⬜%0a">Example message</a></p>
</body>
</html>