You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Juego de tenis en 3D implementado a partir de la librería ThreeJS. Proyecto de la asignatura de Sistemas Gráficos del Grado de Ingeniería de Informática de la UGR.
3D Tennis game. Implementation based on ThreeJS and CannonJS.
How to run the project?
$ git clone https://github.com/arthurmrodriguez/PongTennis3D
$ cd PongTennis3D/
$ npm install # to install every Node.js dependencies
$ npm start # starts a local server
About
Juego de tenis en 3D implementado a partir de la librería ThreeJS. Proyecto de la asignatura de Sistemas Gráficos del Grado de Ingeniería de Informática de la UGR.