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.
Two boards created with exploration of css capacity being main goal of second board.
Trello Board, with associated To Do, Doing, Done list.
- Two player game functionality
- Multiple Game Rounds
- Customisation of board (ie X, O, name, picture etc)
- Local storage capacity
- Custom board sizes
- AI capacity
- Display 3 x 3 grid in centre of Page
- Title and description of game.
- 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.
- JavaScript
- HTML
- CSS