{"id":20110417,"url":"https://github.com/remarkablegames/inversion","last_synced_at":"2025-05-06T10:31:56.166Z","repository":{"id":37073379,"uuid":"453540359","full_name":"remarkablegames/inversion","owner":"remarkablegames","description":"🔳 Inversion is a platformer where 2 players must come together to win.","archived":false,"fork":false,"pushed_at":"2024-11-11T20:09:18.000Z","size":8567,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-11T21:19:56.830Z","etag":null,"topics":["2d","arcade","game","phaser","platformer","puzzle","singleplayer","website"],"latest_commit_sha":null,"homepage":"https://remarkablegames.org/inversion","language":"TypeScript","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":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["remarkablemark","benox3"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2022-01-29T23:08:40.000Z","updated_at":"2024-11-11T20:08:39.000Z","dependencies_parsed_at":"2023-12-25T21:34:07.610Z","dependency_job_id":"d36af51c-d74c-4593-a7ea-5d37e323fd03","html_url":"https://github.com/remarkablegames/inversion","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":"remarkablegames/phaser-platformer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Finversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Finversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Finversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Finversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/inversion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499921,"owners_count":17321605,"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","arcade","game","phaser","platformer","puzzle","singleplayer","website"],"created_at":"2024-11-13T18:11:44.190Z","updated_at":"2024-11-13T18:11:44.880Z","avatar_url":"https://github.com/remarkablegames.png","language":"TypeScript","funding_links":["https://github.com/sponsors/remarkablemark","https://github.com/sponsors/benox3","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/remarkablegames/inversion/master/public/screenshot.png\" alt=\"Inversion\"\u003e\n\u003c/p\u003e\n\n# Inversion\n\n![release](https://img.shields.io/github/v/release/remarkablegames/inversion)\n[![build](https://github.com/remarkablegames/inversion/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/inversion/actions/workflows/build.yml)\n\n\u003ckbd\u003eInversion\u003c/kbd\u003e is a 2D platformer puzzle game where two players must come together to win.\n\nThis game was made for the [Global Game Jam 2022](https://globalgamejam.org/2022/games/inversion-7), in which the theme was `duality`. The game was bootstrapped from [`phaser-platformer`](https://github.com/remarkablegames/phaser-platformer). Read the [blog post](https://remarkablegames.org/posts/inversion/).\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/inversion/)\n- [Newgrounds](https://www.newgrounds.com/portal/view/831514)\n- [Itch.io](https://remarkablegames.itch.io/inversion)\n- [Replit](https://replit.com/@remarkablemark/inversion?v=1)\n\n## Credits\n\n- [benox3](https://github.com/benox3) - Programmer, Level Designer, Artist\n- [remarkablemark](https://github.com/remarkablemark) - Programmer, Level Designer\n- [emex](https://soundcloud.com/emex-music/inversion) - Composer\n- [mikewesthad](https://github.com/mikewesthad) - [Tilemaps in Phaser 3](https://github.com/mikewesthad/phaser-3-tilemap-blog-posts)\n- [0x72](https://itch.io/profile/0x72) - [16x16 Industrial Tileset](https://0x72.itch.io/16x16-industrial-tileset)\n\n## Prerequisites\n\n- [nvm](https://github.com/nvm-sh/nvm#readme)\n- [Tiled](https://www.mapeditor.org/)\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablegames/inversion.git\ncd inversion\n```\n\nUse the Node.js version:\n\n```sh\nnvm use\n```\n\nInstall the dependencies:\n\n```sh\nnpm install\n```\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the game in the development mode.\n\nOpen [http://localhost:1234](http://localhost:1234) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any errors in the console.\n\n### `npm run build`\n\nBuilds the game for production to the `dist` folder.\n\nIt correctly bundles in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\nYour game is ready to be deployed!\n\n### `npm run bundle`\n\nBuilds the game and packages it into a Zip file in the `dist` folder.\n\nYour game can be uploaded to your server, [Itch.io](https://itch.io/), [Newgrounds](https://www.newgrounds.com/), etc.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Finversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Finversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Finversion/lists"}