Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Java Programming Entertainment Games

Java 4K Game Development Contest 43

mrseigen writes "Java Unlimited has been running a contest since Dec 1 to develop a game in Java using only four kilobytes of bytecode and resources. You have until March 1 to finish your entries, and it's worth looking at the entries for last years' contest."
This discussion has been archived. No new comments can be posted.

Java 4K Game Development Contest

Comments Filter:
  • Uh.... (Score:2, Interesting)

    by Anonymous Coward on Tuesday January 03, 2006 @07:24PM (#14388204)
    Well if you are going to have a 4k email signature, you might as well have it be an attached Java game, not some lame graphic.

    I sense productivity will reach all time highs ...

  • by jlarocco ( 851450 ) on Tuesday January 03, 2006 @11:25PM (#14389494) Homepage

    He does have a point. I have a version of tetris for my TI-86 calculator. I have no idea how to tell how much RAM it uses, but the calculator only has something like 120K. One 4K version of tetris on that page uses almost 40 MB of RAM after a few minutes, and after playing for a while there's occasional, noticeable pauses for garbage collection (yes, I verified it was from garbage collection), which doesn't happen on the calculator.

    Java's great for some tasks, it's almost like a cross-platform VB. But the language, or more likely the way the language is most commonly used, isn't optimal for some things. Games happen to be one of those things.

  • by Dark Coder ( 66759 ) on Wednesday January 04, 2006 @12:27AM (#14389761)
    For the uninitiated and clueless, there is no HOWTO or FAQ on how to run these Java program from Mozilla/Firefox or its mime action file.

    Just how does one go about getting JNIP file to execute from a 'single-click' standpoint of view?

    When one clicks on the website's 'Run Webstart', an open dialog box indicating that this JNIP file extension is identified as a 'Java Network Launched Application', but offers no executable for this...

    What is the correct executable for this?

We are each entitled to our own opinion, but no one is entitled to his own facts. -- Patrick Moynihan

Working...