Skip to content

ahmedalycess/Pong-Threejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong-Threejs

Demo:

demo2.mp4

Dependencies:

  • Three.js
npm install three
  • dat.gui
npm install dat.gui

how to run:

Method 1 (using http-server):

  • clone project
  • open cmd in the project directory
  • install http-server to run the game locally
npm install http-server
  • go to /dist directory then type
http-server

Method 2 (using parcel):

  • clone project
  • open cmd in the project directory
  • install parcel either specifically for this project or globally on your machine

directory scope only:

npm install --save-dev parcel

globaly:

npm install -g parcel

then type

npm start

More details can be found in Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published