Code Monkey home page Code Monkey logo

mtbotter's Introduction

MtBotter

mtbotter is a library for creating simple or complex Minetest bots. You can move in the world, add or remove blocks, punch nodes, mobs and players and receive currently a few events such as removal or addition of a node, chat messages and time change.

About 80-90 % of the credit of this project goes to celeron55 and other authors and contributors of Minetest(engine). I take the rest remaining credit!

To code a bot in C++(if you want to code your bot in other languages, see Other languages section), see CREATE-BOT.md

Other languages

Currently you don't have any option but C++.

Build

Follow Compiling instructions of Minetest. The resulting library will appear in /lib/ as libmtbotter.so on POSIX systems(including Linux).

I haven't tested compiling it on other Operating Systems such as Windows or Mac OS X but it should work.

Todo

There are many files, functions, methods, classes and structures from Minetest which are not required by MtBotter such as GUI, Rendering, LocalDB, Sound and Server codes. They should be removed soon or late.

Licence

MtBotter uses Minetest code and Minetest uses a copyleft licence named LGPL, thus MtBotter is under the same licence(LGPL 2.1+). For more information see LICENSE in project's root directory.

mtbotter's People

Contributors

farooqkz avatar

Watchers

 avatar  avatar  avatar  avatar

mtbotter's Issues

Question about compiling the mod

I was wondering how I should compile the mod. The readme says to follow the compiling instructions for minetest. Does that mean that I should git clone the Minetest repository, and then place mtbotter somewhere inside of the Minetest repository? I tried only running the cmake commands that the Minetest Github repository describes, but I got several errors, and I was unable to compile the code.

I am using MacOS Ventura with an Intel CPU (not an M1 chip).

Thank you for clarifying this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.