{"id":21526764,"url":"https://github.com/dragonwasrobot/chip-8","last_synced_at":"2025-04-09T23:33:58.795Z","repository":{"id":25654985,"uuid":"29090437","full_name":"dragonwasrobot/chip-8","owner":"dragonwasrobot","description":"A CHIP-8 emulator written in Elm","archived":false,"fork":false,"pushed_at":"2024-08-12T07:13:49.000Z","size":1177,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-12T08:35:27.325Z","etag":null,"topics":["chip-8","elm","emulator"],"latest_commit_sha":null,"homepage":"","language":"Elm","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/dragonwasrobot.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":"2015-01-11T12:09:19.000Z","updated_at":"2024-08-12T08:35:28.924Z","dependencies_parsed_at":"2023-01-14T03:03:47.225Z","dependency_job_id":"f3ef106f-c725-459c-be23-99736e2b9c62","html_url":"https://github.com/dragonwasrobot/chip-8","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/dragonwasrobot%2Fchip-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonwasrobot%2Fchip-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonwasrobot%2Fchip-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonwasrobot%2Fchip-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragonwasrobot","download_url":"https://codeload.github.com/dragonwasrobot/chip-8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226116418,"owners_count":17575929,"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","elm","emulator"],"created_at":"2024-11-24T01:46:35.622Z","updated_at":"2024-11-24T01:46:36.409Z","avatar_url":"https://github.com/dragonwasrobot.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chip-8\n\n[![Build Status](https://travis-ci.org/dragonwasrobot/chip-8.svg?branch=master)](https://travis-ci.org/dragonwasrobot/chip-8)\n\nThis is an implementation of a CHIP-8 emulator written in Elm.\n\n![Screenshot](/docs/screenshot.png)\n\nA range of ROMS are already included - all of which are in public domain.\n\nCredit to Thomas P. Greene. for providing proper documentation of the [Chip-8\nspecification](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM).\n\n## Installation\n\n**An online demo can be found here:** http://dragonwasrobot.github.io/chip-8/\n\nEnsure you have Elm 0.19 installed. I personally recommend using asdf,\nhttps://github.com/asdf-vm/asdf, to handle version management of compilers.\n\nWith Elm installed, perform the following steps:\n\n- Change the `romsUrlPrefix` in `src/Request.elm` to `/roms/`,\n- run the command `./build.sh` to compile the source, and\n- run the command `python -m SimpleHTTPServer` in the root of the `docs/` folder\n  to start a server that can serve both the `docs/index.html` file and the\n  CHIP-8 roms stored in `docs/roms`, then\n- go to `http://localhost:8000` in your favorite browser.\n\n## Testing\n\nThe tests are written using [elm-test](https://github.com/elm-explorations/test)\nand [elm-verify-examples](https://github.com/stoeffel/elm-verify-examples/). To\nrun the tests, perform the steps:\n\n- Run the command `npm install` to install elm-test and elm-verify-examples,\n- run the command `npm run doc-tests` to generate the documentation tests found\n  in the Elm code,\n- run the command `npm test` to run all tests in the `tests` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonwasrobot%2Fchip-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonwasrobot%2Fchip-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonwasrobot%2Fchip-8/lists"}