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

https://github.com/kennizen/wordle-mult

Everybody's favorite wordle game with a twist of multiplayer.
https://github.com/kennizen/wordle-mult

experessjs javascript nodejs reactjs socket-io sqlite3 tailwindcss typescript wordle wordle-game

Last synced: 5 months ago
JSON representation

Everybody's favorite wordle game with a twist of multiplayer.

Awesome Lists containing this project

README

          

# Classic wordle game with a twist of multiplayer.

### To run the game locally

Clone the client repo

```js
npm install
npm run dev
```

Clone the [server](https://github.com/kennizen/wordle-mult-server) repo

```js
npm install
npm start
```

### Below are some of the screenshots of the game in action