CrazyEngineers
  • Car race game in core java

    Updated: Oct 23, 2024
    Views: 935
    is it possible to design a car race game in core java??
    0
    Replies
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
  • Kaustubh Katdare

    AdministratorMar 4, 2013

    Meenakshi sethi
    is it possible to design a car race game in core java??
    Of course it's possible. What makes you think it can't be done in Java?
    Are you sure? This action cannot be undone.
    Cancel
  • The_Small_k

    MemberMar 4, 2013

    #-Link-Snipped-# why not ?
    Try to go with JMF(Java Media Framework).
    Are you sure? This action cannot be undone.
    Cancel
  • Meenakshi sethi

    MemberMar 5, 2013

    if it's possible..
    then plz guide me....
    how should i start it??
    Are you sure? This action cannot be undone.
    Cancel
  • simplycoder

    MemberMar 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.
    Cancel
Home Channels Search Login Register