Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 418 Bytes

TicTacToeAngular

This is The Tic Tac Toe Game You can play with two players

Later I will use this project to play with brain.js

Demo

You can use this demo here: https://bcanape-tic-tac-toe-angular.netlify.com/

Getting Started

Prerequisites

You need npm to install and run the app

Installing

To launch the app you need to open a terminal and type theses commands:

npm install
ng serve