Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zackthehuman/gameboy-typescript
- Owner: zackthehuman
- Created: 2017-02-13T19:18:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T07:13:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T08:54:04.948Z (12 days ago)
- Topics: emulator, gameboy-emulator, typescript
- Language: TypeScript
- Size: 72.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```