Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardean/jsgbc-core
jsGBC Core Emulator
https://github.com/ardean/jsgbc-core
emulator es6 gameboy gameboy-color gameboy-color-emulator gameboy-emulator gameboy-emulator-library javascript jsgbc jsgbc-web
Last synced: 4 days ago
JSON representation
jsGBC Core Emulator
- Host: GitHub
- URL: https://github.com/ardean/jsgbc-core
- Owner: ardean
- License: mit
- Created: 2017-02-18T17:46:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T11:18:11.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T07:27:44.513Z (7 months ago)
- Topics: emulator, es6, gameboy, gameboy-color, gameboy-color-emulator, gameboy-emulator, gameboy-emulator-library, javascript, jsgbc, jsgbc-web
- Language: TypeScript
- Homepage: https://github.com/ardean/jsGBC/
- Size: 2.85 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jsGBC-core
[![Build Status](https://travis-ci.org/ardean/jsGBC-core.svg?branch=master)](https://travis-ci.org/ardean/jsGBC)
[![Greenkeeper badge](https://badges.greenkeeper.io/ardean/jsGBC-core.svg)](https://greenkeeper.io/)
[![NPM Version][npm-image]][downloads-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![License][license-image]][license-url][Demo](https://ardean.github.io/jsGBC/)
**jsGBC Core Emulator**
This is just the core emulator. For a desktop emulator look at [jsGBC](https://github.com/ardean/jsGBC) or for an online emulator please check [jsGBC-web](https://github.com/ardean/jsGBC-web).
## Related Projects
- [jsGBC](https://github.com/ardean/jsGBC)
- [jsGBC-web](https://github.com/ardean/jsGBC-web)## License
[MIT](LICENSE.md)
Z80 implementation borrowed from [GameBoy-Online](https://github.com/taisel/GameBoy-Online)
[downloads-image]: https://img.shields.io/npm/dm/jsgbc.svg
[downloads-url]: https://npmjs.org/package/jsgbc
[npm-image]: https://img.shields.io/npm/v/jsgbc.svg
[npm-url]: https://npmjs.org/package/jsgbc
[license-image]: https://img.shields.io/npm/l/jsgbc.svg
[license-url]: LICENSE.md