Java or click team?

Started by
2 comments, last by Glass_Knife 8 years, 6 months ago
Hello all, I have been programming Java video games with applets, but more recently I bought a game engine name d click team fusion 2.5. My dad says I should stay with Java but idk! Help asap, what should I use?
Advertisement
If you bought it, you might as well try it out. Then you can decide which one you like better.
I have tried the product I like both, I don't mind which I use, but I don't know which is better in terms of game dev. I need someone with experience in it, or maybe some example games made in it.

I think it really depends on your goals. What are trying to accomplish/learn by using Java? What about a 2D engine? 2D engines are great for prototyping and making simple things quickly. If you are experimenting with game design, they can save a lot of time. But what you don't learn is what is really going on under the hood. If you want to get better at programming, then using something lower level will teach you the problem solving skills you need.

Are you making Java Applet games so they can be on the web for others to play? Applets are not the way to go. You either want something like Unity - https://unity3d.com/ or something more low level - Phaser IO - http://phaser.io/

If you really like Java, you can use libGDX - https://libgdx.badlogicgames.com/.

Or, if you really want to learn what is going on, checkout my Github code for the book "Fundamental 2D game programming with Java".

https://github.com/TimothyWrightSoftware/Fundamental-2D-Game-Programming-With-Java

Even if you don't buy the book (which is really expensive, sorry) the code examples are a great starting place for some "From Scratch" gamedev.

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

This topic is closed to new replies.

Advertisement