A remake of the classic game Frogger where you have to navigate the frog safely through the traffic, over the river to reach your home. This a web based application that is mobile device friendly and adapts its size accordingly.
- To clone the repo and run the game
$ git clone https://github.com/adrianeyre/frogger
$ cd frogger
$ npm install
$ npm start