A 2D, open-source, farming simulator written in JavaScript with a dedicated server on Linux.
GNU AFFERO GPL v3.0
Full license details can be found at: http://www.gnu.org/licenses/agpl-3.0.en.html
Note: Requires starting up a MongoDB server and Redis server before running OpenFarm.
In the root directory run the following command:
npm start
OpenFarm requires the following to be installed to function properly:
- NPM/Node.js
- MongoDB
- Redis
In the root directory run the following command:
npm install