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

https://github.com/altanis/wordle

Basic wordle clone.
https://github.com/altanis/wordle

Last synced: about 1 year ago
JSON representation

Basic wordle clone.

Awesome Lists containing this project

README

          

# WORDLE 2.0

While Wordle by itself may be fun, it becomes more intriguing when additional features are added. As such, I've taken the liberty to work on an open-sourced extension of Wordle.
Currently, the source code is unfinished and only has the basic Wordle functions. In the coming days, updates will be pushed and extended features will function.

Progress:
- [x] Basic Wordle Functions
- [x] Create serversided functions (initializing a game, guessing words, getting results).
- [x] Create clientsided functions (adding elements on DOM and making them functional).
- [x] Statistics, to see how well you've fared in your wordles.
- [x] Options Menu
- [x] Create toggleable dark mode.
- [x] Add hint system.
- [x] Multiplayer Battles
- [x] Create lobby system.
- [x] Allow a player to join.
- [x] Create different statistics modal for Multiplayer.
- [ ] Cancel button.
- [ ] Options (public/private, invite code, etc).

**Awaiting new suggestions.**

***Progress is variable and may change at any moment.***