{"id":16321494,"url":"https://github.com/doodlewind/merry8","last_synced_at":"2025-03-20T22:31:14.253Z","repository":{"id":80193152,"uuid":"77323074","full_name":"doodlewind/merry8","owner":"doodlewind","description":"📺 Chip-8 emulator for web.","archived":false,"fork":false,"pushed_at":"2018-05-16T12:26:14.000Z","size":40,"stargazers_count":55,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-11T22:48:18.876Z","etag":null,"topics":["chip-8","emulator"],"latest_commit_sha":null,"homepage":"http://ewind.us/h5/merry8","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doodlewind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-12-25T11:33:57.000Z","updated_at":"2024-06-12T09:10:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1a5b055-204d-4a2c-ada3-31f8f027bb5b","html_url":"https://github.com/doodlewind/merry8","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fmerry8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fmerry8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fmerry8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doodlewind%2Fmerry8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doodlewind","download_url":"https://codeload.github.com/doodlewind/merry8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085009,"owners_count":20395523,"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":["chip-8","emulator"],"created_at":"2024-10-10T22:47:57.112Z","updated_at":"2025-03-20T22:31:14.247Z","avatar_url":"https://github.com/doodlewind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# merry8\nChip-8 emulator for web.\n\n## API\nBesides the demo, you can simply `npm install merry8` and run it in your own project!\n\n``` js\nimport Merry8 from 'merry8'\n\n// Provide chip-8 rom, canvas element and its default width.\nconst merry8 = new Merry8(rom, {\n  el: '#app',\n  width: 500\n})\n\nmerry8.run()\n```\n\n### `merry8.run()`\nStart emulator main loop.\n\n### `merry8.press(key: number)`\nEmulate a key press, `key` ranges from 0 to 15.\n\n## Development\nFor a quick start, `npm run demo` and open `localhost:9001`.\n\nTo test cpu instructions, simply run `npm test`.\n\n## Changelog\n* `0.3.0` - 2017/11/19\n    * Expose emulator API.\n    * Support multi emulator instances.\n    * Rewrite project structure with class syntax.\n    * Fix test failure.\n    * Migrate to `babel-preset-env`.\n* `0.2.1` - 2017/03/25\n    * Migrate to rollup.\n* `0.2.0` - 2016/12/25\n    * Migrate view layer to canvas.\n* `0.1.0` - 2016/12/25\n    * Implement interpreter and GUI with basic PONG support.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Fmerry8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodlewind%2Fmerry8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodlewind%2Fmerry8/lists"}