Small Multi-Player farming game like HayDay for desktop, written in CPP using Qt GUI framework.
- Multi-Player (Using socket)
- Amazing UI
- Cross Platform
- Sqlite Database
You can download HayDay-release.rar from release page.
After downloading the rar file first extract it, then start server.exe
from Server folder and finally you can play the game by starting client.exe
from client folder.
You should have Qt Creator installed on your system to build this project.
If you're using Qt Creator v6.2 or greater you have to install Qt Multimedia library
separately. you can install it via Qt Maintenance Tool
.
- Load both
server/server.pro
andclient/client.pro
in Qt Creator - Build and run server project
- Build and run client project