{"id":20110444,"url":"https://github.com/remarkablegames/renpy-template","last_synced_at":"2025-09-21T01:32:18.060Z","repository":{"id":243311860,"uuid":"812078509","full_name":"remarkablegames/renpy-template","owner":"remarkablegames","description":"📖 Ren'Py Template to write visual novels","archived":false,"fork":false,"pushed_at":"2025-09-14T21:34:20.000Z","size":21661,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T23:31:54.978Z","etag":null,"topics":["game","python","renpy","renpy-engine","renpy-game","renpy-visual-novels","template","visual-novel"],"latest_commit_sha":null,"homepage":"http://remarkablegames.org/renpy-template/","language":"Ren'Py","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/remarkablegames.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":".github/CODEOWNERS","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":"2024-06-07T23:05:58.000Z","updated_at":"2025-09-14T21:33:54.000Z","dependencies_parsed_at":"2024-08-24T17:43:46.651Z","dependency_job_id":"e3337c26-70c3-408b-a157-69f42f1e4c36","html_url":"https://github.com/remarkablegames/renpy-template","commit_stats":null,"previous_names":["remarkablegames/renpy-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/remarkablegames/renpy-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/renpy-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276183680,"owners_count":25599223,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["game","python","renpy","renpy-engine","renpy-game","renpy-visual-novels","template","visual-novel"],"created_at":"2024-11-13T18:11:48.532Z","updated_at":"2025-09-21T01:32:18.047Z","avatar_url":"https://github.com/remarkablegames.png","language":"Ren'Py","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/remarkablegames/renpy-template/master/game/gui/window_icon.png\" alt=\"Ren'Py Template\"\u003e\n\u003c/p\u003e\n\n# Ren'Py Template\n\n![release](https://img.shields.io/github/v/release/remarkablegames/renpy-template)\n[![build](https://github.com/remarkablegames/renpy-template/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/renpy-template/actions/workflows/build.yml)\n[![lint](https://github.com/remarkablegames/renpy-template/actions/workflows/lint.yml/badge.svg)](https://github.com/remarkablegames/renpy-template/actions/workflows/lint.yml)\n\n📖 Write visual novels with Ren'Py Template.\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/renpy-template)\n\n## Credits\n\n### Art\n\n- [Uncle Mugen](https://lemmasoft.renai.us/forums/viewtopic.php?t=17302)\n\n### Audio\n\n- [Kenney](https://kenney.nl/assets/interface-sounds)\n\n## Prerequisites\n\nDownload [Ren'Py SDK](https://www.renpy.org/latest.html):\n\n```sh\ngit clone https://github.com/remarkablegames/renpy-sdk.git\n```\n\nSymlink `renpy`:\n\n```sh\nsudo ln -sf \"$(realpath renpy-sdk/renpy.sh)\" /usr/local/bin/renpy\n```\n\nCheck the version:\n\n```sh\nrenpy --version\n```\n\n## Install\n\nClone the repository to the `Projects Directory`:\n\n```sh\ngit clone https://github.com/remarkablegames/renpy-template.git\ncd renpy-template\n```\n\nRename the project:\n\n```sh\ngit grep -l \"Ren'Py Template\" | xargs sed -i '' -e \"s/Ren'Py Template/My Novel/g\"\n```\n\n```sh\ngit grep -l 'renpy-template' | xargs sed -i '' -e 's/renpy-template/my-novel/g'\n```\n\nReplace the assets:\n\n- [ ] `game/gui/main_menu.png`\n- [ ] `game/gui/window_icon.png`\n- [ ] `web-icon.png`\n- [ ] `web-presplash.webp`\n\n## Run\n\nLaunch the project:\n\n```sh\nrenpy .\n```\n\nOr open the `Ren'Py Launcher`:\n\n```sh\nrenpy\n```\n\nPress `Shift`+`R` to reload the game.\n\nPress `Shift`+`D` to open the developer menu.\n\n## Cache\n\nClear the cache:\n\n```sh\nfind game -name \"*.rpyc\" -delete\n```\n\nOr open `Ren'Py Launcher` \u003e `Force Recompile`:\n\n```sh\nrenpy\n```\n\n## Lint\n\nLint the game:\n\n```sh\nrenpy game lint\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Frenpy-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Frenpy-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Frenpy-template/lists"}