{"id":15104006,"url":"https://github.com/paulofmandown/rotlove","last_synced_at":"2025-04-08T03:16:44.784Z","repository":{"id":7996050,"uuid":"9403068","full_name":"paulofmandown/rotLove","owner":"paulofmandown","description":"Roguelike Toolkit in Love. A Love2D/lua port of rot.js","archived":false,"fork":false,"pushed_at":"2022-04-03T17:17:23.000Z","size":1078,"stargazers_count":275,"open_issues_count":11,"forks_count":28,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-08T03:16:33.190Z","etag":null,"topics":["love2d","lua","roguelike"],"latest_commit_sha":null,"homepage":"http://paulofmandown.github.io/rotLove/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulofmandown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-12T20:30:13.000Z","updated_at":"2025-04-07T03:36:57.000Z","dependencies_parsed_at":"2022-08-22T16:20:13.008Z","dependency_job_id":null,"html_url":"https://github.com/paulofmandown/rotLove","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofmandown%2FrotLove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofmandown%2FrotLove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofmandown%2FrotLove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofmandown%2FrotLove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulofmandown","download_url":"https://codeload.github.com/paulofmandown/rotLove/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767237,"owners_count":20992548,"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":["love2d","lua","roguelike"],"created_at":"2024-09-25T20:00:23.977Z","updated_at":"2025-04-08T03:16:44.752Z","avatar_url":"https://github.com/paulofmandown.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"RogueLike Toolkit in Love\n=========\nBringing [rot.js](http://ondras.github.io/rot.js/hp/) functionality to Love2D. The only modules that require Love2D are the display modules.\n\nSee [this page](http://paulofmandown.github.io/rotLove/) for a quick and dirty run down of all the functionality provided.\n\nIncluded:\n\n * Display          - via [rlLove](https://github.com/paulofmandown/rlLove), only supports cp437 emulation\n                      rather than full font support.\n * TextDisplay      - Text based display, accepts supplied fonts\n * RNG              - via [RandomLua](http://love2d.org/forums/viewtopic.php?f=5\u0026t=3424).\n                      Multiply With Carry, Linear congruential generator, and Mersenne Twister.\n                      Extended with set/getState methods.\n * StringGenerator  - Direct Port from [rot.js](http://ondras.github.io/rot.js/hp/)\n * Map              - Arena, Divided/Icey/Eller Maze, Digger/Uniform/Rogue* Dungeons.\n                      Ported from [rot.js](http://ondras.github.io/rot.js/hp/).\n * Noise Generator  - Simplex Noise\n * FOV              - Bresenham Line based Ray Casting, Precise Shadow Casting\n * Color            - 147 Predefined colors; generate valid colors from string; add, multiply, or interpolate colors;\n                      generate a random color from a reference and set of standard deviations.\n                      (straight port from [rot.js](http://ondras.github.io/rot.js/hp/))\n * Path Finding     - Dijkstra and AStar pathfinding ported from [rot.js](http://ondras.github.io/rot.js/hp/).\n * Lighting         - compute light emission and blending, ported from [rot.js](http://ondras.github.io/rot.js/hp/).\n * Dice             - Roguelike based dice module ported from [RL-Dice](https://github.com/timothymtorres/RL-Dice).\n\nGetting started\n==========\n`git clone git://github.com/paulofmandown/rotLove.git`\n\nAdd the contents of the src directory to lib/rotLove in your project and require the rot file.\n```lua\nROT=require 'lib/rotLove/rot'\nfunction love.load()\n    f=ROT.Display()\n    f:writeCenter('You did it!', math.floor(f:getHeight()/2))\nend\nfunction love.draw() f:draw() end\n```\n\nExamples\n==========\nrotLove has a number of demo projects in `examples/` that you can use to\nget a feel for each API. To see a demo in action, run\n```shell\n    love . my-demo\n```\nfrom your shell.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulofmandown%2Frotlove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulofmandown%2Frotlove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulofmandown%2Frotlove/lists"}