Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 773 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 773 Bytes

FEND Arcade Game

Simple frogger game project

Main objective collect all pickups and finish a game but be careful don't get hit by a bug. Player got 3 lives to spend and there is a chance to get health pickup. Stepping on water block without star will respawn you (secret there is a small timer so you can move without stopping). By finishing a level you can unlock a character (maximum of 4 new) and select it after losing all lives.

Get Started

clone project to your work space

git clone https://github.com/BeroBurny/FEND-ArcadeGame.git

and start it with favorite web server

Additional information