Craft
Craft copied to clipboard
Delphi Translation :)
Hello,
I've just published a Delphi translation of this repository, thank you very much for this amasing code !
Very interesting. I'll have to check it out!
the network part do not work for now BTW, they are some mistake in the sscanf() implementation
https://github.com/tothpaul/DelphiCraft
BTW not sure of the size of char in C but in my translation I had to extend Byte (8bit) to Word (16bits) the highest array in compute_chunk because the maximum value is 258
https://github.com/fogleman/Craft/blob/master/src/main.c#L961
That's awesome. You should translate that to Nim now ;)
updated :) now I can connect on Michael's server but I have disabled the authentication.