This is an older repository, you can find an improved version of this web application here. Thanks.
A web application for playing tic-tac-toe against a computer opponent (CPU). Built using React.
- NodeJS and NPM
- Clone the repository to your local machine using the following command:
git clone https://github.com/Angoooose/tic-tac-toe
- Execute
npm install
to install the needed NPM packages. - Execute
npm start
, this should open the application in your browser atlocalhost:3000
.