https://github.com/durocodes/discordle
A wordle clone for Discord, written with TypeScript
https://github.com/durocodes/discordle
Last synced: 2 months ago
JSON representation
A wordle clone for Discord, written with TypeScript
- Host: GitHub
- URL: https://github.com/durocodes/discordle
- Owner: DuroCodes
- Created: 2022-08-27T01:11:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T01:11:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T15:13:44.341Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Discordle 🟢
## About Discordle
- Discordle is a [wordle](https://www.nytimes.com/games/wordle/index.html) clone for Discord, written in [TypeScript](https://www.typescriptlang.org/).
## Tech Stack
- [TypeScript](https://www.typescriptlang.org/)
- [Prisma](https://www.prisma.io/)
- [Discord.js v14](https://discord.js.org/)
- [Spark](https://github.com/durocodes/spark)## Commands
- `/wordle` - start a new game
- `/guess ` - add a new guess to your game## Installation
- Clone the repo, `git clone https://github.com/durocodes/discordle`.
- Copy the `.env.example` into a new file called `.env`, and fill in the fields.
- Install dependencies, `npm i`.
- To start in dev mode, use `npm test`.
- To start in production mode, use `npm start`.
- Feel free to configure the code how you wish.> Credit: Duro#5232 on Discord - DM me if you have any questions or suggestions.