Search:

Type: Posts; User: worsewicked

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    2,594

    Re: 2D Game Programming

    If you have a good knowledge of Java, then why don't you try my tutorial.

    http://dl.dropbox.com/u/36677282/Java%20Game%20Programming%20-%20Michael%20Curry.pdf
  2. Java Game Programming Tutorials - Slick2D library

    I finally got around to making a tutorial after getting bored with my current project: Economy, I am definitely going to return to that project once I've finished this though.

    I've gotten a good...
  3. Re: Looking for people interested in joining a new Open Source game project.

    Hey Mel, I thought I replied to your email, I'll send you another email now.
  4. Re: Hey guys, I'm having a little trouble working with multiple classes.

    Here's the main class.




    public class OuterSpace extends GraphicsProgram{

    public static void main(String[] args) {

    new OuterSpace().run();
  5. Hey guys, I'm having a little trouble working with multiple classes.

    Since I'm a noob, I just don't understand it, does anyone have a piece of example code they can give me to help me with calling multiple classes into the main class.
  6. Re: Looking for people interested in joining a new Open Source game project.

    Thanks, I took your advice and set everything up. https://github.com/worsewicked/outerSpace
  7. Re: Looking for people interested in joining a new Open Source game project.

    Okay, thanks a lot. What are your views on SourceForge?
  8. Replies
    1
    Views
    9,611

    KeyListeners and KeyEvents

    Hey, I decided that because when I set out to make a game 5 days ago, and I couldn't because I didn't know how to control stuff with the keyboard, I needed to learn how to create a program that could...
  9. Looking for people interested in joining a new Open Source game project.

    Whether you're a professional Java developer, or someone with just a little bit of background knowledge in Java, or even someone who doesn't know anything about Java, please either PM me or email me...
  10. Replies
    42
    Views
    8,779

    [SOLVED] Re: Jar file only Works on my computer?

    Have you created a manifest file?
Results 1 to 10 of 10