yrotak / reminecpp

A minecraft Java Edition clone in C++ compatible with the JE protocol. WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReMineCPP

This project intends to replicate the Minecraft: Java Edition client to communicate with Minecraft JE servers.

Why ?

This is a project that was for a while in my mind that I wanted to make, first of all to optimise the gameplay, yes minecraft is coded in Java which is very slow language compared to C++ and wanted to prevents crashes and lags that can occur using the Java Edition.

Thanks to: https://github.com/plushmonkey/mclib (Encryption and compression) https://github.com/LaG1924/AltCraft (Inspiration and Packet Decoder)

Currently implemented:

  • Microsoft account authentification
  • Handshake
  • Login with encryption

NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG. ASSETS © MOJANG AB.

About

A minecraft Java Edition clone in C++ compatible with the JE protocol. WIP


Languages

Language:C++ 90.4%Language:CMake 9.2%Language:GLSL 0.4%