meta-meta / aztec-pong

An Aframe-React experiment

Home Page:http://meta-meta.github.io/aztec-pong/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aztec Pong

Use the up and down arrows to move the paddles mouse look

Getting Started

Serve the webapp:

npm install
npm start

Start the Web Socket server in another terminal:

cd SerialAndOscWebSocketsServer
npm install
node .

Then head over to localhost:8080

Send OSC messages over port 57121

gh-pages

change to your repo in package.json:

"repository": {
    "type": "git",
    "url": "https://github.com/meta-meta/aframe-react-boilerplate.git"
  },
npm run ghpages

About

An Aframe-React experiment

http://meta-meta.github.io/aztec-pong/

License:MIT License


Languages

Language:JavaScript 98.8%Language:HTML 1.2%