Skip to content

skipzero/noughts-and-crosses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noughts and Crosses

deps Coverage Status Build Status

Noughts and Crosses (tic tac toe) with react.js

About this game

We've developed this little game while trying out ReactJS and while looking at examples, and not knowing what to do about the computer AI (it is a single player game only, of course), read about the Monte Carlo Simulation: Monte Carlo Method

So that's going to be our AI once I get it done! ;p

till then, follow the instructions below to play with whatever is done at this time!

Enjoy! :)

Getting Started

clone repo locally

yarn

To start server:

to run the game locally

yarn start (or npm start)

To run tests:

to run the test suite

yarn test (or npm test)

About

tic tac toe with react.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors