A clone of the legendary farming Flash game "The Farmer" by w_w.
Built with C# and the KNI framework.
📦 Archived Project - This project is no longer actively maintained.
Use the included Makefile for common development tasks:
make devormake dev-web– Run the web version (BlazorGL) with hot reloadmake dev-gl– Run the Desktop OpenGL version with hot reloadmake dev-dx– Run the Windows DirectX version with hot reloadmake build– Build all platforms (Web, DesktopGL, WindowsDX)make build-web– Build only the web versionmake build-gl– Build only the Desktop OpenGL versionmake build-dx– Build only the Windows DirectX versionmake clean– Clean all build artifactsmake restore– Restore NuGet packagesmake publish– Publish the web version (BlazorGL) topublish/web
You need Make and .NET SDK installed.
TheFarmerClone.Shared- Shared game logicTheFarmerCloneContent- Game content including sprites, audio, and other assetsTheFarmerClone.BlazorGL- Web (Blazor + WebGL) platform implementationTheFarmerClone.DesktopGL- Desktop OpenGL platform implementationTheFarmerClone.WindowsDX- Windows DirectX platform implementation
This project is licensed under the MIT License - see the LICENSE file for details.