{"id":13958972,"url":"https://github.com/Grimmys/rpg_tactical_fantasy_game","last_synced_at":"2025-07-21T01:30:34.720Z","repository":{"id":39963062,"uuid":"186931111","full_name":"Grimmys/rpg_tactical_fantasy_game","owner":"Grimmys","description":"A tactical turn-based game project in pygame, open to support","archived":false,"fork":false,"pushed_at":"2024-06-26T10:36:01.000Z","size":105666,"stargazers_count":397,"open_issues_count":7,"forks_count":85,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-09T13:21:37.175Z","etag":null,"topics":["2d-game","games","player","pygame","pygame-games","python","rpg-game","turn-based-strategy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Grimmys.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-16T01:52:12.000Z","updated_at":"2024-08-09T08:27:17.000Z","dependencies_parsed_at":"2022-06-29T19:21:00.102Z","dependency_job_id":"7b68e0ff-00ea-4dd6-9da8-4c9696437f0a","html_url":"https://github.com/Grimmys/rpg_tactical_fantasy_game","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grimmys%2Frpg_tactical_fantasy_game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grimmys%2Frpg_tactical_fantasy_game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grimmys%2Frpg_tactical_fantasy_game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grimmys%2Frpg_tactical_fantasy_game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Grimmys","download_url":"https://codeload.github.com/Grimmys/rpg_tactical_fantasy_game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226850466,"owners_count":17691979,"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":["2d-game","games","player","pygame","pygame-games","python","rpg-game","turn-based-strategy"],"created_at":"2024-08-08T13:02:20.908Z","updated_at":"2025-07-21T01:30:34.714Z","avatar_url":"https://github.com/Grimmys.png","language":"Python","funding_links":[],"categories":["游戏","Python"],"sub_categories":["网络服务_其他"],"readme":"# RPG Tactical Fantasy Game\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n[![licence](https://img.shields.io/github/license/Grimmys/rpg_tactical_fantasy_game)](https://github.com/Grimmys/rpg_tactical_fantasy_game/blob/master/LICENSE)\n[![latest release](https://img.shields.io/github/v/release/Grimmys/rpg_tactical_fantasy_game)](https://github.com/Grimmys/rpg_tactical_fantasy_game/releases/latest)\n![GitHub release (latest by date)](https://img.shields.io/github/downloads/Grimmys/rpg_tactical_fantasy_game/latest/total)\n\n[ [English](README.md) | [简体中文](README/zh-cn.md) | [繁體中文](README/zh-cht.md) ]\n\n**Open to collaborative development.**\n\nThe game is a Tactical Fantasy RPG, turn-based and in 2D.\n\n## How to help development\n\nYou can submit any request you want, or report any bug you encounter, by sending an e-mail to\ngrimmys.programming@gmail.com or by opening an issue.\n\nAlternatively, you can join the newly created community discord: https://discord.gg/CwFdXNs9Wt.\n\nFeel free to come up with ideas whether it is about coding practices or game mechanics, this project is far from being\nperfect!\n\nHere are some suggestions of contributions:\n\n* Check the [opened issues](https://github.com/Grimmys/rpg_tactical_fantasy_game/issues), there are bugs that could be\n  fixed or enhancement waiting for implementation.\n* A lot of TODOs can be found everywhere on the project, some of them could be easy to fix even by a beginner and others\n  are more challenging.\n* Help with balancing would be greatly appreciated... I'm not good in this kind of games even if I love them. All values\n  could be found in the XML files wrapped in the data folder.\n* Contributions for sound effects or new soundtracks would be really appreciated.\n\n__Version__ : 1.0.4\n\n![Main screen with possible moves and attack](/screenshots/player_moves_and_attacks.png?raw=True)\n![Inventory menu](/screenshots/inventory_screen.png?raw=True)\n![Status window](/screenshots/status_screen.png?raw=True)\n\n## How to start the game\n\nIf you are using 64-bit Windows you can head over to\nthe [releases page](https://github.com/grimmys/rpg_tactical_fantasy_game/releases) to get a prebuilt executable.\n\nIf you would rather run directly from the source \\(or want to develop the game\\), make sure to\nhave [Python3.9](https://python.org) (or above) installed and run `python -m pip install -r requirements` in the repository folder.\n\nThen you can run `python main.py` or \"./main.py\" (only for Python 3) in linux operation system to start the game.\n\n## Keys\n\n* Left click : Select a player, choose a case to move, select an action to do etc (main button)\n* Left click (on any empty tile) : Open or close main menu\n* Left click (on any entity that is not a player who has finished his turn) : Open a window giving information about the\n  entity\n* Right click : Deselect a player or cancel last action if possible (secondary button)\n* Right click (on any entity) : Show the possible movements of the entity\n* Esc key : Close a menu on the top layer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGrimmys%2Frpg_tactical_fantasy_game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGrimmys%2Frpg_tactical_fantasy_game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGrimmys%2Frpg_tactical_fantasy_game/lists"}