Classic arcade game Frogger played with SNES controller connected to Raspberry Pi. Game engine and SNES controller driver built from scratch in C.
This version expands upon the original with two extra stages. In total, it has has 4 stages – City Roads, River and Logs, Snakes and Pits, and the Lava Moat. The player can also collect powerups to increase their lives, increase their moves remaining, increase their time remaining, and slow down moving obstacles.
- Download .tar.gz file in directory that does not contain another makefile
- Open/Untar the .tar.gz file - if on a computer with a linux OS like a raspberry pi: tar -zxvf c359-pp2.tar.gz
- Run ./myProg to run the pre-compiled program. If that doesn't work, compile with make and make run.
- make
- make run