In java with eclipse is there any 3d game programming tutorials to make a game where you can walk around and shoot and do actions is it multiplayer like can you walk around with your friends and is there a tutorial to make a 3d minecraft like game if there's please send me the links
Is there any java 3D game tutorials?
You should probably look into Unity3D instead.
If you do want to use Java, there's LWJGL:
http://www.youtube.com/...lwjgl&sm=3
(It's a library that allows you to use OpenGL from Java).
You can check it out JMonkey, it uses Java for Game Creation as well as it supports 3D. You can check its demo from
_alfF5Zt4
You can also check Chris Resource.
If you want a book (pdf version for JMonkey) you can download it from
http://it-ebooks.info/book/2998/
and if you like then you can buy your hardcopy. Hope this information will help you.
Like Chris said, I would recommend using a game engine like Unity or Unreal to make your game. If you already have experience in programming in Java, Unity lets you make scripts in C#, which I heard is easy to learn if you already know Java. I don't know much about the Unreal Engine, and not too many people use it. Anyways, it took me forever to find out about Unity and I strongly recommend using it to make your game. If you have any questions, feel free to email me. I hope you'll enjoy making games as much as I do!