{"id":34103670,"url":"https://github.com/dev-hd11/pytextgame","last_synced_at":"2025-12-14T17:47:48.312Z","repository":{"id":199029165,"uuid":"702023505","full_name":"dev-hd11/pytextgame","owner":"dev-hd11","description":"Use this library to create multi genre console-based RPG \u0026 other types of games. ","archived":false,"fork":false,"pushed_at":"2024-03-27T11:38:23.000Z","size":520,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T08:01:58.921Z","etag":null,"topics":["actions","adventure-game-engine","ascii-game","commercial","console-game","framework","game-development","games","multi-genre","pip","pypi-package","python","rpg-game","text-based-game","text-game-engine"],"latest_commit_sha":null,"homepage":"https://techworld856.godaddysites.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev-hd11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-08T09:19:07.000Z","updated_at":"2024-11-07T00:52:30.000Z","dependencies_parsed_at":"2023-10-16T11:37:40.240Z","dependency_job_id":"ffaf0ae4-811e-48fc-9215-5f01e318fefd","html_url":"https://github.com/dev-hd11/pytextgame","commit_stats":null,"previous_names":["dev-hd11/pytextgame","dev-hd11/pytextgameog"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dev-hd11/pytextgame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-hd11%2Fpytextgame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-hd11%2Fpytextgame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-hd11%2Fpytextgame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-hd11%2Fpytextgame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-hd11","download_url":"https://codeload.github.com/dev-hd11/pytextgame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-hd11%2Fpytextgame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27732733,"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-12-14T02:00:11.348Z","response_time":56,"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":["actions","adventure-game-engine","ascii-game","commercial","console-game","framework","game-development","games","multi-genre","pip","pypi-package","python","rpg-game","text-based-game","text-game-engine"],"created_at":"2025-12-14T17:47:47.352Z","updated_at":"2025-12-14T17:47:48.305Z","avatar_url":"https://github.com/dev-hd11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](pytextgame-high-resolution-logo-white.png)\n\u003chr\u003e\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/PyTextGame)\n![GitHub License](https://img.shields.io/github/license/dev-hd11/pytextgame)\n![PyPI - Version](https://img.shields.io/pypi/v/PyTextGame)\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/PyPi/PyTextGame)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyTextGame)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/PyTextGame)\n\n\n**Ultra python game development library! \u003cbr\u003eGame development made easier than ever!**\n\n**Announcement: Now PyTextGame is also available on SourceForge. Please visit [the official page in SourceForge](https://pytextgame.sourceforge.io).**\n\n## 📃Table of content\n1.[Introduction](#introduction)\u003cbr\u003e\n2.[Features](#features)\u003cbr\u003e\n3.[Installation](#installation)\u003cbr\u003e\n4.[Contributing](#contributing)\u003cbr\u003e\n5.[Security Policy](#security-policy)\u003cbr\u003e\n6.[Release Notes](#release-notes)\u003cbr\u003e\n- [Version 0.1 Beta](#-version-01-beta)\n7. [Notices](#notices)\n\n## 👋🏼Introduction\n**PyTextGame** is a python library which can be used to develop text based games. It contains several features for making text-based game development faster.\n\u003cbr\u003e\u003cbr\u003e\n©️ 2023, Himank Deka [All source code and resources]\n\u003cbr\u003e All rights reserved.\n\n## 🪶Features\n- Game development made easy\n- Gaming Components\n- Multi genre\n- Efficient\n- For both personal and commercial use\n- Reducing development time\n- Lifetime support\n- Light on RAM \u0026 Storage\n- One stop solution for game devs!\n\n## 📩Installation\n### Dependecies\n- Keyboard\n\n### Downloading\n1. Create a new Python virtual environment :\n```bash\npython -m venv myenv\n```\n\n2. Acitivate the virtual environment :\n```bash\nmyenv/Scripst/activate.bat\n```\n\n3. Install PyTextGame in the venv :\n```bash\npip install pytextgame\n```\n\n## 🤝Contributing\nSee [CONTRIBUTING](./CONTRIBUTING.md).\n\n## 🔐 Security Policy :\nSee [SECURITY](./SECURITY.md)\n\n## 🗒️Release Notes\n\n### 👩🏼‍💻 Version: 0.1 Beta:\nFixing the welcome box bug. Now you can directly pass the `show_welcome_box` argument as \n```python\nFalse\n``` \nNEW FEATURES: New `Charecter` attributes in `pytextgame.actors.charecters` and `pytextgame.actors.items` package for different items such as `Armour`, `Weapon`.\nPlease explore the code to learn more.\n\n## Version: 1.0.0 :\nThis is the current stable version of Pytextgame. It contains features that you will require to build your game functionalities. Currently we have kept a few main features.\u003cbr\u003e\nWe will keep updating the project introducing more and more features. Currently the main genre targeted by this project is RPG games. We will expand to more genres in the future.\u003cbr\u003e\nWe are going to release a documentation on the package, so stay tuned!\n\n## 🔔Notices\n\n\u003e [!WARNING]\n\u003e This package has been tested on Python 3.11 \u0026 3.12.\u003cbr\u003e\n\n\u003e[!NOTE]\n\u003e Live on PyPi currently.\u003cbr\u003e\n\u003e Documentation in Wiki!\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-hd11%2Fpytextgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-hd11%2Fpytextgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-hd11%2Fpytextgame/lists"}