Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    http://gamejolt.com/community/forums/topics/maze-generation-challenge/902/
  2. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    Yeah, I'd say splitting up the different tasks is a good idea. Keep the maze generation stuff separate from the GUI stuff. I would start by filling a 2D boolean array with values that make a maze-...
  3. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    Yeah that all sounds good, but I don't see any mention of a JLabel in there. Like I said, I'd start with something that doesn't use a GUI- simply outputting the maze to a text file, for example. When...
  4. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    Huh? That seems like a really backwards way to go about it. Is that really what the tutorial says to do?
  5. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    You can certainly set the border of a JLabel to only show certain sides of it (How to Use Borders (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)), but I don't know...
  6. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    Fair enough. I might even agree with you, but if your knowledge is "fairly basic" as you said, it's a great way to practice the basics (and some not-so-basics). And if you really want to get into...
  7. Replies
    16
    Views
    3,354

    Re: Beef up my Java knowledge and experience

    Can I ask why "stuff like Project Euler" don't interest you at all? A lot of game programming is really tough, really tedious, and oftentimes boring. It takes a long time to have something that's fun...
Results 1 to 7 of 7