Skip to content

A basic game controller react native app built using websockets.

Notifications You must be signed in to change notification settings

vatsal-afk/ControlPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Gyro controlled Racing Game

make sure latest LTS version of node is installed.

Follow these steps after cloning the repo :

cd controller
npm install
npx expo start

in another terminal window

cd server
npm install
node server.js  // this will start the server at localhost:8080

on your android device download the expo go app and scan the QR code displayed on the terminal.

The websocket client must be connected to the computer's IPv4 address: for windows check through ipconfig Enter the IPv4 address in the dialog box displayed on the homescreen of the app.

About

A basic game controller react native app built using websockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published