Skip to content

Khalasar/tic_tac_toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Browser based Tic Tac Toe

Gameplay

2 players play Tic Tac Toe taking turns on the same browser window (no network-multiplayer, no AI).

Target design

TODO

Environment

Setup

  • Fork this project into your github account
  • Clone fork on your machine
  • In project folder:
    • npm install

Run, test, build

  • Start dev server: npm start
  • To run the application open http://localhost:8080/webpack-dev-server/
  • To run tests open http://localhost:8080/webpack-dev-server/test
  • (Build release version to ./release: npm run-script webpack)

Technologies used

  • Webpack for asset bundling
  • React for web components
  • Sass for CSS preprocessing
  • Mocha as test runner and Chai as assertion library

About

Browser based Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 12.2%
  • CSS 4.0%