Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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