Final Project- Taxi Game
Code: https://glitch.com/edit/#!/final-project-nyc?path=index.html%3A1%3A0 Video Presentation: https://drive.google.com/file/d/1J74zfVLNfqdXFSAt9HKK2z_UgSlFmQiU/view?usp=sharing For my project, I created a run and jump game. It is New York City-themed so I used illustrator to create a taxi and the city skyline. I watched the coding train video to learn how to code a game like this. The goal of the game is to use the space bar to jump over the potholes. In general, I think the project for me was very successful as I made many discoveries along the way and stuck to my calendar of work that I projected for myself at the initial proposal. In terms of discoveries, I learned how to make new sketch files that separated the classes of the taxi and hole from the javascript file which made it easier to look at and mess with. I also learned how to randomize an object, in this case, I learned how to randomize the pot hole so it was not a continuou...