{"id":15519515,"url":"https://github.com/williamfridh/kth_is1200_computer_hardware_engineering_project","last_synced_at":"2026-02-14T19:31:42.005Z","repository":{"id":154208946,"uuid":"604676513","full_name":"williamfridh/KTH_IS1200_Computer_Hardware_Engineering_Project","owner":"williamfridh","description":"Pong game built to run on a PIC32 board coded from scrath.","archived":false,"fork":false,"pushed_at":"2024-05-07T20:09:45.000Z","size":114,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T10:12:05.933Z","etag":null,"topics":["assembly","c","pic32"],"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/williamfridh.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-02-21T15:04:25.000Z","updated_at":"2024-05-07T20:10:43.000Z","dependencies_parsed_at":"2024-03-18T23:31:35.941Z","dependency_job_id":"537dc772-7419-4499-a177-09f3d22b4a93","html_url":"https://github.com/williamfridh/KTH_IS1200_Computer_Hardware_Engineering_Project","commit_stats":null,"previous_names":["williamfridh/kth_is1200_computer_hardware_engineering_project"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/williamfridh/KTH_IS1200_Computer_Hardware_Engineering_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2FKTH_IS1200_Computer_Hardware_Engineering_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2FKTH_IS1200_Computer_Hardware_Engineering_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2FKTH_IS1200_Computer_Hardware_Engineering_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2FKTH_IS1200_Computer_Hardware_Engineering_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamfridh","download_url":"https://codeload.github.com/williamfridh/KTH_IS1200_Computer_Hardware_Engineering_Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2FKTH_IS1200_Computer_Hardware_Engineering_Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29453404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["assembly","c","pic32"],"created_at":"2024-10-02T10:21:51.912Z","updated_at":"2026-02-14T19:31:41.972Z","avatar_url":"https://github.com/williamfridh.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KTH_IS1200_Computer_Hardware_Engineering_Project\n## X-Pong (passed as an advanced project)\n\n![C](https://img.shields.io/badge/C-00599C?style=for-the-badge\u0026logo=c\u0026logoColor=white)\n\n**X-Pong is an interpretation of the classic game Pong written in the languages C and Assembly to be run on a pic32 board together with a basic I/O shield. The project was one of the final parts of the KTH course [IS1200 VT23 Computer Hardware Engineering](https://www.kth.se/student/kurser/kurs/IS1200).**\n\n### Configuration\nThe program comes preconfigured for the hardware given for the course. Only the Makefile should be reconfigured for compiling, anything else can cause errors.\n\n### Compiling \u0026 Installation\n*Note that these steps are just general instructions. They may vary depending on your system.*\n\nTo compile the code, you need the following:\n* The files (download via the button above)\n* MCB32 toolchain (available on the course page)\n* A pic32 board connected to the computer via USB\n\nNow, you simply have to enter the MCB32 environment, navigate to the folder and execute the following commands:\n\nThe first command is for compiling the code. Here, you'll see if you got any errors:\n```\nmake;\n```\n\nThe second command will install the compiled files on the chip kit:\n```\nmake install;\n```\n\nNow, unless you got any errors, the code should be sent to the pic32.\n\n### Required Files\nAll files except for the following are required for compiling:\n* .gitignore\n* README.md\n* readme.txt\n\n### A list of known bugs\n* The ball can get stuck on the edge and start vibrating while still moving horizontally.\n* The ball can get in a fixed angle at the top and bottom (it keeps going back and fort horizontally).\n* Random highscore (slot 9) after first insertion. Dissapear when more is added.\n* Pressing OK when starting the game results in moving right paddle.\n\n### Credits \u0026 Acknowledgments\n* Fridh, William (https://github.com/williamfridh)\n* Åhlin, Pontus (https://github.com/PontusAhlin)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfridh%2Fkth_is1200_computer_hardware_engineering_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamfridh%2Fkth_is1200_computer_hardware_engineering_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfridh%2Fkth_is1200_computer_hardware_engineering_project/lists"}