Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matevz/happyfarmer

New generation Sim Farm clone
https://github.com/matevz/happyfarmer

game qt5

Last synced: 2 months ago
JSON representation

New generation Sim Farm clone

Awesome Lists containing this project

README

        

# Happy Farmer

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

![screenshot](doc/screenshot_02a12859.png)

## 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:

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

To compile the game, type in bash:

```shell
cmake .
make
```

Run the game by typing

```
src/happyfarmer
```

Matevž Jekovec
[email protected]