{"id":22377914,"url":"https://github.com/w1redch4d/efichess","last_synced_at":"2026-03-09T07:31:43.745Z","repository":{"id":262207430,"uuid":"886534075","full_name":"w1redch4d/efichess","owner":"w1redch4d","description":"Chess inside UEFI ","archived":false,"fork":false,"pushed_at":"2024-11-12T17:59:45.000Z","size":150,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T21:05:32.074Z","etag":null,"topics":["chess-game","edk2","uefi-application","uefi-development"],"latest_commit_sha":null,"homepage":"","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/w1redch4d.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":"2024-11-11T06:32:30.000Z","updated_at":"2024-12-08T17:59:21.000Z","dependencies_parsed_at":"2024-11-11T07:29:47.012Z","dependency_job_id":"a3df76cb-17a7-4a63-8b52-7b80a2763daf","html_url":"https://github.com/w1redch4d/efichess","commit_stats":null,"previous_names":["w1redch4d/efichess"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/w1redch4d/efichess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1redch4d%2Fefichess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1redch4d%2Fefichess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1redch4d%2Fefichess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1redch4d%2Fefichess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w1redch4d","download_url":"https://codeload.github.com/w1redch4d/efichess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1redch4d%2Fefichess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30287425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":["chess-game","edk2","uefi-application","uefi-development"],"created_at":"2024-12-04T22:16:22.764Z","updated_at":"2026-03-09T07:31:43.708Z","avatar_url":"https://github.com/w1redch4d.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EFI CHESS\n\n![](./res/ezgif-2-bdd3d45fef.gif)\n\n## References \n\n- [UEFI 2.6](https://uefi.org/sites/default/files/resources/UEFI%20Spec%202_6.pdf)\n- [Queso Fuego (UEFI DEV)](https://youtu.be/t3iwBQg_Gik?list=PLT7NbkyNWaqZYHNLtOZ1MNxOt8myP5K0p)\n- [Bare Minimum Chess in C](https://youtu.be/927rfAPHX6E)\n\n## Building\n\n### Prerequisite\n\nCMake, llvm-toolchain, [edk2-ovmf](https://github.com/tianocore/tianocore.github.io/wiki/How-to-build-OVMF), qemu, [zig-cross](https://github.com/mrexodia/zig-cross)\n\n### Commands\n\nblindly follow these, and dig down the rabbit hole using google to know what these commands does\n\n```\ngit clone --recursive https://github.com/w1redch4d/efichess \u0026\u0026 cd efichess\ncmake -G Ninja -B build -DCMAKE_TOOLCHAIN_FILE=./zig-cross/cmake/zig-toolchain-uefi64.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON\ncmake --build build\n```\n\nThen run the file in an emulator:\n\n```\ncd build\nmkdir -p esp/EFI/BOOT\ncp chess.efi esp/EFI/BOOT/BOOTx64.EFI\ncp /path/to/OVMF.fd .\nqemu-system-x86_64 -drive if=pflash,format=raw,file=OVMF.fd -M accel=kvm:tcg -net none -serial stdio -drive format=raw,file=fat:rw:esp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw1redch4d%2Fefichess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw1redch4d%2Fefichess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw1redch4d%2Fefichess/lists"}