- Basic authentication
- Real-time chat (messages get wiped during reconnection)
- Game reconnection
- Word hints (green, amber and grey colors)
- Leaderboard
- Messages describing other player's actions (left the room, joined the room, etc)
- Smooth UI/UX
- Start the wordle server.
- Set the URL value in nuxt.config.ts
runtimeConfig: {
public: {
baseURL: 'http://localhost:9000'
}
}
- Run server in dev mode
yarn && yarn run dev