{"id":25575741,"url":"https://github.com/bp0609/algorithmic-solution-of-various-games-using-dsa","last_synced_at":"2025-09-23T15:44:49.387Z","repository":{"id":195130627,"uuid":"692315809","full_name":"bp0609/Algorithmic-Solution-of-various-games-using-DSA","owner":"bp0609","description":"This repository implements optimal move selection for games like Connect4, Game of Sim, and Tic-Tac-Toe using graph traversal. It also includes solutions for Up-it-Up, Puzzle-8, and a 2x2x2 Rubik’s Cube Solver, using efficient numeric encoding to minimize computational complexity.","archived":false,"fork":false,"pushed_at":"2024-07-12T08:47:49.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T22:22:04.965Z","etag":null,"topics":["binary-encoding","breadth-first-search","graph-traversal","oop"],"latest_commit_sha":null,"homepage":"","language":"C","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/bp0609.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":"2023-09-16T05:25:32.000Z","updated_at":"2024-12-08T10:06:43.000Z","dependencies_parsed_at":"2023-11-19T07:23:29.879Z","dependency_job_id":"6e2b514b-598d-484a-b938-d34d150b0605","html_url":"https://github.com/bp0609/Algorithmic-Solution-of-various-games-using-DSA","commit_stats":null,"previous_names":["bp0609/games","bp0609/algorithmic-solution-of-various-games-using-dsa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bp0609/Algorithmic-Solution-of-various-games-using-DSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp0609%2FAlgorithmic-Solution-of-various-games-using-DSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp0609%2FAlgorithmic-Solution-of-various-games-using-DSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp0609%2FAlgorithmic-Solution-of-various-games-using-DSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp0609%2FAlgorithmic-Solution-of-various-games-using-DSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bp0609","download_url":"https://codeload.github.com/bp0609/Algorithmic-Solution-of-various-games-using-DSA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp0609%2FAlgorithmic-Solution-of-various-games-using-DSA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276603367,"owners_count":25671749,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["binary-encoding","breadth-first-search","graph-traversal","oop"],"created_at":"2025-02-21T02:45:06.430Z","updated_at":"2025-09-23T15:44:49.367Z","avatar_url":"https://github.com/bp0609.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Games\nThese are the links of the game in case if you don't know the game.\u003cbr\u003e\u003cbr\u003e\n\n2x2x2 Rubix Cube Solver Repository ---\u003e https://github.com/bp0609/bp0609-2x2-Rubix-Cube-Solver\u003cbr\u003e\u003cbr\u003e\nConnect 4 ---\u003e https://en.wikipedia.org/wiki/Connect_Four\u003cbr\u003e\u003cbr\u003e\nPuzzle 8  ---\u003e https://www.mathsisfun.com/games/arrange.html\u003cbr\u003e\u003cbr\u003e\nMarble Game\u003cbr\u003e\n\u003ct\u003eEasy Version (DFS)---\u003e https://codeforces.com/contest/1914/problem/E1\u003cbr\u003e\n\u003ct\u003eHard Version ( DFS + Memoisation )---\u003e https://codeforces.com/contest/1914/problem/E2\u003cbr\u003e\n\u003ct\u003eDFS=\u003e Deapth First Search\u003cbr\u003e\n\u003cbr\u003e\nTower Of Hanoi ---\u003e https://www.mathsisfun.com/games/towerofhanoi.html\u003cbr\u003e\u003cbr\u003e\nUp it Up Game ---\u003e https://youtu.be/N_GbBjvU068?si=HhGYFllZ6CLCpMBH\u003cbr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbp0609%2Falgorithmic-solution-of-various-games-using-dsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbp0609%2Falgorithmic-solution-of-various-games-using-dsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbp0609%2Falgorithmic-solution-of-various-games-using-dsa/lists"}