Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 506 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 506 Bytes

tic-tac-toe

A simple game of tic-tac-toe

Installation

Requires npm to build it.

  1. Clone the repo
    git clone https://github.com/wroveda/tic-tac-toe.git
    
  2. Install the dependencies
    npm install
    
  3. Build the site
    npm run serve
    
  4. Connect to the displayed url with your prefered browser

Example

Example of the project deployed here: site

License

Distributed under the MIT license. See LICENSE for more information.