Skip to content

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

License

Notifications You must be signed in to change notification settings

KayeArray/MinePal

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • Jupyter Notebook 4.1%
  • TypeScript 2.7%
  • CSS 1.4%
  • Python 1.0%
  • HTML 0.5%