{"id":20110437,"url":"https://github.com/remarkablegames/fortify","last_synced_at":"2025-07-20T20:05:14.882Z","repository":{"id":92231675,"uuid":"167820356","full_name":"remarkablegames/fortify","owner":"remarkablegames","description":"🧸 Protect Teddy!","archived":false,"fork":false,"pushed_at":"2025-03-07T03:08:51.000Z","size":1507,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-06T10:41:32.215Z","etag":null,"topics":["arcade","game","gamejam","globalgamejam2019","phaser","platformer","puzzle","remarkablegames","teddy","web"],"latest_commit_sha":null,"homepage":"https://b.remarkabl.org/fortify","language":"JavaScript","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":"2019-01-27T14:51:11.000Z","updated_at":"2025-03-07T03:08:54.000Z","dependencies_parsed_at":"2024-10-23T09:37:54.649Z","dependency_job_id":"a5074576-ed48-499b-8fad-4d897cc5daa3","html_url":"https://github.com/remarkablegames/fortify","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/remarkablegames/fortify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Ffortify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Ffortify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Ffortify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Ffortify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/fortify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Ffortify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266189674,"owners_count":23890064,"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":["arcade","game","gamejam","globalgamejam2019","phaser","platformer","puzzle","remarkablegames","teddy","web"],"created_at":"2024-11-13T18:11:48.055Z","updated_at":"2025-07-20T20:05:14.864Z","avatar_url":"https://github.com/remarkablegames.png","language":"JavaScript","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/fortify/master/src/assets/bear.png\" alt=\"Teddy\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/remarkablegames/fortify/master/src/assets/title.png\" alt=\"Fortify\"\u003e\n\u003c/p\u003e\n\n[Fortify](https://b.remarkabl.org/fortify) is a puzzle game where your objective is to protect teddy :teddy_bear:\n\nThis game was made during the [Global Game Jam 2019 (GGJ)](https://globalgamejam.org/news/theme-global-game-jam-2019-%E2%80%A6). The theme of the jam was:\n\n\u003e What home means to you\n\nThis project was bootstrapped with [`phaser-template`](https://github.com/remarkablegames/phaser-template) and hosted on [remarkablegames](https://remarkablegames.org/). To learn more, read the following [blog post](https://remarkablegames.org/posts/fortify/).\n\nPlay this game on:\n\n- [remarkablegames](https://b.remarkabl.org/fortify)\n- [Newgrounds](https://www.newgrounds.com/portal/view/748296)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/en/download/)\n- [npm](https://www.npmjs.com/get-npm)\n\n## Install\n\nClone repository:\n\n```sh\ngit clone https://github.com/remarkablegames/fortify.git\n```\n\nInstall 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:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any lint errors in the console.\n\n### `npm run build`\n\nBuilds the game for production to the `build` 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 release`\n\nBumps the `package.json` using [standard-version](https://github.com/conventional-changelog/standard-version).\n\n### `npm run deploy`\n\nDeploys the game to [GitHub Pages](https://pages.github.com/) by force pushing the `build` folder to the remote repository's `gh-pages` branch.\n\n## Uploading the Game\n\nIf you're uploading the game to a site, make sure to do the following:\n\n1. Open `package.json` and change the `\"homepage\"` value to `\".\"`. This ensures the links are relative. _Optional_: update the game config url in `src/index.js`.\n\n2. _Optional_: remove GitHub Corners from `public/index.html` and `src/index.css`.\n3. Build the game, remove any unnecessary files, and compress the folder into a zip archive:\n   ```sh\n   npm run clean\n   npm run build\n   rm build/service-worker.js\n   zip -r fortify.zip build\n   ```\n4. Don't forget to clean up the project directory after the upload succeeds:\n   ```sh\n   rm fortify.zip\n   ```\n\n## Contributors\n\n[![Ben Budnevich](https://github.com/benox3.png?size=50)](https://github.com/benox3) \u0026nbsp;\n[![Dan Phillips](https://github.com/danmakenoise.png?size=50)](https://github.com/danmakenoise) \u0026nbsp;\n[![remarkablemark](https://github.com/remarkablemark.png?size=50)](https://github.com/remarkablemark)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Ffortify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Ffortify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Ffortify/lists"}