Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matevz/happyfarmer
- Owner: matevz
- Created: 2016-07-11T16:41:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T16:43:45.000Z (5 months ago)
- Last Synced: 2024-10-12T12:17:17.496Z (3 months ago)
- Topics: game, qt5
- Language: C++
- Homepage:
- Size: 6.03 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]