A modern Javascript take on the classic arcade game using SVGs.
- First time working with SVGs
- First time being fully immersed in Javascript with minimal HTML5 and CSS3
- This project challenged my designer way of thought and helped me transition into a programming mindset.
- Karla Gonzalez - KARLAPAULINA
-
Install dependencies:
> npm i
-
Run locally with Webpack Dev Server:
> npm start
-
Build for production:
> npm run build
Player 1:
- a: up
- z: down
Player 2:
- ▲ : up
- ▼: down