{"id":18779645,"url":"https://github.com/var7600/connect4","last_synced_at":"2025-12-18T03:30:16.920Z","repository":{"id":169613435,"uuid":"465076982","full_name":"Var7600/Connect4","owner":"Var7600","description":"Gaming Connect 4 Classic the Win","archived":false,"fork":false,"pushed_at":"2024-12-06T15:27:26.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T10:29:59.989Z","etag":null,"topics":["connect4","connect4-game","connect4-game-in-c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Var7600.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-01T22:29:00.000Z","updated_at":"2024-12-06T15:27:30.000Z","dependencies_parsed_at":"2023-07-24T18:31:57.017Z","dependency_job_id":null,"html_url":"https://github.com/Var7600/Connect4","commit_stats":null,"previous_names":["var7600/connect4"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FConnect4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FConnect4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FConnect4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FConnect4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Var7600","download_url":"https://codeload.github.com/Var7600/Connect4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239691005,"owners_count":19681212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["connect4","connect4-game","connect4-game-in-c"],"created_at":"2024-11-07T20:22:01.660Z","updated_at":"2025-12-18T03:30:16.888Z","avatar_url":"https://github.com/Var7600.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connect 4 GAME\n\n*date*    : 03/2022\n\n*version* : 1.0\t\n\nthe Connect 4 game, which is played with a vertical grid of 6x7 seven\nvertical grid of seven columns by six rows. Each player has twenty-one tokens of one color\ncolor (most often red and yellow, translated in our example by the characters \"O\" and \"X\" places them in the grid in turn.\nTo win the game, a player must line up four chips vertically, horizontally or obliquely.  It is the same principle as Tic-Tac-Toe with one difference: the grid is\nvertical, which means that the chips fall to the bottom of the column chosen by the player. For\nmore details, I refer you to the dedicated article on Wikipedia .\n[Wikipedia](https://en.wikipedia.org/wiki/Connect_Four)\n\n### Objective\nthis program was develop using the `C programming language`, the purpose was to have a program that you can run on your console to play \nconnect 4 game.\n\n### Prerequisite\n-`gcc`\n-`make`\n-`git`\n\nyou need to have ` gcc ` install and the ` make ` and `git` utility installed on your system if you are on - `Windows` you can download gcc on \n\n[Mingw](https://sourceforge.net/projects/gcc-win64/)\n\nor watch  tutorials\n\nhttps://www.youtube.com/watch?v=maKL0d1Qi6M\n\nhttps://www.youtube.com/watch?v=taCJhnBXG_w\n\non `Linux` ` gcc `  and ` make ` are already available, if not you can install them buy usiing this command \nin your terminal by using your packet manager : -`apt`-`dnf`......\n\n``` bash\nsudo apt install  build-essential \n```\nand install git by typing\n\n```bash\nsudo apt install git\n```\n\n### Download\nif the ` git ` utility is already installed on your system you can download the source code by running this command on your terminal\n\n```bash\ngit clone https://github.com/DD7600/Connect4.git\n```\n Or you can  Dowload the Zip Archive\n\n### Compilation\nafter the respitory dowloaded you cant type this command\n\n-On `Linux`\n\n```bash\ncd ./Connect4\n./install.sh\n```\n-On `Windows`\n\n```bash\ncd ./Connect4\nmake \u0026\u0026 make clean\n```\n\n\n### Execution\nto run the game type\n\n```bash\n./connect4\n```\nif everything is okay by now you will see the game start enjoy :)\n![Welcome](images/welcome.png)\n![Grid](images/grid.png)\n![End](images/end.png)\n\n#### Feedback\nif you have any problems , suggestions , remarks , contributions you can contact me on github,\nany feedback is Welcome!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fconnect4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvar7600%2Fconnect4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fconnect4/lists"}