smilegupta / Angular-Tic-Tac-Toe

Tic-tac-toe is a game of noughts and crosses or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Home Page:https://tic-tac-toe-game-8b6d7.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-Tic-Tac-Toe

Open Source Love Awesome Made With Love

Tic-tac-toe is a game of noughts and crosses or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Technology Stack Used

HTML CSS Angular Firebase

  • Front End - HTML, CSS
  • Framewrok - Angular
  • Back End as a Service - Firebase

Need help?


  if (needHelp === true) {
     var emailId = "guptamiley3012@gmail.com";
     // email is the best way to reach out to me.
     sendEmail(emailId);
  }

Facebook Instagram LinkedIn Twitter

Glad to see you here! Show some love by starring this repo.



  if (isAwesome) {
    // thanks in advance :p
    starThisRepository();
  }


About

Tic-tac-toe is a game of noughts and crosses or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

https://tic-tac-toe-game-8b6d7.firebaseapp.com


Languages

Language:TypeScript 74.8%Language:JavaScript 12.2%Language:HTML 7.5%Language:CSS 5.5%