Skip to content

Commit

Permalink
CI: Updated data.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishq-singh-2301 committed Jan 26, 2024
1 parent ea52b11 commit 301d650
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
||A|B|C|
|-|:-:|:-:|:-:|
|**1**|![](./images/green/1.png)|![](./images/green/blank.png)|![](./images/green/0.png)|
|**2**|![](./images/green/0.png)|![](./images/green/1.png)|![](./images/green/blank.png)|
|**3**|![](./images/green/1.png)|![](./images/green/blank.png)|![](./images/green/0.png)|
|**2**|![](./images/green/0.png)|![](./images/green/1.png)|![](./images/green/1.png)|
|**3**|![](./images/green/1.png)|![](./images/green/0.png)|![](./images/green/0.png)|


### **Who is what?**
Expand All @@ -22,9 +22,7 @@

|FROM|TO - _just click one of the links_ :)|
|-|-|
|**1**|<a target="_blank" rel="noopener" href="https://github.com/tanishq-singh-2301/tic-tac-toe-readme/issues/new?title=_ttt_move_b1_:'..:':'._&labels=make+move&body=Just+push+'Submit+new+issue'.+You+don't+need+to+do+anything+else.">B1</a>|
|**2**|<a target="_blank" rel="noopener" href="https://github.com/tanishq-singh-2301/tic-tac-toe-readme/issues/new?title=_ttt_move_c2_:'..:':'._&labels=make+move&body=Just+push+'Submit+new+issue'.+You+don't+need+to+do+anything+else.">C2</a>|
|**3**|<a target="_blank" rel="noopener" href="https://github.com/tanishq-singh-2301/tic-tac-toe-readme/issues/new?title=_ttt_move_b3_:'..:':'._&labels=make+move&body=Just+push+'Submit+new+issue'.+You+don't+need+to+do+anything+else.">B3</a>|
|**1**|<a target="_blank" rel="noopener" href="https://github.com/tanishq-singh-2301/tic-tac-toe-readme/issues/new?title=_ttt_move_b1_:'..:::.._&labels=make+move&body=Just+push+'Submit+new+issue'.+You+don't+need+to+do+anything+else.">B1</a>|


**How this works**
Expand All @@ -47,3 +45,5 @@ Raise an [issue](https://github.com/timburgan/timburgan/issues), and include the
|4|A2|[@AI](https://github.com/tanishq-singh-2301/tic-tac-toe-readme)|
|5|B2|[@lulunac27a](https://github.com/lulunac27a)|
|6|C3|[@AI](https://github.com/tanishq-singh-2301/tic-tac-toe-readme)|
|7|C2|[@Saipraneeth99](https://github.com/Saipraneeth99)|
|8|B3|[@AI](https://github.com/tanishq-singh-2301/tic-tac-toe-readme)|
20 changes: 14 additions & 6 deletions game/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
[
0,
1,
""
1
],
[
1,
"",
0,
0
]
],
Expand Down Expand Up @@ -50,16 +50,24 @@
"moveTo": "C3",
"name": "AI",
"url": "https://github.com/tanishq-singh-2301/tic-tac-toe-readme"
},
{
"moveTo": "C2",
"name": "Saipraneeth99",
"url": "https://github.com/Saipraneeth99"
},
{
"moveTo": "B3",
"name": "AI",
"url": "https://github.com/tanishq-singh-2301/tic-tac-toe-readme"
}
],
"movableMoves": [
"B1",
"C2",
"B3"
"B1"
],
"whoWon": {
"user": "",
"array": []
},
"slf": ":'..:':'."
"slf": ":'..:::.."
}

0 comments on commit 301d650

Please sign in to comment.