Search:

Type: Posts; User: Bgriesh

Search: Search took 0.50 seconds.

  1. Re: How hard would this be to write for a Beginner?

    Re-read that. Makes perfect sense and im an idiot.

    Should I use a While Loop to make the program repeatable?
  2. Re: How hard would this be to write for a Beginner?

    import java.util.*;
    public class Core {

    public static void main(String[] args)
    {

    String Boss;
    String Weapon;
    String Character;
    String[] Bosses = {"Nine Toes","Bone...
  3. Re: How hard would this be to write for a Beginner?

    UPDATE!
    I'm Gonna Start work on #3 on the list. And I could use some help setting up a flow chart. Some Advice would be GREATLY appreciated. Oh and some tips for handling Multiple Arrays in a single...
  4. How hard would this be to write for a Beginner?

    So There's this group of people who want to write a App for a game and It got me thinking of how id write this if i were to use java to write something like it. Beginning this September i'll be...
Results 1 to 4 of 4