{"id":20110426,"url":"https://github.com/remarkablegames/code-arcade","last_synced_at":"2026-06-10T10:31:38.192Z","repository":{"id":241372871,"uuid":"805969535","full_name":"remarkablegames/code-arcade","owner":"remarkablegames","description":"🕹️ Learn how to program with Code Arcade.","archived":false,"fork":false,"pushed_at":"2026-06-03T21:44:06.000Z","size":3138,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-03T23:14:40.409Z","etag":null,"topics":["arcade","code","educational-game","game","javascript","kaboom","kaboomjs","kaplay","kaplayjs","learning","puzzle"],"latest_commit_sha":null,"homepage":"https://remarkablegames.itch.io/code-arcade","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":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-26T01:49:02.000Z","updated_at":"2026-06-03T21:42:48.000Z","dependencies_parsed_at":"2024-06-28T04:39:01.885Z","dependency_job_id":"6c17e2fb-2f51-402e-bdb6-d8ab1a895f9e","html_url":"https://github.com/remarkablegames/code-arcade","commit_stats":null,"previous_names":["remarkablegames/code-arcade"],"tags_count":11,"template":false,"template_full_name":"remarkablegames/kaplay-template","purl":"pkg:github/remarkablegames/code-arcade","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fcode-arcade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fcode-arcade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fcode-arcade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fcode-arcade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/code-arcade/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fcode-arcade/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34149132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["arcade","code","educational-game","game","javascript","kaboom","kaboomjs","kaplay","kaplayjs","learning","puzzle"],"created_at":"2024-11-13T18:11:45.903Z","updated_at":"2026-06-10T10:31:38.174Z","avatar_url":"https://github.com/remarkablegames.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/remarkablegames/code-arcade/blob/master/public/logo.png\" alt=\"Code Arcade\"\u003e\n\u003c/p\u003e\n\n# Code Arcade\n\n[![release](https://img.shields.io/github/v/release/remarkablegames/code-arcade)](https://github.com/remarkablegames/code-arcade/releases)\n[![build](https://github.com/remarkablegames/code-arcade/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/code-arcade/actions/workflows/build.yml)\n\n🕹️ Learn how to program with Code Arcade.\n\nPlay the game on:\n\n- [itch.io](https://remarkablegames.itch.io/code-arcade)\n- [newgrounds](https://www.newgrounds.com/portal/view/934247)\n- [remarkablegames](https://remarkablegames.org/code-arcade)\n\nRead the [blog post](https://remarkablegames.org/posts/code-arcade/).\n\n## Credits\n\n- Assets from [Kaboom](https://kaboomjs.com/)\n- Editor from [CodeMirror](https://codemirror.net/)\n- Inspired by [Untrusted](https://alexnisnevich.github.io/untrusted/)\n\n## Prerequisites\n\n- [nvm](https://github.com/nvm-sh/nvm#readme)\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablegames/code-arcade.git\ncd code-arcade\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:5173](http://localhost:5173) 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### `npm run increment-levels`\n\nIncrements a level and renames the file:\n\n```sh\nnpm run increment-levels -- --level=\u003cnumber\u003e\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Fcode-arcade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Fcode-arcade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Fcode-arcade/lists"}