Go to file
Selim Eser 1d74dc8f31 Fixed checkWin method and README 2025-01-03 20:32:38 +01:00
.gitignore Added README and updated .gitignore again 2025-01-03 20:14:12 +01:00
4GEWINNT.php Fixed checkWin method and README 2025-01-03 20:32:38 +01:00
README.md Fixed checkWin method and README 2025-01-03 20:32:38 +01:00

README.md

4GEWINNT

Built in PHP.

How to host local server

Make sure PHP is installed.

Run php -S 0.0.0.0:8000 4GEWINNT.php.

Now open your browser and enter http://localhost:8000/ as URI.

Dev

Selim