Skip to content

Salmonster/ReacTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReacTicTacToe

Tic-Tac-Toe built using ReactJS. The rendering on the front end and the algorithm on the back end that checks for a winner are both equipped to handle any NxN board. The board size can be manipulated by adding to or taking away from the number of n's in the "spaces" array defined in the getInitialState function for the Tictactoe component (found in client/tictactoe.jsx). To run it just clone the repo, npm install from the root directory, then run npm start. Runs on port 8000.

About

Tic-Tac-Toe built using ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published