Yash Punia

Results 2 issues of Yash Punia

**Error:** The official [A-Blast website](https://aframe.io/a-blast/) crashes on opening because of some null value error in `highscores.js` file as of now. ![image](https://user-images.githubusercontent.com/21677583/155858728-d3ed6480-7fb2-4fa4-931b-117b83d46b43.png) **Cause:** The `document.getElementById('save-score')` was returning the null value which...

Added 3D transformations on Cube program Language used - C++ Library used - glut (can be installed using freeglut on linux) Type in g++ cubeTransformations.cpp -o transform -lGL -lGLU -lglut...