Created
March 20, 2018 10:48
-
-
Save TheCodingLady/75091f3de12840c8813d0b6dce2a310a to your computer and use it in GitHub Desktop.
laloupe-0218-tictactoe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section> | |
| <div class="container rules"> | |
| <div class="row rulesplace"> | |
| <div class="col-md-12"> | |
| <h4 class="rulestitle"><strong>The Rules of the Game</strong></h4> | |
| <p>The object of Tic Tac Toe is to get three in a row. One player is known as X's and the other is O's. Players alternate placing their X's and O's on the game board until either player has three in a row, or all nine squares are filled. X's always go first, and in the event that no one has three in a row, the stalemate is called a cat game.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment