Compare commits

...

2 Commits

Author SHA1 Message Date
minhdb 26e862d78c Merge branch 'main' of code.minhdb.io:minhdb/2018-Connect4 2023-01-17 11:16:24 +07:00
minhdb 5d17bf33f4 Resize img in README 2023-01-17 11:15:37 +07:00
+1 -1
View File
@@ -4,7 +4,7 @@
Connect 4 is a two-player zero-sum connection game. For more details on rules, please refer to: https://en.wikipedia.org/wiki/Connect_Four
<p align="center">
<img src="https://i.imgur.com/MibgAOA.png" width=60% height=60% />
<img src="https://i.imgur.com/MibgAOA.png" width=50% height=50% />
</p>
## How to run the code locally