Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using X-input devices #20

Open
ethanjurman opened this issue Apr 8, 2015 · 1 comment
Open

Using X-input devices #20

ethanjurman opened this issue Apr 8, 2015 · 1 comment

Comments

@ethanjurman
Copy link
Owner

Have X-input devices work for joining the game and playing it.
will need a small portion of the screen dedicated for people using x-input devices.

also maybe using keyboard inputs?

@ethanjurman
Copy link
Owner Author

You will need to add a plane (similarly to the code which runs onload of the mobile device, control->index.js).

This code will need to be run from the index page of the desktop. (host->index.js)

var socket = io();
socket.emit('add plane','0x777777');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants