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

https://github.com/daisukitamago/chip8.js-client

An Example Client that consumes Chip8.js services
https://github.com/daisukitamago/chip8.js-client

api-client chip-8 chip8 chip8-emulator chip8-interpreter client-side html socketio-client websocket-client

Last synced: about 2 months ago
JSON representation

An Example Client that consumes Chip8.js services

Awesome Lists containing this project

README

        

## A Client to consume [Chip8.js Service](https://github.com/DaisukiTamago/Chip8.js)

![](readme_files/chip8_1.png?raw=true "title")

Keyboard mapped to:
1234,
qwer,
asdf,
zxcv

Remember to verify if socket io is connecting to your server instance

```javascript
var socket = io('http://yourserverurl:yourserverport')
```