Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Not sure how to implement a bullet system?

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Not sure how to implement a bullet system?

    So, I have been following tutorials on a Slick API 2D Game Java tutorial, and I got the basics of how to use the API. But then, when I was playing around and trying to make a game. I tried to implient a bullet/firing system into my 2D space shooter game. And I can't seem to find a way to do it! I've tried looking around on Google and YouTube, but it's not helping at all...! I'm hoping someone can help me out, by explaining it really simply to a beginner programmer.

    Any help is MUCH appreciated!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Not sure how to implement a bullet system?

    Also posted at Need help on creating a bullet/firing system?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. How would you implement this?
    By JohnQ in forum Object Oriented Programming
    Replies: 0
    Last Post: April 24th, 2012, 06:55 PM
  2. How do I implement a networking framework?
    By Niator in forum Java Networking
    Replies: 7
    Last Post: December 24th, 2011, 07:22 PM
  3. How do I implement a login system in java using arrays
    By Leprechaun_hunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 21st, 2011, 08:03 AM
  4. How to implement JCheckBox inside JButton?
    By s1w in forum AWT / Java Swing
    Replies: 2
    Last Post: September 16th, 2011, 12:18 PM
  5. Implement dragging a circle
    By jolly in forum AWT / Java Swing
    Replies: 0
    Last Post: August 19th, 2009, 02:48 PM