A Minecraft (Java & Bedrock Edition) client written in C#
You also need access to the resources from both Java & Bedrock edition of Minecraft.
As of the current state, there are still a few resources required from the Bedrock engine, work is being done on removing this dependency.
This is a hobby project i work on from time to time, the end goal being it able to connect to a MC:Bedrock & MC:Java server & be feature compatible with most features required for the typical minigame server.
As of now, it is able to connect to java 1.15.2 & bedrock 1.14.1 servers.
As we use submodules to add support for MC:Bedrock, you need to pull the submodules in order to compile Alex.
The easiest method of doing this is to clone the repository using git clone --recursive https://github.com/kennyvv/Alex.git
Alex requires SDL2 to create it's Window, this is a free library. See SDL2 for instructions on how to install it on windows.
On Ubuntu you may run apt install libsdl2-dev
for easy installation.
On MacOS you can run the following command if you have Brew installed: brew install sdl2
I'm looking for people that want to help me continue development on Alex. C# experience required, i'd obviously help you setup the client to get started and be there to answer any questions.
- Discord - Join us on Discord!
These repositories really helped me create Alex, thanks!
- MiNET - A Minecraft Bedrock Edition server written in C#
- TrueCraft - A Minecraft beta 1.7.3 client written in C#
- Wiki.vg - A website with documentation on various Minecraft things such as the protocol.