Compare commits

..

5 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
minhdb ed696eb5b6 Resize img in README 2023-01-17 11:15:09 +07:00
minhdb b1da07512f Updated img in README 2023-01-17 11:10:21 +07:00
minhdb cbce9f76c4 Migrated repos from Github 2023-01-17 09:51:29 +07:00
+3 -1
View File
@@ -3,7 +3,9 @@
## Description
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
![Connect4](https://i.imgur.com/MibgAOA.png)
<p align="center">
<img src="https://i.imgur.com/MibgAOA.png" width=50% height=50% />
</p>
## How to run the code locally