{"id":51369836,"url":"https://github.com/knapeczadam/dae-programming-2-ghosts-n-goblins","last_synced_at":"2026-07-03T05:07:31.027Z","repository":{"id":210789716,"uuid":"634373765","full_name":"knapeczadam/dae-programming-2-ghosts-n-goblins","owner":"knapeczadam","description":"🩲 Programming 2 final project: Ghosts 'n Goblins (1985) arcade remake. Implements the first level with OOP principles, full pixel accuracy, and optional debug mode with infinite lives and visualized sprites/physics points.","archived":false,"fork":false,"pushed_at":"2026-03-14T17:33:41.000Z","size":1064821,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T03:54:17.229Z","etag":null,"topics":["2023","2d-game","arcade-game","belgium","c-plus-plus","capcom","cpp","dae","digital-arts-and-entertainment","game-dev","game-development","ghosts-n-goblins","howest","howest-dae","kortrijk","prog2","programming","programming-2","student-project","university"],"latest_commit_sha":null,"homepage":"https://www.digitalartsandentertainment.be/page/27/Programming+2","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knapeczadam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-29T22:50:08.000Z","updated_at":"2026-03-14T17:33:46.000Z","dependencies_parsed_at":"2023-12-05T00:21:33.228Z","dependency_job_id":null,"html_url":"https://github.com/knapeczadam/dae-programming-2-ghosts-n-goblins","commit_stats":null,"previous_names":["knapeczadam/programming-2-ghosts-n-goblins","knapeczadam/dae-programming-2-ghosts-n-goblins"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/knapeczadam/dae-programming-2-ghosts-n-goblins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapeczadam%2Fdae-programming-2-ghosts-n-goblins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapeczadam%2Fdae-programming-2-ghosts-n-goblins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapeczadam%2Fdae-programming-2-ghosts-n-goblins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapeczadam%2Fdae-programming-2-ghosts-n-goblins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knapeczadam","download_url":"https://codeload.github.com/knapeczadam/dae-programming-2-ghosts-n-goblins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapeczadam%2Fdae-programming-2-ghosts-n-goblins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35072872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"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":["2023","2d-game","arcade-game","belgium","c-plus-plus","capcom","cpp","dae","digital-arts-and-entertainment","game-dev","game-development","ghosts-n-goblins","howest","howest-dae","kortrijk","prog2","programming","programming-2","student-project","university"],"created_at":"2026-07-03T05:07:30.565Z","updated_at":"2026-07-03T05:07:31.010Z","avatar_url":"https://github.com/knapeczadam.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🩲 Programming 2 – Ghosts 'n Goblins  \r\n\r\nHey there, fellow DAE student, arcade fan, or curious visitor 👋  \r\nWelcome to my **Programming 2 – Ghosts 'n Goblins** repository — a final project building on the [Programming 2](https://github.com/knapeczadam/programming-2) course.\r\n\r\n---\r\n\r\n## 🗄️ About this repository\r\n\r\nThis repo contains my **arcade game remake project**, recreating the **first level of Capcom's Ghosts 'n Goblins (1985)**.  \r\n\r\nThe main goal was to **apply object-oriented programming (OOP)** and leverage all the knowledge acquired during **Programming 2**.  \r\nPixel-perfect implementation ensures accurate recreation of the level, while the debug build adds **infinite lives** and visualizes **sprites and physics/logical points** for testing purposes.\r\n\r\n\u003e ⚠️ Note: this project is part of the learning process, not a production-ready game.  \r\n\u003e Consider it a **snapshot of my Programming 2 final project**.\r\n\r\n---\r\n\r\n## 📂 Repository Structure\r\n\r\nAll code is on the **main branch**.  \r\n\r\n---\r\n\r\n## 🚀 Releases\r\n\r\nTwo builds are available:\r\n- `programming_2-ghosts_n_goblins-1.0.0-windows-x64.zip` → standard release  \r\n- `programming_2-ghosts_n_goblins-debug-1.0.0-windows-x64.zip` → debug mode with **infinite lives** and **visual debug shapes**  \r\n\r\n---\r\n\r\n## 🧠 Final Thoughts\r\n\r\nThis repository demonstrates how **OOP principles** can be applied in a game project.  \r\nIt also shows how to integrate **debug tools** for testing and visualization.  \r\nIf you’re exploring Programming 2 projects: **study, tinker, and enjoy a classic arcade revival** 👾🕹️\r\n\r\n---\r\n\r\n### ⚖️ License\r\nThis repository is licensed under the **MIT License** — feel free to explore, learn, or fork for educational purposes.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknapeczadam%2Fdae-programming-2-ghosts-n-goblins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknapeczadam%2Fdae-programming-2-ghosts-n-goblins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknapeczadam%2Fdae-programming-2-ghosts-n-goblins/lists"}