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

https://github.com/crizmo/cordle

Cordle is like Wordle but with coding-related words. Wordle for programmers !
https://github.com/crizmo/cordle

Last synced: over 1 year ago
JSON representation

Cordle is like Wordle but with coding-related words. Wordle for programmers !

Awesome Lists containing this project

README

          

# 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.