Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iagobelo/typescript-chip8-emulator
A Chip 8 emulator written in typescript
https://github.com/iagobelo/typescript-chip8-emulator
Last synced: about 6 hours ago
JSON representation
A Chip 8 emulator written in typescript
- Host: GitHub
- URL: https://github.com/iagobelo/typescript-chip8-emulator
- Owner: iagobelo
- License: mit
- Created: 2020-04-07T23:10:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:45:05.000Z (about 2 years ago)
- Last Synced: 2023-03-10T17:43:11.546Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 3.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [libraryNameWithSpacesAndUpperCases]
[![Build Status](https://travis-ci.org/iagobelo/typescript-chip8-emulator.svg?branch=master)](https://travis-ci.org/iagobelo/typescript-chip8-emulator)
[![License](https://badgen.net/github/license/iagobelo/typescript-chip8-emulator)](./LICENSE)
[![Library minified size](https://badgen.net/bundlephobia/min/typescript-chip8-emulator)](https://bundlephobia.com/result?p=typescript-chip8-emulator)
[![Library minified + gzipped size](https://badgen.net/bundlephobia/minzip/typescript-chip8-emulator)](https://bundlephobia.com/result?p=typescript-chip8-emulator)## Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
```sh
npm install typescript-chip8-emulator --save# For Yarn, use the command below.
yarn add typescript-chip8-emulator
```### Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
```html
// UMD module is exposed through the "[libraryCammelCaseName]" global variable.
console.log([libraryCammelCaseName]);```
## Documentation
[Documentation generated from source files by Typedoc](./docs/README.md).
## License
Released under [MIT License](./LICENSE).