-
is it possible to design a car race game in core java??0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Administrator • Mar 4, 2013
Of course it's possible. What makes you think it can't be done in Java?Meenakshi sethiis it possible to design a car race game in core java??Are you sure? This action cannot be undone. -
Member • Mar 4, 2013
#-Link-Snipped-# why not ?
Try to go with JMF(Java Media Framework).Are you sure? This action cannot be undone. -
Member • Mar 5, 2013
if it's possible..
then plz guide me....
how should i start it??Are you sure? This action cannot be undone. -
Member • Mar 6, 2013
I think you should first know how to use SWING.
It will create the graphical components for your game.
Try to create a GUI. Place some buttons,panels,try to interact with screen using mouse and keyboard listeners.
Then you should do some hands-on multithreading.
Try to incorporate some animation like a moving ball or bouncing ball or something like that to make sure you know how things work and how to move around objects.
I ll suggest you to make a ping-pong game first and then try car-race game.
First and foremost thing is draft your boundary.
By the time you start your development after performing above steps, you would probably realize that you wouldn't be able to produce NFS like game in the first go.
Donot be disappointed, take things slowly and try to break down things in smaller and smaller pieces and work on those pieces.
Last but not the least, Games like Art are never ending. A greedy developer would always tweak,enhance quality of game.Are you sure? This action cannot be undone.