Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
/ TheFarmerClone Public archive

A clone of the legendary farming Flash game "The Farmer" by w_w.

License

somenoe/TheFarmerClone

Repository files navigation

The Farmer Clone

A clone of the legendary farming Flash game "The Farmer" by w_w.

Built with C# and the KNI framework.

Development Status

📦 Archived Project - This project is no longer actively maintained.

Getting Started

Use the included Makefile for common development tasks:

  • make dev or make dev-web – Run the web version (BlazorGL) with hot reload
  • make dev-gl – Run the Desktop OpenGL version with hot reload
  • make dev-dx – Run the Windows DirectX version with hot reload
  • make build – Build all platforms (Web, DesktopGL, WindowsDX)
  • make build-web – Build only the web version
  • make build-gl – Build only the Desktop OpenGL version
  • make build-dx – Build only the Windows DirectX version
  • make clean – Clean all build artifacts
  • make restore – Restore NuGet packages
  • make publish – Publish the web version (BlazorGL) to publish/web

You need Make and .NET SDK installed.

Project Structure

License

This project is licensed under the MIT License - see the LICENSE file for details.