This is the sample Timber Man Arcade Game that is built in the first five sections of Beginning C++ Game Programming tutorial.
Main Screen
In Game
- Used C++ and SFML Graphics Library.
The purpose of the game is to move the lumberjack right or left to avoid being squished by branches, while chopping down the tree.
- Right Arrow and Left Arrow Keys: Move the character
- Enter Key: Restart the game
- Escape: Exit the game
For more information about Beginning C++ Game Programming