Specs | Input | Output |
---|---|---|
Start() method initializes game object, creates 1 board object, 9 space objects and 2 player objects. | newGame.start() | return 1 board{}, 9 space{}, 2 player{} |
Board Object recognizes space object | Board.find(1,2) | space{3} |
modify space object | space.this.marked ="none" | space.this.marked ="player1" |
Initialize 2 players | function(array) | |
Function that will validate userinput. If less than zero, throw an alert | function(input) | Alert("Number must be bigger than or equal to 0 ") |
Description goes here
cd /desiredLocation
git clone https://github.com/doomcatlee/trackSuggester
cd trackSuggester
open index.html
Known bugs here
Contact information here
bash git
This software is licensed under the MIT license.
Copyright (c) 2017 Alex Lee