Hi !
I want to create a game similar Dachser Game : http://reloaded.dachser.com/ ( by Java programming language ) .
I need your help in the design and analysis . Or I need refer source code of the simuiar Game .
Please help me !!
What experience do you have with with programming, programming in java, and/or game programming?
. I have basic knowledge of java.My games do not require high graphics, just create a game to run as well as flash game on
No chance
Cas
Everyone needs to start from somewhere, with a few days mocking around with java, you could get a very basic text based game up and running, start from there and move on from there. You will begin to understand the basic concepts that require in creating a game. Afterwards you may wish to either code the game from scratch, or use a library, framework or game engine. Probably move onto Game Maker and then libGDX for more power and flexibility.
Have Fun! ;D
Not so fast!
That graph makes perfect sense… out of all the games i’ve written, top 2 are text based games written in java about 5 years ago. No java 2D, no GUI, just basic System.out.print() statements onto console. One of them is a tic-tac-toe and the other is multiplayer battleships!