Skip to content

priyankamk/TicTacTorio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacTorio

A Simple 2-player tic tac torio created using HTML,CSS & Javascript made for fun and js practice.

Description

Tic Tac Torio is a two player game where the goal of each user is to mark their turn as an Red-Torio or an Green-Torio on a gameboard with three columns and three rows. The first user to get three in a row, either diagonally, horizontally, or vertically will be the winner. In the case of a tie, the users will be asked to play the game again until a clear winner has been declared.

Motivation

Tic tac toe is a solid game to show front-end capabilities in the browser and Js practice.

Stretch Goals

  • Dont display the game board before clicking Let's play button DONE

  • When the user wins, show text that the player won the game. DONE

  • Make the gameboard and page as a whole colorful. DONE

Difficulties

  • Project planning and figuring out what sort of JS functions I want to have in my tic tac toe game.

  • Understanding JS data structures

  • Deducing best practices with JS to make sure that the end user is able to enjoy the game.

Build with

HTML, CSS, JavaScript and Dom manipulation