{"id":15671693,"url":"https://github.com/defgsus/thegame","last_synced_at":"2026-05-01T15:33:34.070Z","repository":{"id":31436176,"uuid":"127875178","full_name":"defgsus/thegame","owner":"defgsus","description":"testbed for python based pixel adventure","archived":false,"fork":false,"pushed_at":"2023-10-03T23:47:22.000Z","size":1076,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T06:26:39.245Z","etag":null,"topics":["game","isometric","opengl","orthographic","pixel-adventure","python","smooth-shadow"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/defgsus.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":"2018-04-03T08:21:31.000Z","updated_at":"2022-01-13T02:10:49.000Z","dependencies_parsed_at":"2024-10-23T10:36:15.086Z","dependency_job_id":"c6a94f7f-9f77-4def-8a0e-202a2f202d87","html_url":"https://github.com/defgsus/thegame","commit_stats":{"total_commits":134,"total_committers":2,"mean_commits":67.0,"dds":"0.014925373134328401","last_synced_commit":"38a627d9108f1418b94b08831fd640dd87fbba83"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/defgsus/thegame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defgsus%2Fthegame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defgsus%2Fthegame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defgsus%2Fthegame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defgsus%2Fthegame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defgsus","download_url":"https://codeload.github.com/defgsus/thegame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defgsus%2Fthegame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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","isometric","opengl","orthographic","pixel-adventure","python","smooth-shadow"],"created_at":"2024-10-03T15:04:40.611Z","updated_at":"2026-05-01T15:33:34.032Z","avatar_url":"https://github.com/defgsus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### \"The Game\"\n\nIt's about 16 years since i worked on a 2d orthographic pixel adventure.\nIt was a *huge project* at the time, fully written in turbo pascal / assembler.\n\nI'd like to reenact the fun, this time in python and \ndefinitely with modern graphic capabilities, but keeping the\noldschool pixel style.\n\nThis repo is just a cloud backup for the moment. We'll see\nwhere it goes.. \n\n![screenshot](./screenshot.png)\n\n#### setup\n\nFor the game itself:\n\n```bash\nvirtualenv -p python3 env\nsource env/bin/activate\ngit clone https://github.com/defgsus/thegame.git\ncd thegame\npip install -r requirements.txt\npython main.py\n```\n\nOf course we need **\"The Editor\"** as well.\nIt uses [PyQt5](https://www.riverbankcomputing.com/software/pyqt/intro) \n\n```bash\npip install -r requirements-editor.txt\npython main_editor.py\n```\n\nRecent experiment with 2d wang tiling:\n```bash\npython render_graph.py sketches.graphs.tiled\n```\n\nAnd the more recent approach for a good tile-based 2d engine\n```bash\npython tilegame.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefgsus%2Fthegame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefgsus%2Fthegame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefgsus%2Fthegame/lists"}