{"id":15325355,"url":"https://github.com/streamdp/gosnake","last_synced_at":"2026-01-26T13:03:56.291Z","repository":{"id":66793596,"uuid":"412186507","full_name":"streamdp/gosnake","owner":"streamdp","description":"Another one version of the classic snake game written in golang with a library tcell.","archived":false,"fork":false,"pushed_at":"2024-10-14T15:57:59.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T07:26:31.935Z","etag":null,"topics":["gitflow-workflow","golang","goreleaser","tcell"],"latest_commit_sha":null,"homepage":"","language":"Go","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/streamdp.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":"2021-09-30T18:50:12.000Z","updated_at":"2024-12-11T17:00:44.000Z","dependencies_parsed_at":"2024-12-06T09:41:08.077Z","dependency_job_id":"ab5c50d0-53b0-4c32-8ed0-04aaedf70df2","html_url":"https://github.com/streamdp/gosnake","commit_stats":{"total_commits":30,"total_committers":3,"mean_commits":10.0,"dds":0.4,"last_synced_commit":"392cb8c768786ab648ebb0514f6c2fafc2c56d24"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/streamdp/gosnake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamdp%2Fgosnake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamdp%2Fgosnake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamdp%2Fgosnake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamdp%2Fgosnake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamdp","download_url":"https://codeload.github.com/streamdp/gosnake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamdp%2Fgosnake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["gitflow-workflow","golang","goreleaser","tcell"],"created_at":"2024-10-01T09:29:59.181Z","updated_at":"2026-01-26T13:03:56.257Z","avatar_url":"https://github.com/streamdp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003ch3 align=\"center\"\u003egosnake\u003c/h3\u003e\r\n  \u003cp align=\"center\"\u003e\r\n    \u003ca href=\"https://github.com/streamdp/gosnake/releases/latest\"\u003e\r\n      \u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/v/release/streamdp/gosnake.svg?logo=github\u0026style=flat-square\"\u003e\r\n    \u003c/a\u003e\r\n    \u003ca href=\"https://goreportcard.com/report/github.com/streamdp/gosnake\"\u003e\r\n      \u003cimg src=\"https://goreportcard.com/badge/github.com/streamdp/gosnake\" alt=\"Code Status\" /\u003e\r\n    \u003c/a\u003e\r\n  \u003c/p\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\nAnother one version of the classic snake game written in golang with a library tcell. This is a test task for the position Golang developer.\r\n\u003c/p\u003e\r\n\r\n# Build the app\r\n\r\n```bash\r\ngo build -o bin/gosnake main.go\r\n```\r\n\r\nor\r\n\r\n```bash\r\ntask build\r\n```\r\n\r\n# Run the app\r\n\r\n```bash\r\n./bin/gosnake\r\n```\r\n\r\nor\r\n\r\n```\r\ntask run\r\n```\r\nIf you want to run the game from *Windows*, double-click on __*gosnake.exe*__ (you must use version of __*gosnake.exe*__ for the *Windows* architecture from the released binaries). For *macOS*, use the __*\"open with terminal\"*__ context menu on __*gosnake*__ and confirm launch with the __*\"open\"*__ button (you have to use version of __*gosnake*__ for the *Darwin* architecture from the released binaries).\r\n\r\nYou can use [brew](https://brew.sh/) to install **gosnake** to your [computer](https://github.com/streamdp/homebrew-games) (macOs/linux) \r\n\r\n\r\n# App builtin help\r\n\r\n```bash\r\n$ ./gosnake -h\r\ngosnake is a version of the classic snake game written in golang with a library tcell.\r\n\r\nUsage of ./gosnake:\r\n  -h display help\r\n  -heigth int\r\n     set heigth of the game desk (default 20)\r\n  -limit int\r\n     set heigth of the game desk (default 10)\r\n  -width int\r\n     set width of the game desk (default 70)\r\n```\r\n\r\n# Test the app\r\n\r\n```bash\r\n./bin/gosnake                                                      \r\n```\r\n\r\n\u003cp align=\"center\" width=\"100%\"\u003e\r\n\u003cimg width=\"33%\" src=\"assets/app_screenshot_2.png\"\u003e\r\n\u003cimg width=\"33%\" src=\"assets/app_screenshot_3.png\"\u003e\r\n\u003cimg width=\"33%\" src=\"assets/app_screenshot_4.png\"\u003e\r\n\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamdp%2Fgosnake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamdp%2Fgosnake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamdp%2Fgosnake/lists"}