{"id":16990358,"url":"https://github.com/mizrael/chip8-emulator","last_synced_at":"2025-07-31T12:04:24.831Z","repository":{"id":145131220,"uuid":"358040390","full_name":"mizrael/chip8-emulator","owner":"mizrael","description":"Simple Chip8 emulator written in C# with .NET5.","archived":false,"fork":false,"pushed_at":"2021-04-17T01:35:05.000Z","size":10109,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T11:17:44.914Z","etag":null,"topics":["blazor","blazor-webassembly","chip8","chip8-emulator","dotnet","dotnet-core","dotnet5","emulation","emulator","monogame"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/mizrael.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":"2021-04-14T20:57:31.000Z","updated_at":"2024-08-29T19:46:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c347470-f5ce-4af7-a393-05366e63e8a4","html_url":"https://github.com/mizrael/chip8-emulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mizrael/chip8-emulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizrael%2Fchip8-emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizrael%2Fchip8-emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizrael%2Fchip8-emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizrael%2Fchip8-emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizrael","download_url":"https://codeload.github.com/mizrael/chip8-emulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizrael%2Fchip8-emulator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268035182,"owners_count":24184971,"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-07-31T02:00:08.723Z","response_time":66,"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":["blazor","blazor-webassembly","chip8","chip8-emulator","dotnet","dotnet-core","dotnet5","emulation","emulator","monogame"],"created_at":"2024-10-14T03:09:49.049Z","updated_at":"2025-07-31T12:04:24.759Z","avatar_url":"https://github.com/mizrael.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Chip8 emulator\nThis is a simple Chip8 emulator written in C# with .NET5.\n\nRoms were downloaded from https://www.zophar.net/pdroms/chip8.html.\n\n## Rendering\nI managed to get a [MonoGame version](/Chip8Emulator.MonoGame) up and running along with a [Blazor WASM](Chip8Emulator.BlazorWasm) one as well.\n\nI deployed the Blazor version on Github Pages, you can find it here: https://mizrael.github.io/chip8-emulator/.\n\nThe deployment was handled using the approach explained [here](https://www.davidguida.net/how-to-deploy-blazor-webassembly-on-github-pages-using-github-actions/?share=facebook).\n\n## Keyboard layout\nThis is the original keyboard layout of the Chip8:\n| 1 \t| 2 \t| 3 \t| C \t|\n|---\t|---\t|---\t|---\t|\n| 4 \t| 5 \t| 6 \t| D \t|\n| 7 \t| 8 \t| 9 \t| E \t|\n| A \t| 0 \t| B \t| F \t|\n\n\nwhich I mapped to this configuration instead:\n| 1 \t| 2 \t| 3 \t| 4 \t|\n|---\t|---\t|---\t|---\t|\n| Q \t| W \t| E \t| R \t|\n| A \t| S \t| D \t| F \t|\n| Z \t| X \t| C \t| V \t|","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizrael%2Fchip8-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizrael%2Fchip8-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizrael%2Fchip8-emulator/lists"}