Simple tic-tac-toe game using HTML and JS.
This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
John Espiritu d740403f27 Add GH Action deployment. 2021-07-18 02:54:17 +08:00
.github/workflows Add GH Action deployment. 2021-07-18 02:54:17 +08:00
dist Initial commit. 2021-07-18 02:38:42 +08:00
README.md Initial commit. 2021-07-18 02:38:42 +08:00
screenshot.png Initial commit. 2021-07-18 02:38:42 +08:00

README.md

Tic-Tac-Toe

A simple tic-tac-toe game.

screenshot

Local Setup

  • Run with PHP local server, then open http://localhost:8080:
    php -S localhost:8080 -t dist
    
  • Directly open dist/index.html on a web browser.