Search:

Type: Posts; User: daryll_1210

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    2,220

    Re: Horse Racing game

    i still don't have the codes of how the horses will yun. Textual display would do.
    i am having trouble of coding the random
  2. Replies
    5
    Views
    2,220

    Re: Horse Racing game

    i thought spaces will do the thing. haha
  3. Replies
    5
    Views
    2,220

    Horse Racing game

    can somebody tell me how should be the codes of 5 horses running randomly.
    the output seems to be like this


    EX.
    |.......J
    |..C
    |..............A
    |.......... M
    ...
  4. Re: Can someone send me codes of Java games? Pretty Please!? =)

    no, I am needing of different java games to choose from for our project
  5. Can someone send me codes of Java games? Pretty Please!? =)

    please!? :cool:
  6. Re: how is the correct declaration of character? I need it now. Somebody help

    sorry idk how to post in code tags cauz i'm just new here. XD
    BufferedReader is used for string, right?
    so what should i use for character? DataInputStream?
    i'm just a beginner in java btw

    ---...
  7. how is the correct declaration of character? I need it now. Somebody help

    import java.io.*;
    public class erere
    {
    public static void main(String[]args)throws IOException
    {
    BufferedReader cin=new BufferedReader(new InputStreamReader(System.in));

    String a;
    ...
Results 1 to 7 of 7