DEV Community

Discussion on: What interesting stuff are you working on?

Collapse
 
raymag profile image
Carlos Magno

I was planning on making a program that would allow me to play a fight game (like street fighter) while moving the smartphone (the movements in game would correspond to some movements in real life, using the accelerometer sensor).

The point is, I'm thinking about using NodeJS to control the PC and receive commands with a websocket server. Then I would make a app or website for using the accelerometer and sending data to the server. But i'm not so sure about how to handle continous movements (for making the player move constantly).