Skip to content

error7404/PONG

Repository files navigation

PONG

a pong game in threeJS

Running

you just need to have a web server running, here are some examples:

  • python -m http.server (Python 3.x)
  • npx http-server (Node.js)
  • npx five-server (Node.js)
  • php -S localhost:8000 (PHP 5.4+)
  • python -m SimpleHTTPServer (Python 2.x)

and goin to the browser and type localhost:8000 or the port you are using.

preview

Languages