Tic-Tac-Toe for Journals (HTML)
THERE'S AN APP FOR THAT!
![[insanejournal.com profile]](https://www.dreamwidth.org/img/external/ij-userinfo.gif)
You'll have to input previous moves when making a new one but that takes a grand total of five seconds so NO WHINING. ONLY MARIN-APPRECIATION IS ALLOWED HERE.
don't ask me why i spent so much time on this. i really don't know.
It looks like this when it's fresh:
And it can look like this when it's filled out:
X | O | X |
X | O | O |
O | X | X |
Instructions: Starting a New Game / The First Move
- Copy and paste the contents of NEW GAME CODE (the text box below) in a post or comment.
- This will create the game board and a small text box for the next player to copy and paste from.
- Place the first X.
If you're comfortable with HTML you can figure out where to put the first X.
But if you're not, I tried to explain in this image. I promise it looks scarier than it is. - Copy the code. Now that you've made the move, copy the entire table's HTML code. Begin with <table and end after </table>
- Paste the code. Replace [PASTE YOUR CODE HERE] with what you just copied.
- Post it!
Instructions: Making Subsequent Moves
- Copy and paste the contents of SUBSEQUENT MOVE CODE (the text box below) in a comment.
- Input the preceding moves. The last player's move should include a text box with some code. Copy all of that box's contents, and in your comment, replace [PASTE OLD CODE HERE] with what you just copied.
- This will create the game board (with all preceding moves filled in) and a small text box for the next player to copy and paste from.
- Make your move by inputting an X or O in the appropriate spot in the table code.
If you're comfortable with HTML you can figure it out.
But if you're not, I tried to explain in this image. I promise it looks scarier than it is. - Copy the code. Now that you've made the move, copy the entire table's HTML code. Begin with <table and end after </table>
- Paste the code. Replace [PASTE YOUR NEW CODE HERE] with what you just copied.
- Post it!
SUBSEQUENT MOVE CODE
sample new game
[How to make the next move & tic-tac-toe information.]
sample subsequent move
[How to make the next move & tic-tac-toe information.]
sample subsequent move, 2
[How to make the next move & tic-tac-toe information.]
no subject
This is amazing
no subject
She probably thinks HTML is a new protein powder.