Skip to content

Instantly share code, notes, and snippets.

@TheCodingLady
Created March 20, 2018 10:48
Show Gist options
  • Select an option

  • Save TheCodingLady/75091f3de12840c8813d0b6dce2a310a to your computer and use it in GitHub Desktop.

Select an option

Save TheCodingLady/75091f3de12840c8813d0b6dce2a310a to your computer and use it in GitHub Desktop.
laloupe-0218-tictactoe
<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