Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardean/jsgbc-web
A GameBoy Color Emulator for the Web
https://github.com/ardean/jsgbc-web
emulator gameboy gameboy-color gameboy-color-emulator gameboy-emulator gamepad gamepad-support javascript jsgbc
Last synced: 3 months ago
JSON representation
A GameBoy Color Emulator for the Web
- Host: GitHub
- URL: https://github.com/ardean/jsgbc-web
- Owner: ardean
- License: mit
- Created: 2017-02-19T16:35:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T00:56:15.000Z (about 3 years ago)
- Last Synced: 2024-04-15T07:27:46.596Z (10 months ago)
- Topics: emulator, gameboy, gameboy-color, gameboy-color-emulator, gameboy-emulator, gamepad, gamepad-support, javascript, jsgbc
- Language: TypeScript
- Homepage: https://ardean.github.io/jsGBC-web/
- Size: 798 KB
- Stars: 14
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jsGBC-web
[![Github Version][gh-image]][gh-url]
[![Github Downloads][gh-downloads-image]][gh-downloads-url]
[![License][license-image]][license-url]**A GameBoy Color Emulator for the Web**
[Demo](https://ardean.github.io/jsGBC-web/)
## Setup
```bash
> bower i
> yarn install
> yarn start
```## License
[MIT](LICENSE.md)
[gh-image]: https://img.shields.io/github/release/ardean/jsGBC-web.svg
[gh-url]: https://github.com/ardean/jsGBC-web
[gh-downloads-image]: https://img.shields.io/github/downloads/ardean/jsGBC-web/total.svg
[gh-downloads-url]: https://github.com/ardean/jsGBC-web
[license-image]: https://img.shields.io/npm/l/jsgbc.svg
[license-url]: LICENSE.md