You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
assets/images | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
favicon.ico | 2 years ago | |
index.html | 2 years ago | |
share.php | 2 years ago | |
vars.php.example | 2 years ago | |
words.php | 2 years ago |
README.md
wordle.ピケ.コム
hosting
- install:
- PHP (I use 8.2.1)
- PostgreSQL (I use 15.6)
- clone this repo,
git clone https://git.xn--rck9c.xn--tckwe/pk11/wordle.git
- copy
vars.php.example
tovars.php
- edit
vars.php
as explained in the file - create the following tables in the configured database:
CREATE TABLE words ( id INT PRIMARY KEY, solution VARCHAR(5) NOT NULL, print_date VARCHAR(10) NOT NULL, days_since_launch INT, editor VARCHAR(64) );