nataliesmyth / tictactoe

This tic-tac-toe web application! User's can use the application to play tic tac toe

Home Page:https://nataliesmyth.github.io/tictactoe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIC TAC TOE: A Description

This application allows the user to do sign in/up/out, change their password, and play a game of tic tac toe. If the user can only play against another person on their 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! NOTE: This is a TOY application and real passwords should not be used.

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

  • Bootstrap
  • HTML/CSS
  • Javascript
  • jQuery

Unsolved Problems

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

Images


Wireframe

wireframe

About

This tic-tac-toe web application! User's can use the application to play tic tac toe

https://nataliesmyth.github.io/tictactoe/

License:Other


Languages

Language:JavaScript 82.7%Language:HTML 6.6%Language:SCSS 5.6%Language:Shell 5.1%