An Object-Oriented JavaScript website for a Tic Tac Toe game using multiple constructors and prototypes. 11/06/19
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 |
- Open Command Line
- cd Desktop
- Git Clone https://github.com/Ugonz86/TicTacToe.git
- cd TicTacToe
- Open index.html
No bugs at the moment.
- 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
MIT License
Copyright (c) 2019