{"id":16662094,"url":"https://github.com/sternenseemann/tinyrl","last_synced_at":"2025-04-09T18:52:36.622Z","repository":{"id":15961908,"uuid":"18704544","full_name":"sternenseemann/tinyrl","owner":"sternenseemann","description":"A small roguelike!","archived":false,"fork":false,"pushed_at":"2020-04-30T16:27:12.000Z","size":119,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T20:51:14.643Z","etag":null,"topics":["c","game","rogue-like"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"woxtu/NSString-RemoveEmoji","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sternenseemann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-12T13:22:38.000Z","updated_at":"2023-03-15T21:40:51.000Z","dependencies_parsed_at":"2022-08-04T05:15:18.514Z","dependency_job_id":null,"html_url":"https://github.com/sternenseemann/tinyrl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sternenseemann%2Ftinyrl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sternenseemann%2Ftinyrl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sternenseemann%2Ftinyrl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sternenseemann%2Ftinyrl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sternenseemann","download_url":"https://codeload.github.com/sternenseemann/tinyrl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248093073,"owners_count":21046613,"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":["c","game","rogue-like"],"created_at":"2024-10-12T10:36:57.283Z","updated_at":"2025-04-09T18:52:36.598Z","avatar_url":"https://github.com/sternenseemann.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"tinyRL\n======\n\n![](./screenshot.png)\n\ntinyRL is a tiny rogue-like written in C.\n\n## Building\n\nShould compile on most unixes, use a terminal emulator with UTF-8 support. Install [termbox](https://github.com/nsf/termbox/tree/master) first, then do:\n\n\tgit clone https://github.com/sternenseemann/tinyrl.git\n\tcd tinyrl\n\tmake\n\t./tinyrl # have fun!\n\n\tsudo make install # optionally install to /usr/local/bin\n\nOn NixOS you can just run `nix-build` in this directory.\n\n## Playing\nLike in most roguelikes you'll be a `@` in a monster-filled enviroment. The interface is a 2D top-view representation of this enviroment.\n\nOn Top you'll see your current level and how many lives (or hitpoints) you have left.\n\nYou can control yourself using (vim users – listen up!) `hjkl` or the arrow keys. You can quit using `q`.\n\nAs soon you get near a monster (or a monster gets near you) it will attack you if it's in a field that is vertically or horicontally the next to you. You can also attack them by moving towards them. A `w` is a warg which has one life, a `o` orc has got two lives.\n\nTo enter the next level you need to reach `\u003e` which is the staircase to the next level.\n\nAt the current state of development there is no way of winning, you can just get as far as possible!\n\n### Monsters\nCurrently there are two types:\n\n* cyan `w`: A warg – a wolf-like creature with one live\n* green `o`: A orc – he's two lives\n\n## Changelog\nNewest Change always on top!\n\n* allow our hero to destruct walls that are in his way\n* Generate a nice looking cave level\n* The level gets regenerated when the window gets resized\n* fixed several memory leaks and other bugs\n* proper allocation error handling\n* major refactoring, everything you now need to know is inside struct World\n* dropped the broken saving stuff\n\n## TODO\n* count attacking as separate step.\n* implement an saving routine\n* ~~think about a real concept and adjust the map generation~~\n* generate monsters and houses (or whatever) based on window size\n* implement Field of Vision (FOV)\n* implement Inventory\n* ...\n\n## Thanks to\n\n* [Lechindianer](https://github.com/Lechindianer) for fixing my Makefiles (although I have to fix the Makefiles again later)\n* [plomlompom](https://github.com/plomlompom) who made me stumble upon roguelikes and roguelike development. And for his Informations about nearly everything.\n* [vis7mac](https://github.com/vis7mac) who complains and opens issues\n* [oderwat](https://github.com/oderwat) for complaining about my code style\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsternenseemann%2Ftinyrl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsternenseemann%2Ftinyrl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsternenseemann%2Ftinyrl/lists"}