A remote controlled 2D car driving simulation using socket.IO. This simulation of a remote controlled car was built while learning socket.IO for making a real remote controlled rover. It consists of only basic controls. For more advanced controls, something like Phaser could be used.
- Install Node.js
> git clone https://github.com/awanshrestha/car-simulation-socket.git
> cd car-simulation-socket
> npm install
> node server.js- Open http://localhost:3000 on your browser to see the car.
- The remote will be at http://localhost:3000/remote