{"id":26711280,"url":"https://github.com/hacrvlq/snakeos","last_synced_at":"2025-07-06T22:38:39.067Z","repository":{"id":284617331,"uuid":"955519145","full_name":"hacrvlq/snakeos","owner":"hacrvlq","description":"a bare-metal snake game written in assembly supporting local multiplayer","archived":false,"fork":false,"pushed_at":"2025-03-26T19:22:26.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:25:15.662Z","etag":null,"topics":["assembly","assembly-x86","bare-metal","baremetal","bootloader","snake-game","x86"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/hacrvlq.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}},"created_at":"2025-03-26T19:08:23.000Z","updated_at":"2025-03-26T19:39:37.000Z","dependencies_parsed_at":"2025-03-26T20:35:43.963Z","dependency_job_id":null,"html_url":"https://github.com/hacrvlq/snakeos","commit_stats":null,"previous_names":["hacrvlq/snakeos"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hacrvlq/snakeos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacrvlq%2Fsnakeos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacrvlq%2Fsnakeos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacrvlq%2Fsnakeos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacrvlq%2Fsnakeos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacrvlq","download_url":"https://codeload.github.com/hacrvlq/snakeos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacrvlq%2Fsnakeos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263984988,"owners_count":23539769,"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","assembly-x86","bare-metal","baremetal","bootloader","snake-game","x86"],"created_at":"2025-03-27T10:20:46.257Z","updated_at":"2025-07-06T22:38:39.044Z","avatar_url":"https://github.com/hacrvlq.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SnakeOS\n\nA bare-metal snake game written in assembly supporting local multiplayer. It can run on any x86\nsystem capable of 32-bit that has a BIOS.\n\n\u003cvideo src=\"https://github.com/user-attachments/assets/6d7ebefe-b932-42b2-9d6b-956cf5de5c59\"\u003e\u003c/video\u003e\n\n# Running\nPre-built images are available at [Releases](https://github.com/hacrvlq/snakeos/releases).\n## Real Hardware\nPut the disk image `snakeos.img` on an usb stick/ssd/hdd. On unix this can be achieved using `dd`:\n```\ndd if=snakeos.img of=\u003cdevice_file\u003e conv=fsync\n```\nThen boot from this device.\n## Emulation\nTo run SnakeOS in [QEMU](https://www.qemu.org), use the following command:\n```\nqemu-system-i386 -drive format=raw,file=snakeos.img\n```\n\n# Building\nRequires the [nasm](https://nasm.us) assembler.\n```\nnasm -f bin -i src src/root.asm -o snakeos.img\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacrvlq%2Fsnakeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacrvlq%2Fsnakeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacrvlq%2Fsnakeos/lists"}