{"id":40209675,"url":"https://github.com/xterminal86/nrogue","last_synced_at":"2026-03-13T13:02:21.818Z","repository":{"id":56720066,"uuid":"150626056","full_name":"xterminal86/nrogue","owner":"xterminal86","description":"ncurses roguelike challenge","archived":false,"fork":false,"pushed_at":"2026-02-16T21:58:13.000Z","size":30750,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-16T23:16:36.421Z","etag":null,"topics":["cplusplus-17","cpp","cpp17","game","game-development","gamedev","linux","ncurses","roguelike","sdl2"],"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/xterminal86.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":"2018-09-27T17:47:03.000Z","updated_at":"2026-02-16T21:54:20.000Z","dependencies_parsed_at":"2023-10-16T20:20:23.914Z","dependency_job_id":"3f3b12a9-5b42-44a1-a83c-ce83105054f7","html_url":"https://github.com/xterminal86/nrogue","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/xterminal86/nrogue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xterminal86%2Fnrogue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xterminal86%2Fnrogue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xterminal86%2Fnrogue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xterminal86%2Fnrogue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xterminal86","download_url":"https://codeload.github.com/xterminal86/nrogue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xterminal86%2Fnrogue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29878289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"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":["cplusplus-17","cpp","cpp17","game","game-development","gamedev","linux","ncurses","roguelike","sdl2"],"created_at":"2026-01-19T21:04:22.315Z","updated_at":"2026-02-27T00:07:29.249Z","avatar_url":"https://github.com/xterminal86.png","language":"C","readme":"[![mingw](https://github.com/xterminal86/nrogue/actions/workflows/mingw.yml/badge.svg?branch=master)](https://github.com/xterminal86/nrogue/actions/workflows/mingw.yml)\n[![MSVC](https://github.com/xterminal86/nrogue/actions/workflows/msvc.yml/badge.svg)](https://github.com/xterminal86/nrogue/actions/workflows/msvc.yml)\n[![ncurses](https://github.com/xterminal86/nrogue/actions/workflows/ncurses.yml/badge.svg)](https://github.com/xterminal86/nrogue/actions/workflows/ncurses.yml)\n[![linux](https://github.com/xterminal86/nrogue/actions/workflows/linux.yml/badge.svg)](https://github.com/xterminal86/nrogue/actions/workflows/linux.yml)\n\n![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/xterminal86/nrogue/total)\n\n# NROGUE\n\n*ncurses roguelike challenge*\n\n![](resources/github-front/title.png)\n\nI decided to challenge myself by making a game with minimal requirements possible.\nJust like in old times, when all you had was just one binary file.\nSince I'm working with Linux, I thought that making a game that uses just terminal libraries (e.g. ncurses)\nseems like a perfect candidate. And what games are known to use terminal graphics? That's right, roguelikes.\nSo I decided to make a roguelike.\nIt probably should've been named **ncrogue** or something, but whatever...\n\nYou can build either version, SDL2 or ncurses, check comments in main.cpp.\nGame has config file where certain parameters can be tweaked (check `config-template.txt`).\n\n\u003cTABLE\u003e\n  \u003cTR\u003e\n    \u003cTD colspan=\"2\" align=\"center\"\u003e\u003cB\u003eSCREENSHOTS\u003c/B\u003e\u003c/TD\u003e\n  \u003c/TR\u003e\n  \u003cTR\u003e\n    \u003cTD\u003e\u003cIMG src=\"resources/github-front/in-game.png\" title=\"in-game\"\u003e\u003c/TD\u003e\n    \u003cTD\u003e\u003cIMG src=\"resources/github-front/in-game-battle.png\" title=\"battle\"\u003e\u003c/TD\u003e\n  \u003c/TR\u003e\n  \u003cTR\u003e\n    \u003cTD\u003e\u003cIMG src=\"resources/github-front/in-game-charsheet.png\" title=\"charsheet\"\u003e\u003c/TD\u003e\n    \u003cTD\u003e\u003cIMG src=\"resources/github-front/in-game-shop.png\" title=\"shop\"\u003e\u003c/TD\u003e\n  \u003c/TR\u003e\n\u003c/TABLE\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxterminal86%2Fnrogue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxterminal86%2Fnrogue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxterminal86%2Fnrogue/lists"}