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 !
- Host: GitHub
- URL: https://github.com/crizmo/cordle
- Owner: crizmo
- Created: 2023-03-18T07:08:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T11:56:27.000Z (over 2 years ago)
- Last Synced: 2025-01-18T17:52:06.753Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cordle.vercel.app/
- Size: 401 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.