Search:

Type: Posts; User: jammy1257

Search: Search took 0.11 seconds.

  1. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    Thanks for doing that for me, I forgot.

    Cross-posted:
    Beef up my Java/C/C++ knowledge and experience Topic :: rpgmaker.net
    Beef up my Java knowledge and experience - Java

    I have done my...
  2. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    Well you see I couldn't think of a way to make a Cell so I decided to use a JLabel and display the maze using a GUI. I think I'll stop that for now and try your suggestion about making a maze made up...
  3. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    It's not a tutorial but it contains the concept.

    Quote from the website:

    Each square of the grid is a cell. The horizontal and vertical lines represent the walls of the maze. The generation...
  4. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    Because my Cells are JLabels, with borders, a set size and a background colour. When using Depth First Search you must knock down "walls" which refers to the side of the JLabels.
  5. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    I have started my maze generation using this website below, the problem I'm having is that in Java you can set borders for JLabel but it will set it for all the edges where as I'm trying to create a...
  6. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    Project Euler seems like the stuff I have already done in my computer science degree, it's mostly finding the nth number and maths based. I could program to find the answer to such questions but I'd...
  7. Replies
    16
    Views
    3,335

    Re: Beef up my Java knowledge and experience

    I find that maze generation interests me and I would like to make my own maze generation program one day. My real interests lie in game making which I find more entertaining. I'll look at sourceforge...
  8. Replies
    16
    Views
    3,335

    Beef up my Java knowledge and experience

    Hello there, I study computer science and I want to prepare for my final year as I have to do a very hard programming based project and I would like to make it easier for myself by starting now. I...
Results 1 to 8 of 8