caalberts / tictactoe

Tic Tac Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

Travis Build Status

Created a front-end tic tac toe game. Tic Tac Toe

Play the game here

Lessons applied in making this game:

  • Tic tac toe board in HTML
  • Layout with CSS flex box
  • Animation with CSS transitions
  • Using browserify and babelify to package distributable script
  • CI with Travis and deploy to Heroku

Feel free to comment, fork or suggest any improvement.

About

Tic Tac Toe

License:ISC License


Languages

Language:JavaScript 42.6%Language:CSS 33.5%Language:HTML 23.9%