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
- Host: GitHub
- URL: https://github.com/daisukitamago/chip8.js-client
- Owner: DaisukiTamago
- License: mit
- Created: 2020-04-01T20:16:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T20:51:51.000Z (about 5 years ago)
- Last Synced: 2025-01-27T12:14:11.913Z (3 months ago)
- Topics: api-client, chip-8, chip8, chip8-emulator, chip8-interpreter, client-side, html, socketio-client, websocket-client
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## A Client to consume [Chip8.js Service](https://github.com/DaisukiTamago/Chip8.js)

Keyboard mapped to:
1234,
qwer,
asdf,
zxcvRemember to verify if socket io is connecting to your server instance
```javascript
var socket = io('http://yourserverurl:yourserverport')
```