{"id":22010075,"url":"https://github.com/azrielx86/ncurses-snake","last_synced_at":"2026-01-24T14:05:35.926Z","repository":{"id":156379063,"uuid":"523586654","full_name":"Azrielx86/ncurses-snake","owner":"Azrielx86","description":"The snake game written in C with ncurses","archived":false,"fork":false,"pushed_at":"2024-08-06T03:26:14.000Z","size":272,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T03:32:56.704Z","etag":null,"topics":["c","game","ncurses","ncurses-game","snake-game"],"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/Azrielx86.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":"2022-08-11T04:37:04.000Z","updated_at":"2024-08-06T03:26:18.000Z","dependencies_parsed_at":"2024-04-01T02:44:52.940Z","dependency_job_id":"8d6ae994-7d30-40a5-8135-570f307cca52","html_url":"https://github.com/Azrielx86/ncurses-snake","commit_stats":null,"previous_names":["azrielx86/ncurses-snake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Azrielx86/ncurses-snake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2Fncurses-snake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2Fncurses-snake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2Fncurses-snake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2Fncurses-snake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azrielx86","download_url":"https://codeload.github.com/Azrielx86/ncurses-snake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2Fncurses-snake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28729411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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":["c","game","ncurses","ncurses-game","snake-game"],"created_at":"2024-11-30T02:11:54.388Z","updated_at":"2026-01-24T14:05:35.894Z","avatar_url":"https://github.com/Azrielx86.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snake\n\nSnake game written in C using ncurses.\n\n## Compilation\n\nYou can compile this using `make` or with the following steps\n\nOn Linux\n\n    clang main.c menu.c -o Snake -lncurses\n\nIf you have troubles compiling it on Linux, try this (idk why but in Gentoo -lncurses was not enough)\n\n    clang main.c menu.c -o Snake $(pkg-config --cflags --libs ncurses)\n\nOn Windows\n\n    gcc main.c -lpdcurses -o Snake.exe\n\nTo install pdcurses on Windows, download MinGW, and pdcurses from \u003ca href=\"https://sourceforge.net/projects/pdcurses/files/pdcurses/3.4/pdc34dllw.zip/download\"\u003ehere\u003c/a\u003e and follow \u003ca href=\"https://cects.com/adding-pdcurses-to-mingw/\"\u003ethis steps\u003c/a\u003e.\n\n## Preview\n\n![ncurses Snake](./snake.gif)\n\n## Debug\n\nTo show more information like the board size, the fruit coordinates and the snake coordinates, you can use the debug option.\n\n    clang -lncurses -DDEBUG main.c -o Snake\n\n## To do\n\nAdd score saving and loading\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrielx86%2Fncurses-snake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazrielx86%2Fncurses-snake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrielx86%2Fncurses-snake/lists"}