Page 1 of 1

project Mindbuilder!

PostPosted: Thu Jul 26, 2012 19:31
by cae2000
Hello! This is my first post! I am working on a game like minetest! I will call it mindbuilder! But i need help to code it. So if any body wants to help, tell me! I will help to code it too.

PostPosted: Thu Jul 26, 2012 20:10
by jin_xi
good luck

PostPosted: Thu Jul 26, 2012 21:45
by madchicken13
Ill help what code languge ill code in lua c or c++
Mostly know lua

PostPosted: Thu Jul 26, 2012 23:02
by cae2000
im coding using darkbasic.

PostPosted: Thu Jul 26, 2012 23:30
by madchicken13
is it really basic

PostPosted: Thu Jul 26, 2012 23:46
by cae2000
lol! i know how to code with it.

PostPosted: Fri Jul 27, 2012 05:56
by madchicken13
lawlz if you can code with that you can code with lua
lua is more strait forward

PostPosted: Fri Jul 27, 2012 06:15
by SegFault22
Good luck with that. or not. You can not make anything better than Minetest. Minetest is the best there ever was, the best there is, and the best that there ever will be. And dark basic is too simple to be used to make a complex block-based game like Minetest.

PostPosted: Fri Jul 27, 2012 06:33
by madchicken13
I Agree C++ is the simplest code for making complex games like Minetest

PostPosted: Fri Jul 27, 2012 06:44
by tkerwel
a game like minecraft or minetest is depending on the 3d engine. so first question for me would be, what kind of 3d engine darkbasic use. so there are not so many 3d engines availible which offer an open access to other languages.

what is darkbasic using? ogre, irrlicht ?

next is how good is the compilied code, is darkbasic really better and faster then c or c++. all the basic languages i kknow are based on a basic code like "c" whatever. so mainly there is one more softwarelayer of code if you write something in that language. i doubt if this is faster or better then a code writen directly in "c" whatever.


darkbasic might be good to get an understandig of programming, but if you want to write something like minetest and want it running smoth and fast like minetest, you realy have to use an other language. if you are really good try machinecode (assembler) and here is the next problem. how you want to make sure that it runs on linux and windows like minetest does?

this is one of the biggest "+" minetest has, even better then minecraft, its running on both system .....


one suggestion from my side, why you dont start with tools for minetest? like a 3d maker for the node_box in minetest. this would be already a big project and lots of ppl would be glad if something like that are availible. better then to try as a one man show to write one more "better" minetest/craft clone.


but this are only my five cent to this topic

PostPosted: Fri Jul 27, 2012 07:20
by Calinou
"better than minetest"
[citation needed]
:) You can't really make games with "basic" languages.

PostPosted: Fri Jul 27, 2012 07:43
by tkerwel
hmmm

i was now on the homepage of darkbasichttp://www.thegamecreators.com

on the first look its sounds good, but.....

why spent money (you need at least 40 dollar /30 euro) for the 3d basic version, when you can have this for free ? why not using "dev++ c" or visual C++ and then a free engine like irrlicht or ogre3d thats all for free and you have a big community who are able to help.

second:
if you want to get deeper into 3d programming with darkbasic you have sooner or later to buy add ons for 3d moddeling or other things like texture, sound, etc...

third:
i looked into some code examples there, its not that easy as the word "BASIC" means. for complex programming you need a loots of skill and experience of programming already. i think as a beginner you will have a hard time to find out how something is really working. hopefully the community in darkbasic is big enough to answer all your questions.

so to my opinion: i personaly would not spend that money for the progamm if i have lots of free alternatives. and if you need help, i guess its always easier to get it in the world of the "free" choice, cause here are much more ppl involeved then in darkbasic.

anyway...good luck and hope you will learn a lot, when you try to code something like minetest/craft in darkbasic. at the end its a good way to learn and in your life you will try or use lots of programming languages anyway if you work in that field. (thats at least what an old man like me can tell you ......) so start with dark basic, maybe you will find out later that its better to rewrite the code in c++ and use an "better" 3d engine like the one build in into darkbasic

PostPosted: Fri Jul 27, 2012 15:41
by Liandri
I don't see the point to make another clone (another!!) when Minetest is taking shape every day.

Building a graphics engine is a very time consuming task, not to mention the programming skills necessary, that's why there is some open source 3D engines available like those mentioned above.

If you want your game good looking, you will need (among other things) to code a good terrain generator algorithm, with some maths involved, which again, it's very time consuming.

When you're done with this, you will be tired, bored and you will loose the desire to continue the project for sure.

Honestly, most people who want to start a project of this level doesn't have a clue what they are saying.

PostPosted: Fri Jul 27, 2012 16:21
by cae2000
'
tkerwel wrote:a game like minecraft or minetest is depending on the 3d engine. so first question for me would be, what kind of 3d engine darkbasic use. so there are not so many 3d engines availible which offer an open access to other languages.

what is darkbasic using? ogre, irrlicht ?

next is how good is the compilied code, is darkbasic really better and faster then c or c++. all the basic languages i kknow are based on a basic code like "c" whatever. so mainly there is one more softwarelayer of code if you write something in that language. i doubt if this is faster or better then a code writen directly in "c" whatever.


darkbasic might be good to get an understandig of programming, but if you want to write something like minetest and want it running smoth and fast like minetest, you realy have to use an other language. if you are really good try machinecode (assembler) and here is the next problem. how you want to make sure that it runs on linux and windows like minetest does?

this is one of the biggest "+" minetest has, even better then minecraft, its running on both system .....


one suggestion from my side, why you dont start with tools for minetest? like a 3d maker for the node_box in minetest. this would be already a big project and lots of ppl would be glad if something like that are availible. better then to try as a one man show to write one more "better" minetest/craft clone.


but this are only my five cent to this topic



1.Darkbasic has it's own 3d engine
2.i have done comparisons, and darkbasic is a lot faster, but as far as i know, it only works on windows, and minetest laggs alot on my system
3.Im better at c++ any way :)
4. I tried that, but it wont compile

PostPosted: Fri Jul 27, 2012 16:28
by cae2000
Liandri wrote:I don't see the point to make another clone (another!!) when Minetest is taking shape every day.

Building a graphics engine is a very time consuming task, not to mention the programming skills necessary, that's why there is some open source 3D engines available like those mentioned above.

If you want your game good looking, you will need (among other things) to code a good terrain generator algorithm, with some maths involved, which again, it's very time consuming.

When you're done with this, you will be tired, bored and you will loose the desire to continue the project for sure.

Honestly, most people who want to start a project of this level doesn't have a clue what they are saying.


i cant do it myself, but im asking anyone who wants to help can, like map gen, i cant do that, a few people can work on that, while i can work on the adding/removing of blocks.

PostPosted: Fri Jul 27, 2012 16:33
by cae2000
tkerwel wrote:hmmm

i was now on the homepage of darkbasichttp://www.thegamecreators.com

on the first look its sounds good, but.....

why spent money (you need at least 40 dollar /30 euro) for the 3d basic version, when you can have this for free ? why not using "dev++ c" or visual C++ and then a free engine like irrlicht or ogre3d thats all for free and you have a big community who are able to help.

second:
if you want to get deeper into 3d programming with darkbasic you have sooner or later to buy add ons for 3d moddeling or other things like texture, sound, etc...

third:
i looked into some code examples there, its not that easy as the word "BASIC" means. for complex programming you need a loots of skill and experience of programming already. i think as a beginner you will have a hard time to find out how something is really working. hopefully the community in darkbasic is big enough to answer all your questions.

so to my opinion: i personaly would not spend that money for the progamm if i have lots of free alternatives. and if you need help, i guess its always easier to get it in the world of the "free" choice, cause here are much more ppl involeved then in darkbasic.

anyway...good luck and hope you will learn a lot, when you try to code something like minetest/craft in darkbasic. at the end its a good way to learn and in your life you will try or use lots of programming languages anyway if you work in that field. (thats at least what an old man like me can tell you ......) so start with dark basic, maybe you will find out later that its better to rewrite the code in c++ and use an "better" 3d engine like the one build in into darkbasic


their is a free version of Db... and the basic means the language. there is also Dark Gdk, it is in c++.

PostPosted: Fri Jul 27, 2012 16:37
by cae2000
Calinou wrote:"better than minetest"
[citation needed]
:) You can't really make games with "basic" languages.

[citation needed] ?

PostPosted: Fri Jul 27, 2012 18:44
by VanessaE
It's shorthand from Wikipedia, meaning "the preceding comment or purported fact needs verifiable proof".

PostPosted: Fri Jul 27, 2012 18:51
by cae2000
ok, changed title to "working on game like minetest"

PostPosted: Fri Jul 27, 2012 19:03
by Liandri
What I was trying to say is, why start a proyect from scratch while Minetest is looking for talented coders (like you) to complete and enhance the game? :P

cae2000 wrote:...2.i have done comparisons, and darkbasic is a lot faster, but as far as i know, it only works on windows, and minetest laggs alot on my system


I'm sorry but I disagree. C++ is top in terms of general performance, only machine code (assembler) can run faster.

PostPosted: Fri Jul 27, 2012 19:08
by cae2000
I mean its faster than irrlicht on my system. but irrlicht is faster than anything else in c++ that i know of.

Also, I tried to make minetest better, but i cant get it to compile.

PostPosted: Fri Jul 27, 2012 19:23
by cae2000
This project is now being coded in C++!! Not DarkBASIC Professional.

PostPosted: Wed Aug 01, 2012 13:30
by tkerwel
and ? how is the progress ? do you have a webside you can show the progress from time to time?
i am really curious how you manage this...

PostPosted: Thu Aug 09, 2012 01:39
by SegFault22
You need a website/blog/wiki first. Start working on it until you get to the point where that you have some blocks in-game. Then start defining tools and stuff, walking, etc., and post your progress to the blog and keep the wiki updated. Make sure that you are using something that ''loads'' blocks/items/tools from a folder (like what minetest does) and keep it simple.
Also try looking over the code that Minetest uses to see how it works (but do NOT copy it, only use it as reference) and base the project off of the same methods that Minetest and minetest-related games use.
Or just make a minetest fork,...
EDIT: and if you need a temporary forum, http://www.forumify.com

PostPosted: Sun Aug 12, 2012 00:43
by cae2000
@segfault22:i dont know html.

PostPosted: Sun Aug 12, 2012 03:02
by cornernote
You know c++ and other programming, but you dont know simple markup?

Generally you don't need to know much HTML to make a site/forum/blog. Software is available to do it all for free.

PostPosted: Fri Aug 24, 2012 21:44
by rubenwardy
One of the top rules in project making: Dont make a fan fare before you have even wrote a single page of code

The term "fan fare" (made up by me) includes forums/website/leaflets/preorders (lol)

PostPosted: Sat Oct 26, 2013 02:34
by davidforsure!!!
minebuilder is a game in android

PostPosted: Sat Oct 26, 2013 02:40
by kaeza
davidforsure!!! wrote:minebuilder is a game in android

Please don't bump old topics.