Nowadays, we are often confronted with "Captcha".
These tests to know if we are robots or not.
They are all very boring and not very fun.
Imagine a world where to submit a form on your favorite site, you have to find Wally (or Waldo or Charlie).
Yes, you know this guy:
The goal of this project is to implement a captcha where the objective is to find Wally.
You need to have PHP and Composer installed on your computer.
Clone the project:
git clone https://github.com/Romaixn/captcha-wally.gitInstall the dependencies:
composer install
npm iRun the server: With Symfony Binary :
symfony serve -d Or with PHP :
php -S localhost:8000 -t publicBuild the assets:
npm run devSplit base image:
php bin/console app:split-image images/wally-1.pngAnd go to https://localhost:8000 🚀
Contributions, issues and feature requests are welcome !
Feel free to check issues page.
To contribute to this project, please follow these steps:
Fork this repository.
Clone your forked repository.
Follow the Installing section.
After that, you can make your changes.
Run the analysis tool to ensure that everything is working. :
vendor/bin/psalmFix the code style:
vendor/bin/php-cs-fixer fixGive a ⭐️ if you like this project !
