Compare commits

..

3 Commits

Author SHA1 Message Date
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 ## 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 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=60% height=60% />
</p>
## How to run the code locally ## How to run the code locally