{"id":28520201,"url":"https://github.com/sappoprivy/pacman_chipkit_uno32","last_synced_at":"2026-04-28T00:33:51.457Z","repository":{"id":297673416,"uuid":"997553174","full_name":"sappoPrivy/Pacman_chipkit_uno32","owner":"sappoPrivy","description":"Pacman logic implemented on a chipkit uno32 board","archived":false,"fork":false,"pushed_at":"2025-06-06T19:15:49.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-06T19:32:25.459Z","etag":null,"topics":["assembly","c","chipkit","mcb32"],"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/sappoPrivy.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-06-06T18:17:22.000Z","updated_at":"2025-06-06T19:15:52.000Z","dependencies_parsed_at":"2025-06-06T19:35:17.084Z","dependency_job_id":"24ddb378-664e-460d-9b1b-1de2356438f6","html_url":"https://github.com/sappoPrivy/Pacman_chipkit_uno32","commit_stats":null,"previous_names":["sappoprivy/pacman_chipkit_uno32"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sappoPrivy/Pacman_chipkit_uno32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sappoPrivy%2FPacman_chipkit_uno32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sappoPrivy%2FPacman_chipkit_uno32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sappoPrivy%2FPacman_chipkit_uno32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sappoPrivy%2FPacman_chipkit_uno32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sappoPrivy","download_url":"https://codeload.github.com/sappoPrivy/Pacman_chipkit_uno32/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sappoPrivy%2FPacman_chipkit_uno32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263749811,"owners_count":23505454,"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":["assembly","c","chipkit","mcb32"],"created_at":"2025-06-09T07:00:34.277Z","updated_at":"2026-04-28T00:33:51.432Z","avatar_url":"https://github.com/sappoPrivy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pacman on Chipkit Uno32 Board\n_IS1500 Computer Organization and Components, 9 credits at KTH Royal Institute of Technology_  \nCode primarily developed by Tenzin Sangpo Choedon, Autumn 2023 (republished)  \nSkeleton code (gameplay.S, stubs.c, vectors.S) provided by Axel Isaksson and F Lundevall at KTH as clearly stated at the top of the specified files   \n\n## 📄 Overview\nThis project implements pacman game logic on a uno32 chipkit board. \n\n## 🗂️ Table of Contents\n\n- [Overview](#-overview)\n- [Project Structure](#-project-structure)\n- [Prerequisites](#-prerequisites)\n- [Usage](#-usage)\n\n## 🏗️ Project Structure\n\nroot/  \n├── src/                     # C source codes  \n├── pixil-images/            # Pixelated images and python script for generating bitmaps from these images  \n├── pixil-files/             # Pixil files used in https://www.pixilart.com/draw#  \n└── README.md  \n\n## ✅ Prerequisites\n\n**GCC**  \n- Required GNU Compiler Collection:  \n  ```bash\n  sudo apt install gcc\n  ```\n\n**Make**  \n- Install make using:  \n  ```bash\n  sudo apt install make\n  ```\n\n## 🚀 Usage\n\nRun the scripts in this order:\n\n1. **Generate pixmaps from images**  \n   ```bash\n   python3 genpix.py map.png \n   ```\n2. **Set up environment and build project**  \n   ```bash\n   cd . /opt/mcb32tools/environment/  \n    make\n   ```\n3. **Install compiled code to the uno32 board**  \n   ```bash\n   make install TTYDEV=/dev/ttyUSB0 \n   ```\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsappoprivy%2Fpacman_chipkit_uno32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsappoprivy%2Fpacman_chipkit_uno32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsappoprivy%2Fpacman_chipkit_uno32/lists"}