An open API service indexing awesome lists of open source software.

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

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.