Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zackthehuman/gameboy-typescript

A Game Boy emulator written in TypeScript
https://github.com/zackthehuman/gameboy-typescript

emulator gameboy-emulator typescript

Last synced: 8 days ago
JSON representation

A Game Boy emulator written in TypeScript

Awesome Lists containing this project

README

        

# gameboy-typescript
A Game Boy emulator written in TypeScript. This project is a work in progress and is not ready for prime time.

## Setting up
```
npm install
bower install
```

## Running
```
ember serve
```