nataliesmyth / automatic-octo-umbrella

Tic Tac Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIC TAC TOE: A Description

This application allows the user to play a game of tic tac toe against another person in the browser.

Important Links

Planning Story

The planning began with wireframes to undersand the basic layout of the application. Then the project was broken down into different parts that could be broken down into steps. Originally I started with the Javascript functionality when I should have started with user authentication. Starting with authentication helpes maintain code organization and would have prevented me from having to rewrite some functionality later on in the process. This is a simple game application, the user can log in and play tic tac toe!

User Stories

  • As a user I want to sign up/in/out
  • As a user I want to create a new game
  • As a user I want to read finished games
  • As a user I want to update my password
  • As a user I want to be able to play again after current game ends.
  • As a user I want to be able to know if it's my turn or not.

Technologies Used

  • HTML/CSS
  • Javascript

Unsolved Problems

  1. Fix design issues/inconsistencies
  2. Clean up code - must work on organization.

Images


Wireframe

wireframe

automatic-octo-umbrella

About

Tic Tac Toe


Languages

Language:CSS 45.1%Language:JavaScript 40.3%Language:HTML 14.6%