Skip to content

Class project, front end web application in HTML, Javascript, CSS.

Notifications You must be signed in to change notification settings

RaengC/project0_tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Summary

Class project to create tic-tac-toe game with JavaScript, html and css. Requirements for a two player game with winner getting three X or O in a row, horizontal, vertical or diagonal, with visual display of winner.

First Board

Two boards created with exploration of css capacity being main goal of second board.

Click here for Live Game Link

Second Board

User Stories with associated Technical Tasks

Trello Board, with associated To Do, Doing, Done list.

Key Stories

  • Two player game functionality
  • Multiple Game Rounds
  • Customisation of board (ie X, O, name, picture etc)

Future Stories

  • Local storage capacity
  • Custom board sizes
  • AI capacity

Landing Page Layout

  • Display 3 x 3 grid in centre of Page
  • Title and description of game.

Functionality

  • First click on grid box places X
  • Second click on grid box places O
  • Rotates turn until three matching horizontal, vertical or diagonal wins game
  • Display winner (X or O) on screen.
  • If no winner game can restart.

Technology Utilised

  • JavaScript
  • HTML
  • CSS

About

Class project, front end web application in HTML, Javascript, CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published