CrossCraft / CrossCraft-Classic

A C++ Minecraft Classic Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



CrossCraft-Classic is a project that implements Minecraft Java Edition: Classic without looking at any of the source code of the original application and without using the original copyrighted assets. All knowledge is figured out with an understanding of in-game mechanics and is approximated to be as close as possible to the original. This project is NOT a clone of Minecraft, it is a fully implemented client.

Check out the Server! Survival Test

Textures are a combination of handmade and adaptations from Unity Pack under CC0

CrossCraft's goal is to be platform-independent and work across all PC platforms and many major game consoles. CrossCraft supports Windows, Mac, Linux, PSP, and PS Vita. Further support will be added over time as systems change and upgrade.

We are not associated with Mojang or Microsoft.



Version Compatibility

CrossCraft Classic is meant to replicate the functionality of Minecraft Classic v0.30. It contains all the blocks from that version and is meant to represent the creative mode of the game. CrossCraft supports saves and multiplayer!

Classic's survival mode will be made into a separate project called CrossCraft Survival Test.

Download

Check the releases panel on the side or use the link.

The most up-to-date version (potentially containing more bugs or half-implemented features) will be in the latest Actions build. You can find these in the actions tab. At the bottom of each action run is the published artifacts for download.

License

CrossCraft uses the Mozilla Public License. If you make modifications to this program, you must publish changes to the source code.

About

A C++ Minecraft Classic Client

License:Mozilla Public License 2.0


Languages

Language:C++ 94.1%Language:C 4.6%Language:CMake 1.2%Language:Lua 0.1%