0 Members and 2 Guests are viewing this topic.
Quote from: Chockosta on April 17, 2012, 03:33:53 pmSince I finished my lua projects (Gravity guy and nSpaint), I can focus on nCraft...I got a simple world generator (I will improve it later) It looks like this :And do you think that I should make iron/coal/gold/diamond more rare? For now it looks like this :(I did not display the stone)Iron is grey, gold is lighter, diamond is the lightest shade of grey and the black floor is bedrock.I dont see pictures?
Since I finished my lua projects (Gravity guy and nSpaint), I can focus on nCraft...I got a simple world generator (I will improve it later) It looks like this :And do you think that I should make iron/coal/gold/diamond more rare? For now it looks like this :(I did not display the stone)Iron is grey, gold is lighter, diamond is the lightest shade of grey and the black floor is bedrock.
this is probably just going to be me ranting, and not be of any actual use
This looks awesome Chockosta! how big will be maps? Glad you're still working on this.
[nice ideas]
EPIC!I want download
Oh, and sorry for using servimg, I should find another image hosting website.
Quote from: annoyingcalc on April 17, 2012, 09:06:51 pmEPIC!I want downloadI have to get CX support, and then, I will put a download. (Even if it would be pretty useless without the possibility to add/remove blocks).
function setPixel(void *buffer,int x,int y,int color){ //... uint8_t px=*((uint8_t *)buffer[pos]) //pos is an int //...}