gametechmods

Off-Topic => Games => Game Development => Topic started by: DuckRA2 on October 11, 2011, 11:46:34 PM

Title: my minecraft clone
Post by: DuckRA2 on October 11, 2011, 11:46:34 PM
Just a little project for fun, I made a 2d one a bit ago, so I thought I would step up the game.


http://img41.imageshack.us/img41/7461/minecraftclone.png (http://img41.imageshack.us/img41/7461/minecraftclone.png)


a little update:


http://www.youtube.com/watch?v=n-ki4RkwrA0 (http://www.youtube.com/watch?v=n-ki4RkwrA0&feature=mfu_in_order&list=UL#)
Title: Re: my minecraft clone
Post by: Somebody on October 12, 2011, 10:30:35 PM
Neat
Title: Re: my minecraft clone
Post by: DuckRA2 on October 13, 2011, 05:14:27 PM
Glad somebody thinks it is cool, because I thought it was too.
Title: Re: my minecraft clone
Post by: DuckRA2 on October 14, 2011, 11:57:24 PM
progress, I will add trees tomorrow or today.
(https://gametechmods.com/uploads/images/98919minecraftcloneprogress.JPG)
(https://gametechmods.com/uploads/images/51086minecraftcloneprogress2.JPG)
Title: Re: my minecraft clone
Post by: DuckRA2 on October 17, 2011, 10:29:04 PM
update
http://www.youtube.com/watch?v=T5dOLOXVNPU# (http://www.youtube.com/watch?v=T5dOLOXVNPU#)
Title: Re: my minecraft clone
Post by: Serge on October 18, 2011, 04:56:30 PM
Why aren't your voxels tesselating properly? :P
Title: Re: my minecraft clone
Post by: DuckRA2 on October 18, 2011, 11:02:03 PM
as in not stuck on a grid for the z axis?
Title: Re: my minecraft clone
Post by: Serge on October 21, 2011, 07:25:25 PM
as in not stuck on a grid for the z axis?

Yeah.
Title: Re: my minecraft clone
Post by: DuckRA2 on October 23, 2011, 03:23:24 PM
I just haven't really done it yet, also I think it gives it a more natural look without it.
Title: Re: my minecraft clone
Post by: noogai03 on March 10, 2012, 02:10:55 AM
Have you heard of Minetest?
http://c55.me/minetest/ (http://c55.me/minetest/)

It's a C++ minecraft clone that's going pretty well.
The guy who runs it, celeron55 says that making a Minecraft clone is pretty much the ultimate game programming challenge for him.

I think I'll stick to learning SDL!

Anyways, well done, this looks pretty cool.  :claping

Are you going to make it into a full minecraft clone? (When will you stop development)
Title: Re: my minecraft clone
Post by: noogai03 on March 10, 2012, 02:14:48 AM
Oh, one more thing, what are you making it in? (Programming language, graphics library etc)