Skip to content

seekandhit/TicTacToeTwo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeekandHit entry task

Task: Tic Tac Toe!

Implement a basic Tic Tac Toe game.

Specifications:

  • Fork this repository. The project is already bootstraped via create-react-app
  • Commit all the steps onto your own fork
  • Allow the board to be of any size. Let's say the board is NxN - it will take N horizontal/vertical/diagonal matches of the same sign to win. Where N can be greater than 2 and less than 7.
  • Let the user define the board size before the start of the game
  • If all squares are filled, the squares should not be clickable
  • If a win/loss or draw occurs - allow the user to restart the game
  • The game should keep score how many games X and O have won and how many games were draw
  • Make it responsive on mobile, tablet and desktop devices

Mandatories:


Bonus points:

  • Use React hooks
  • Meaningful tests, not just tests for coverage
  • Clean, concise, reusable code
  • Make it look nice
  • Clear git usage. Commit when you make a nice amount of work that doesn't break the master branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published