You will be making a Falling Letter game in pure JavaScript (without any frontend frameworks) according to this assignment. The project will be in the form of a serious
Create a new empty folder for your project. Then, open VS Code and go to File
=> Open Folder
and open your folder within
VS Code.
By hitting Ctrl + ~
(or going into Terminal
=> New Terminal
) you'll be able to open up a Linux shell within
your VS Code environment. This shell's working directory is automatically set to your project's folder.