{"id":26546704,"url":"https://github.com/eeoooue/networked-cube","last_synced_at":"2026-05-15T23:32:04.475Z","repository":{"id":277251139,"uuid":"931806929","full_name":"eeoooue/networked-cube","owner":"eeoooue","description":"Networking exercise with a puzzle cube.","archived":false,"fork":false,"pushed_at":"2025-05-22T08:40:43.000Z","size":3192,"stargazers_count":5,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T08:45:23.974Z","etag":null,"topics":["asp-net","cubing","rest-api","sockets","wpf"],"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/eeoooue.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,"zenodo":null}},"created_at":"2025-02-12T22:13:51.000Z","updated_at":"2025-05-18T17:42:28.000Z","dependencies_parsed_at":"2025-02-13T00:23:45.625Z","dependency_job_id":"a5cff462-7e65-472a-bc27-323464802f6a","html_url":"https://github.com/eeoooue/networked-cube","commit_stats":null,"previous_names":["eeoooue/netcube","eeoooue/networked-cube"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eeoooue/networked-cube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeoooue%2Fnetworked-cube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeoooue%2Fnetworked-cube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeoooue%2Fnetworked-cube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeoooue%2Fnetworked-cube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eeoooue","download_url":"https://codeload.github.com/eeoooue/networked-cube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eeoooue%2Fnetworked-cube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33083530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["asp-net","cubing","rest-api","sockets","wpf"],"created_at":"2025-03-22T05:19:57.852Z","updated_at":"2026-05-15T23:32:04.469Z","avatar_url":"https://github.com/eeoooue.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# networked-cube\n\nA light-hearted networking exercise with a puzzle cube theme. \n\nThe end goal is a suite of networked applications that can be self-hosted on a single machine to present a cube that can be scrambled and solved.\n\nThe puzzle is presented as a cube map in the same manner as in [Old Pochman](https://www.speedcubereview.com/blind-solving-algorithms.html).\n \n## Screenshot\n\n![Image](./misc/example-screenshot.png)\n\n## Design\n\n![Image](./misc/netcube-system-design.png)\n\n## Usage\n\n### Setup\n\n1. Open ```Solution/Solution.sln``` in Visual Studio\n2. Run **CubeService** to make the cube available via the API.\n3. Run **CubeProxy** to make the CubeService API available to other components.\n4. Run **CubeStatePublisher** to make the cube state available to frontends over SignalR.\n5. Run front end application(s) of your choosing to view the cube and interact with it:\n    - Try **CubeVisualizer** to view the cube in 3D\n    - Try **FaceViewer** instances to view individual faces of the cube\n    - Try **FaceViewerCLI** to view the cube within the command line and input moves\n    - Try **CubeManipulator** to submit moves without any cube visuals\n\n### Moves\n\nYou can use standard cube notation to input moves. These are:\n- **U** will rotate the top row right.\n- **D** will rotate the bottom row right.\n- **R** will rotate the right column upwards.\n- **L** will rotate the left column downwards.\n- **F** will rotate the front face clockwise.\n- **B** will rotate the back face counter-clockwise.\n- **M** will rotate the middle column downwards.\n\nYou can use the **{move}'** notation to do a move in reverse. An example would be **U'** to rotate the top row left.\n\nYou can use the **{move}2** notation to do a move twice. An example would be **U2** to rotate the top row left two times.\n\n*Each move uses the **front** face as reference* \n\n## Contributing\n\nIf you know me personally, you are welcome to contribute to this project.\n\nAnticipated additions to the project are listed as [issues](https://github.com/eeoooue/netcube/issues). Let me know if you spot anything that interests you, or if you have any other ideas for the project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feeoooue%2Fnetworked-cube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feeoooue%2Fnetworked-cube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feeoooue%2Fnetworked-cube/lists"}