{"id":13776258,"url":"https://github.com/ajhager/rog","last_synced_at":"2026-01-17T03:21:56.559Z","repository":{"id":3022965,"uuid":"4042724","full_name":"ajhager/rog","owner":"ajhager","description":"A roguelike game library written in go","archived":false,"fork":false,"pushed_at":"2014-10-09T17:52:56.000Z","size":8862,"stargazers_count":51,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-02T19:15:25.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajhager.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}},"created_at":"2012-04-16T16:19:06.000Z","updated_at":"2025-01-05T16:01:03.000Z","dependencies_parsed_at":"2022-08-28T05:52:44.615Z","dependency_job_id":null,"html_url":"https://github.com/ajhager/rog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajhager/rog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajhager%2Frog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajhager%2Frog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajhager%2Frog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajhager%2Frog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajhager","download_url":"https://codeload.github.com/ajhager/rog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajhager%2Frog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-08-03T18:00:21.018Z","updated_at":"2026-01-17T03:21:56.523Z","avatar_url":"https://github.com/ajhager.png","language":"Go","funding_links":[],"categories":["Game Development"],"sub_categories":["Middlewares"],"readme":"rog A roguelike game library written in go\n===\n\nNote\n----\nrog is no longer maintained. Please check out [eng](http://github.com/ajhager/eng) for an updated roguelike library.\n\nSetup\n-----\nrog depends on [github.com/go-gl/glfw](http://github.com/go-gl/glfw). You can skip this step if you already have that up and running.\n* Ubuntu: apt-get install libglfw-dev\n* OSX: brew install glfw\n* Windows: download the glfw binaries, then drop the GL directory into C:\\MinGW\\include and the files for your arch under libmingw into C:\\MinGW\\lib. You will then need to install glfw.dll system wide or have it in the directory with your game.\n\nInstall\n-------\n`go get hagerbot.com/rog`\n\nTry it!\n-------\n```go\npackage main\n\nimport (\n    \"github.com/ajhager/rog\"\n)\n\nfunc main() {\n    rog.Open(20, 11, 2, false, \"rog\", nil)\n    for rog.Running() {\n        rog.Set(5, 5, nil, nil, \"Hello, 世界!\")\n        if rog.Key() == rog.Esc {\n            rog.Close()\n        }\n        rog.Flush()\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajhager%2Frog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajhager%2Frog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajhager%2Frog/lists"}