Terminal-Based Frogger
A old classic game converted to a simple little C++ console based game. The keyboard input is created through SDL.
You play as a frog(F), that need to get home(H) on the other side of the road and river.
The following fields are deadly:
C = Car
W = Water
* = Bush
The following fields are not deadly:
T = turtle
L = log
_ = road
+ = safe place
H = Home
Controls:
W/Up arrow = One step forwards
S/Down arrow = One step backwards
A/Left arrow = One step to the left
D/Right arrow = One step to the right
Download .zip with cmake project