I'm learning Java for 6 months now, should i learn another?

Here is the story: My first contact with programming was with Pascal, i made a text-based calculator, but then i never programmed again. Passed i guess 2 years or less, i don't know, i said to myself that i would program again and that was what i wanted. I started learning Javascript, but later i passed to Java, i don't know why, maybe because i was fan of Minecraft and i wanted to make a game like this, so i learned in many ways, reading books, watching videos etc. But passed 5/6 months, and i guess that i was wrong, i should have learned a easy language first, like Python, C(basic) or even continue with Pascal. Now i see myself, and i don't know what to do, if i continue learning Java and w/e, or i go back and start learning the basics again of another language. What to do?

PS: my dream is to make games.

I generally recommend that everyone learn Python.

http://www.greenteapress.com/thinkpython/html/
http://docs.python.org/2/tutorial/index.html
http://www.tutorialspoint.com/python/
http://learnpythonthehardway.org/book/
http://interactivepython.org/courselib/static/pythonds/index.html

But don't obsess about what to choose.

You should decide if you think you want to be a professional programmer. Will you be happy writing programs to be used for business -- only within the company you are working for?

If you can *only* see yourself making games, then forget about programming -- unless you mean you want to do it for a hobby.

I can help you, give me 20 min and I'll be back.

Are you getting anything in your head which you are learning in Java? If not switch to other programming language such as Python. It is easy to learn.

If your main objective is to develop games then I recommend you to C++ thoroughly as it is most widely used programming language for developing games. I also recommend to try out game engines such as Unity and UDK, if you want to develop games with good graphics.