RGBdle is a game inspired on Josh Wardle's Wordle. At the mere sight of a color, you must guess it's RGB code in ten attempts or less.
First, clone the repository:
git clone https://github.com/hickatheworld/rgbdle.git
Then, install the dependencies:
cd rgbdle
yarn install
Finally, you can start the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
If you have any bug to report, feature request, or just want to say hi, feel free to open an issue.
You can also fork the project and make a pull request to implement your changes, it is very much appreciated!
To learn more about technologies used in this project, take a look at the following resources:
- Learn React
- React Documentation
- Learn Next.js
- Next.js Documentation
- Learn Tailwind CSS
- Tailwind CSS Documentation
Project created by Paul Leflon, inspired by Josh Wardle's Wordle.