Compare commits

..

8 Commits

Author SHA1 Message Date
minhdb 4720187af6 Merge branch 'master' of https://github.com/minhdb/Connect4 2023-01-17 09:47:55 +07:00
minhdb 8a39daf70a Added more stuffs to README. Cleaned up code 2023-01-17 09:47:39 +07:00
minhdb 25c26ca354 Added more stuffs to README. Cleaned up code 2023-01-17 09:46:57 +07:00
Minh Bui 5a30b9ec12 Update README.md 2020-01-13 12:32:43 -07:00
Minh Bui 7e3ee49ca6 Updat README image 2020-01-07 13:20:21 -07:00
Minh Bui 7a32a17712 Updat README image 2020-01-07 13:18:37 -07:00
Minh Bui fddddefc51 Update README 2020-01-07 13:17:03 -07:00
Minh Bui fc3ec3660c Update project 2020-01-07 13:14:23 -07:00
+1 -3
View File
@@ -3,9 +3,7 @@
## 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
<p align="center">
<img src="https://i.imgur.com/MibgAOA.png" width=50% height=50% />
</p>
![Connect4](https://i.imgur.com/MibgAOA.png)
## How to run the code locally