Ugonz86 / TicTacToe3

Minimalistic Game Web App designed with Html, CSS and Javascript. Level: Difficult

Home Page:https://ugonz86.github.io/TicTacToe3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

An Object-Oriented JavaScript website for a Tic Tac Toe game using multiple constructors and prototypes. 11/06/19

By Uriel Gonzalez and Nina Potrebich

Specs

Spec Input Output
Homepage User accesses homepage Homepage with start button
Homepage User clicks start Game box appears
By default, the user X starts first against the program (O) User clicks in any square (X) The computer selects a random spot (O)
The program recognizes who is the winner Winner X click You won
The program recognizes who is the winner The computer wins The computer won
The program recognizes if there is a tie Last click on full grid It's a tie

Setup/Installation Requirements

Known Bugs

No bugs at the moment.

Github Link

Support and contact details

Technologies Used

  • HTML - for UI layout
  • CSS - for UI styling
  • Bootstrap - for UI layout and styling
  • JavaScript - for backend functionality
  • jQuery - To help back end code have effects on UI
  • Atom - To write and edit the code
  • Chrome - To help debug and see progress

License

MIT License

Copyright (c) 2019

About

Minimalistic Game Web App designed with Html, CSS and Javascript. Level: Difficult

https://ugonz86.github.io/TicTacToe3/


Languages

Language:JavaScript 79.7%Language:HTML 14.5%Language:CSS 5.8%