MinePal

MinePal

AI friend that you can talk to and play with in Minecraft.

Stars: 75

Visit
 screenshot

MinePal is a Minecraft companion app with a React frontend, a local backend, and an AI agent. The frontend is built with React and Vite, the local backend APIs are in server.js, and the Minecraft agent logic is in src/agent/. Users can set up the frontend by installing dependencies and building it, refer to the backend repository for backend setup, and navigate to src/agent/ to access actions that the bot can take.

README:

MinePal

Overview

MinePal is a Minecraft companion app with a React frontend, a local backend, and an AI agent.

Structure

MinePal Structure

  • Frontend: Located in frontend/, built with React and Vite.
  • Backend: Local backend APIs in server.js.
  • Agent: Minecraft agent logic in src/agent/.

Setup

Frontend

  1. Navigate to frontend/.

  2. Install dependencies:

    npm install
  3. Build the frontend:

    npm run build

Backend

Refer to the backend repository: minepal-backend.

Agent

  1. Navigate to src/agent/.
  2. Actions that the bot can take are in src/agent/commands/actions.js or src/agent/commands/queries.js.

License

MIT

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for MinePal

Similar Open Source Tools

For similar tasks

For similar jobs