{"id":16131136,"url":"https://github.com/brandoncardoso/mnk","last_synced_at":"2026-04-16T12:01:54.498Z","repository":{"id":148567581,"uuid":"122137992","full_name":"brandoncardoso/mnk","owner":"brandoncardoso","description":"An MNK game library.","archived":false,"fork":false,"pushed_at":"2020-11-11T06:14:16.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T13:23:25.991Z","etag":null,"topics":["game","mnk","numpy","python","tictactoe"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brandoncardoso.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":"2018-02-20T00:22:52.000Z","updated_at":"2023-02-22T05:52:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa8a9050-ff26-4cd0-8814-338062150044","html_url":"https://github.com/brandoncardoso/mnk","commit_stats":null,"previous_names":["brancardoso/mnk","brandoncardoso/mnk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brandoncardoso/mnk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandoncardoso%2Fmnk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandoncardoso%2Fmnk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandoncardoso%2Fmnk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandoncardoso%2Fmnk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brandoncardoso","download_url":"https://codeload.github.com/brandoncardoso/mnk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandoncardoso%2Fmnk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["game","mnk","numpy","python","tictactoe"],"created_at":"2024-10-09T22:19:18.659Z","updated_at":"2026-04-16T12:01:54.472Z","avatar_url":"https://github.com/brandoncardoso.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MNK Game\nA connect K-in-a-row game on a M*N grid.\n\n### Setup\nWith pip.\n```\n$ pip install git+https://github.com:BrandonCardoso/mnk_game.git\n```\n\nWithout pip.\n```\n$ git clone https://github.com/BrandonCardoso/mnk_game.git\n$ cd mnk_game\n$ python setup.py install\n```\n\n### How to use\nHere's an example of setting up a Tic-Tac-Toe game between 2 random players.\n```\nfrom mnk_game import MNK_Game, RandomPlayer\n\np1 = RandomPlayer()\np2 = RandomPlayer()\ngame = MNK_Game(grid_width=3, grid_height=3, win_chain_length=3, p1, p2)\ngame.play(draw_grid=True)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandoncardoso%2Fmnk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandoncardoso%2Fmnk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandoncardoso%2Fmnk/lists"}