====== Space Game ====== This was a project that my teacher had me work on to get me more familiar with coding. This took me close to one school year to finish at that time because I was still very new to coding and I was also working on the other [[graph-toolgraph_tool|graph-tool]] coding project. Considering it was one of my first coding projects, I think it is not terrible. During this, I got a lot of practice with JavaScript and the library SVG.js. For instructions, click on the graph area (right under the results bar) and press i. I remember one of the most challenging parts of this was detecting collision effectively and efficiently. At, first there were a lot of performance issues with my collision detection and sometimes the collision just would not detect. If you play the version of the game below, both of the versions have been fixed but there is also the other issue of the asteroids not disappearing. However, I did not have enough time to fix that before I had to move on with a next project.