Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 786 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 786 Bytes

Cordle

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.

Contributing

If you'd like to contribute to Cordle, there are a few guidelines you should follow:

  1. Fork the repository and clone it to your local machine.
  2. 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.
  3. Then test your changes before submitting a pull request.
  4. Once you're satisfied with your changes, submit a pull request.

Build

The basic template given by svelte was used to build this project.