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.
tic-tac-toe/README.md

297 B

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.