Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 521 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 521 Bytes

Happy Farmer

Happy farmer is a new-generation clone of the original Maxis Sim Farm game.

screenshot

Compilation

To compile the game, you first need to have the Qt5 development framework installed (http://www.qt.io). On Ubuntu/Debian this might work:

sudo apt install qtbase5-dev qttools5-dev-tools qttools5-dev

To compile the game, type in bash:

cmake .
make

Run the game by typing

src/happyfarmer

Matevž Jekovec matevz.jekovec@gmail.com