Cordle is a word-guessing game similar to Wordle, but with a twist: all of the words you'll be guessing are related to code and programming. This makes Cordle a fun and challenging way to test your knowledge of programming terminology and improve your vocabulary in this area.
If you'd like to contribute to Cordle, there are a few guidelines you should follow:
- Fork the repository and clone it to your local machine.
- You can add new words to the game by adding them to the
./src/routes/words.server.js
file. Each word should be on its own line. - Then test your changes before submitting a pull request.
- Once you're satisfied with your changes, submit a pull request.
The basic template given by svelte was used to build this project.