{"id":23179381,"url":"https://github.com/perigrin/perl-games-rot","last_synced_at":"2026-02-27T19:42:19.092Z","repository":{"id":152762117,"uuid":"611114732","full_name":"perigrin/perl-games-rot","owner":"perigrin","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-21T17:22:21.000Z","size":32,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"pu","last_synced_at":"2024-08-21T19:35:59.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perigrin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-08T06:19:14.000Z","updated_at":"2024-08-21T17:22:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"30dd2dca-be56-4981-b872-17d9d074f293","html_url":"https://github.com/perigrin/perl-games-rot","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/perigrin%2Fperl-games-rot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2Fperl-games-rot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2Fperl-games-rot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perigrin%2Fperl-games-rot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perigrin","download_url":"https://codeload.github.com/perigrin/perl-games-rot/tar.gz/refs/heads/pu","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230231385,"owners_count":18193922,"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":[],"created_at":"2024-12-18T07:14:39.708Z","updated_at":"2026-02-27T19:42:14.058Z","avatar_url":"https://github.com/perigrin.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Games::ROT\n\nA Perl library inspired by [ROT.js](https://ondras.github.io/rot.js/hp/) the ROuglelike Toolkit for JavaScript/TypeScript.\n\n## Synopsis\n\n```perl\n#!/usr/bin/env perl\nuse strict;\nuse lib qw(lib);\nuse Feature::Compat::Class;\n\nuse Games::ROT;\n\nclass Engine {\n    my $WIDTH = 800;\n    my $HEIGHT = 500;\n\n    field $display = Games::ROT-\u003enew(\n        width  =\u003e $WIDTH,\n        height =\u003e $HEIGHT,\n    );\n\n    method render() {\n        my $x = $WIDTH / 2;\n        my $y = $HEIGHT / 2;\n\n        $display-\u003edraw($x, $y, 'Hello World', '#fff', '#000');\n    }\n}\n\nmy $engine = Engine-\u003enew();\n$engine-\u003erender();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperigrin%2Fperl-games-rot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperigrin%2Fperl-games-rot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperigrin%2Fperl-games-rot/lists"}