Skip to content

BinhKhuu/Naughts_And_Crosses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naughts & Crosses Game

Single player Naughts and Crosses game with 3 difficulty settings (easy, medium and hard).
build on React and Boostrap

######### fits in 2560x1440 resolution there are elements out of screen for smaller resolutions


Requirments:

  1. IE > 8 or any other web brower
  2. Node
  3. Node package manager
  4. Currently built with 1440p monitor sizes

Install:

  1. git clone or download https://github.com/spoonable/Naughts_And_Crosses.git
  2. npm rm -rf node_modules
  3. npm install
  4. run npm start
  5. go to local host:3000

Game Instructions:

  • Select who you want to be ( X or O ) by clicking on the red X bar or yellow O bar

    • X player always goes first
  • Select Game difficulty (default Hard) by clicking the top right drop down menu

  • Once game is finished you have the options of Clear or New Game

  • New Game

    • starts all over again, scores are reset and player must pick a symbol X or O
  • Clear

    • resets game board

Binh Khuu