jorik / TrueCraft

An open-source implementation of Minecraft Beta 1.7.3

Home Page:http://truecraft.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrueCraft

http://truecraft.io - blog and such

A completely clean-room implementation of Minecraft beta 1.7.3 (circa September 2011). No decompiled code has been used in the development of this software.

I miss the old days of Minecraft, when it was a simple game. It was nearly perfect. Most of what Mojang has added since beta 1.7.3 is fluff, life support for a game that was "done" years ago. This is my attempt to get back to the original spirit of Minecraft, before there were things like the End, or all-in-one redstone devices, or village gift shops. A simple sandbox where you can build and explore and fight with your friends. I miss that.

The goal of this project is effectively to fork Minecraft. Your contribution is welcome, but keep in mind that I will mercilessly reject changes that aren't in line with the vision. If you like the new Minecraft, please feel free to keep playing it. If you miss the old Minecraft, join me.

"What about Craft.Net?"

Craft.Net aims to support the latest version of Minecraft. That means I'm aiming for a moving target every time Mojang updates the game, adding more features that I don't like. I'm tired of Craft.Net. Let's do this instead.

Compiling

Use a recursive git clone.

git clone --recursive git://github.com/SirCmpwn/TrueCraft.git
cd TrueCraft
xbuild

Now you have binaries in TrueCraft/bin/Debug/. On Windows use Visual Studio or SharpDevelop or something equally idiot-proof.

Get Involved

If you want to keep up with development or contribute, join #truecraft on irc.esper.net. Pull requests will be rejected from authors who have read any decompiled official Minecraft code.

To get started, sign the Contributor License Agreement to establish that you have not, in fact, ever read decompiled Minecraft code.

Roadmap

  1. Implement server (in progress)
  2. Implement client
  3. New authentication
  4. Backport the good
  5. Modding support

First order of business is building a server, which I've started on. Then we'll have to build a client, and for that I want community help because I have next to no experience writing actual games.

Mojang has shut off the old authentication servers, which means that it's no longer possible to use beta 1.7.3 in online mode. We'll have to build our own. After that, we'll have effectively reimplemented Minecraft from scratch and can start (conservatively) adding things.

"Backporting the good" refers to implementing features from newer versions of Minecraft that aren't bad. This also includes refactoring the internal details of beta 1.7.3 to not suck so much (like the protocol). Some examples of features I want to bring backwards are sprinting, more food types (but not hunger), and smaller changes like lighting improvements and bow usage mechanics.

Finally, if we've got a nice mature project and a good community going, modding support would be great.

Blah blah blah

TrueCraft is not associated with Mojang or Minecraft in any sort of official capacity.

About

An open-source implementation of Minecraft Beta 1.7.3

http://truecraft.io/

License:MIT License


Languages

Language:C# 99.8%Language:Python 0.2%