A Tangram puzzle game with multiple modes developed using WEBGL graphics and javascript.
-
Make sure npm is installed along with nodejs.
-
After installation of the above tools :
-
Run the following commands:
- sudo npm install http-server -g
- http-server
-
Open the application in the browser on the address outputted by the above command.
-
NOTE: This command should be run in the same directory as the index.html file.
-
-
ALTERNATE METHOD:
- Install the live server extension for visual studio code.
- Open the index.html file in visual studio code and use the live server extension to open the html file in the webpage.