Background
This project was inspired by my love of sports and the sport I played growing up, football. I am creating a game where a reciever can move left or right to catch footballs as they fall from random starting positions overhead in attempts to set a high score for footballs caught.
Funtionality & MVP
In Fair Catch, users will be able to:
- Slide left and right across the game screen using left and right arrow keys.
- See footballs drop from the top of the game screen toward the ground.
- Have footballs be "caught" by reciever.
- Add to their "footballs caught" score.
Technologies, Libraries, APIs
- This project is to be built primarily manipulating HTML Canvas element.
- Webpack and Babel to transpile and the source Javascript code.
- npm to manage project dependencies.