https://github.com/dan-q/dndle
Wordle-clone with a Dungeons & Dragons theme. Guess the monster-of-the-day by assigning numbers to characteristics.
https://github.com/dan-q/dndle
dnd dnd5e dungeons-and-dragons dungeonsanddragons game games reef reefjs wordle wordle-clone wordle-game
Last synced: about 1 month ago
JSON representation
Wordle-clone with a Dungeons & Dragons theme. Guess the monster-of-the-day by assigning numbers to characteristics.
- Host: GitHub
- URL: https://github.com/dan-q/dndle
- Owner: Dan-Q
- License: mit
- Created: 2022-02-15T21:01:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T09:58:31.000Z (about 3 years ago)
- Last Synced: 2023-03-11T17:12:56.361Z (over 2 years ago)
- Topics: dnd, dnd5e, dungeons-and-dragons, dungeonsanddragons, game, games, reef, reefjs, wordle, wordle-clone, wordle-game
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNDle
A [Wordle](https://www.nytimes.com/games/wordle)-clone with a [Dungeons & Dragons](https://dnd.wizards.com/) (5e) theme. Guess the "monster of the day" by either entering values for the six characteristics (STR, DEX, CON, INT, WIS, CHA) or by choosing a monster from the Monster Manual. You'll be told which values were correct (green = right value, right characteristic), present (yellow = right value, wrong characteristic), or absent (grey = wrong value). You have eight guesses to find the monster. A new monster appears every 24 hours.
Originally thrown together over a weekend. Apologies for some of the more-apalling bits of code. [Read more about it on my blog](https://danq.me/dndle).
## Play online
https://dndle.app/
## Building/developing
You'll need Node & NPM. Install dependencies:
`npm i`
Build JS:
`npm start`
Fire up your favourite development webserver so you can view `public/index.html` in your browser.
## License
Copyright (c) [Dan Q](https://danq.me/) 2022. Source code released under the MIT license.
Dungeons & Dragons is a trademark of Wizards of the Coast LLC, who are not affiliated with this project.
Uses the [Reef](https://reefjs.com/) framework, under the MIT license.