forked from wjc86/Git-Exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tic-tac-toe.txt
32 lines (28 loc) · 1.53 KB
/
tic-tac-toe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
________ __ ________ ________
/ |/ | / | / |
$$$$$$$$/ $$/ _______ $$$$$$$$/______ _______ $$$$$$$$/______ ______
$$ | / | / |______ $$ | / \ / |______ $$ | / \ / \
$$ | $$ |/$$$$$$$// |$$ | $$$$$$ |/$$$$$$$// |$$ |/$$$$$$ |/$$$$$$ |
$$ | $$ |$$ | $$$$$$/ $$ | / $$ |$$ | $$$$$$/ $$ |$$ | $$ |$$ $$ |
$$ | $$ |$$ \_____ $$ |/$$$$$$$ |$$ \_____ $$ |$$ \__$$ |$$$$$$$$/
$$ | $$ |$$ | $$ |$$ $$ |$$ | $$ |$$ $$/ $$ |
$$/ $$/ $$$$$$$/ $$/ $$$$$$$/ $$$$$$$/ $$/ $$$$$$/ $$$$$$$/
Welcome to the worst way to play tic-tac-toe
1. Create a new branch for your game.
2. Create a branch from your branch, make your move, then create a pull request, and merge your move onto the board
3. Get someone else to branch from your branch, make their move, and pull request it in
4. Keep playing until the game is over!
| |
| |
| |
| |
--------------------------------------------------
| |
| |
| |
| |
--------------------------------------------------
| |
| |
| |
| |