Skip to content

matthewpereira/es6-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Setup

  1. From the command line, clone the repo to a directory with git clone https://github.com/matthewpereira/es6-tictactoe.git
  2. Navigate into your new directory with cd es6-tictactoe
  3. Run npm install
  4. Run npm run start

Tests

  1. Run npm run test

Todo

  • Have the computer player look ahead for intelligent moves instead of making random ones
  • More descriptive start screen

About

A simple Tic Tac Toe example written in ES6 and React javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published