Frogger game for Ubuntu and Raspberry Pi, developed in C language.
For Ubuntu: installing Allegro C Library
For RaspberryPi: having display and joystick modules
For ubuntu: execute on terminal: "make -f frogger_mk allegro"
For RaspberryPi: execute on terminal: "make -f frogger_mk rpi"
The binary can be executed on terminal "./frogger" and some arguments may be added. These arguments will be taken as commands with the following syntax: "-command=value"
So far, Frogger supports these commands:
- -name=HereGoesUsersName : It allows the user to set username to save it's score in the top score table.
- -character=characterIndex : It allows the user to change the game character, it depends on how many options there are.
- -map=mapIndex : It allows the user to change the game map being used, it depends on how many options available there are.