Table of Contents
Play Wordle against the 🤖 BOT, read words list or use gWordle Helper to help you solve your daily Wordle attempt.
To get a local copy up and running follow these example steps.
(These are general guidelines that require some basic knowledge of the Linux system, the MySQL database, and the PHP CodeIgniter framework)
A LAMP stack (Linux-Apache-MySQL-PHP).
- Clone the repo (main branch)
git clone https://github.com/gcangini/gwordle
- add CodeIgnitier4 framework missing files
cd gwordle composer install chmod -R ug+w writable - create and populate database (with SQL scripts)
- create .env file to set app.baseURL and database connection parameters
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin https://github.com/<YOUR_USER>/<YOUR_PROJECT> git remote -v # confirm the changes
- configure sitemap.xml with your own URL
- setup the daily update of past used words with a call to /five-forks (i.e. with crontab wget)
- Enjoy :-)
(🔼 top)
- restricted area with access via Google login for users participating in the monthly private Wordle championship
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Creative Commons CC0 1.0 Universal license.
Gianlica Cangini - gcangini@hotmail.com
Project Link: https://github.com/gcangini/gwordle
Online web app: https://gwordle.gigini.it
- my friends who beta-tested the app (Cea, Linda, Fausto)
- FiveForks Wordle page that provide daily update of Past Used Wordle Words