Monday, March 14, 2011

Various stuff

So LCAD people havent responded with any artwork or anything so the start screen looks ghetto... like it has white bkg name of game on the top and 3 buttons... so ya idk what we should do.

Also, anthony are you going to be able to make it into an exe file? or something? cause he said it needs to be able to be executed from the cmd prompt.

also meeting for ppl in ME? we should at least talk about final touches and help eachother/feedback.

4 comments:

  1. Def need to meet up, i guess i'll start a message on facebook for deciding when and what not

    ReplyDelete
  2. Sorry for getting back so late. I had a final today.

    He said that he wants to be able to "compile and run it from CMD." So, I'll write a main method, and put the source code in a way that lets you compile from cmd using:
    javac *.java
    and then run the file using:
    java Main

    Is that alright with everyone? The main class method will call a method that executes the jar file.

    ReplyDelete
  3. that sounds good. as long as it can run on his computer it doesnt matter to me.

    ReplyDelete