Giter Club home page Giter Club logo

mcconnectbot's Introduction

command line program five bots saying the same thing at the same time

Purpose

Made to connect n number of bots to a Mincraft server, in offline mode though. Then those bots all have the possibility to send simultaneously a command.

Disclaimer

This is, for now, a quick project done swiftly to get to learn C++. So this is no good-looking repo.

Requirements

Building

  • Git
  • CMake & Make
  • g++

Dependencies

  • Boost
  • OpenSSL

Install all dependecy (Debian-based command)

Command to install all required packages on Debian-based Linux distributions.

sudo apt-get install libssl-dev g++ git openssl cmake libboost-all-dev -y

Auto installs & builds for you (Debian-based command)

sudo apt-get install libssl-dev g++ git openssl cmake libboost-all-dev -y && git clone --recurse-submodules https://github.com/Urpagin/McConnectBot.git && cd McConnectBot && mkdir build && cd build && cmake .. && make -j$(nproc) && echo 'Now execute with ./bin/McConnectBot'

How to install

git clone --recurse-submodules https://github.com/Urpagin/McConnectBot.git
cd McConnectBot && mkdir build && cd build
cmake ..

Good luck if you only have a few cores. Grab a drink

make -j$(nproc)

Congratulations! (hopefully nothing explodes or bugs out)

./bin/McConnectBot

mcconnectbot's People

Contributors

urpagin avatar

Watchers

 avatar

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.