Developer: Anand Balan
- Open a terminal/command prompt
- Go to the SnakeUI directory.
- Run the following command : node index.js
- Open a browser and go to "http://localhost:3000"
Note: If, in your machine, you run python using "python" command instead of "python3", please go to SnakeUI/index.js and change the line containing "python3" to "python".