Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1007 Bytes

File metadata and controls

28 lines (17 loc) · 1007 Bytes

Farming Game 🌱 Welcome to the Farming Game repository! This is a small online farming simulation game that relies entirely on web requests for its functionality. The project was created as an experiment to build an online game using a web-based architecture. The server is built with ASP.NET, and the client is made with Unity. You can even create your own client using the provided API!

🚀 Features Web-Based Gameplay: All game interactions are handled through web requests.

Customizable API: The server provides an API, allowing you to build your own client.

MySQL Database: Stores player data, plants, and plant types.

Unity Client: A ready-to-use Unity client is included, which can be hosted with a Node.js server.

🛠️ Technologies Backend: ASP.NET

Database: MySQL

Client: Unity

Web Server: Node.js

🏁 Getting Started Prerequisites MySQL: Make sure MySQL is installed and running.

Node.js: Required to host the Unity client.

Unity: Optional, for modifying or building the client.