ProgrammingWiki
Register
Advertisement
MediaWiki logo
This page has been moved to the Programmer's Wiki.
Please do not make any changes or additions to this page.

Any modifications, if still appropriate, should be made on Java 4K Game Programming Contest at the Programmer's Wiki.

The Java 4K Game Programming Contest (aka 'Java 4K' and 'J4K') is an informal contest that was started by the Java Game Programming community to challenge their software development abilities. The goal of the contest is to develop the best game possible within four Kilobytes (4096 bytes) of data. While the rules originally allowed for nearly any distribution method, recent years have required that the games be packaged as either an executable JAR (software) file, a Java Webstart application, or a Java Applet.

History[]

The Java 4K Game Programming Contest came into being on August 28, 2002 when a user by the handle of codymanix posted the suggestion to the Sun Microsystems Java forums. After a bit of argument over how feasible a game would be in 4K, a user by the handle of mlk officially organized the contest on August 29, 2002.

Slowly but surely, entries began to trickle in for the contest. The majority of these entries were Applets, as it was believed that separating the images from the Class files would help reduce the size of the file. Future contests would see a reversal of this as game creators utilized compressed JAR files to reduce the size of their code.

One of the most interesting points about the first contest was that non-game applications were allowed. One contestant produced a Telnet server in 4K of Java! However, this artifact of the first competition did not survive, and was most likely allowed because of the loose handling of the first contest. While no winner was officially declared the first year, the 4K Racing game submitted by Robin Chaddock (aka Abuse/AbU5e) was generally agreed upon to have "won".

Successive competitions became more and more organized, with many of the contestants pitching in to handle administration and promotion of the contest. All contests received official judging, with the method of judging being refined each year. By the third year, the contest was officially transitioned over to the JavaGaming.org forums. The fourth year saw the introduction of the JavaUnlimited website as the official repository for the contest. The site had been used the previous year to track entries that had been posted to the official threads on JavaGaming.org and forum.java.sun.com.

Tradeoffs[]

Because the Java class file format incurs quite a bit of overhead, creating a complete game in 4K can be quite a challenge. As a result, contestants must choose how much of their byte budget they wish to spend on graphics, sound, and gameplay. Finding the best mix of these factors can be extremely difficult. Many new entrants believe that impressive graphics alone are enough to carry a game. However, entries with more modest graphics and focus on gameplay have regularly scored higher than such technology demonstrations.

Prizes[]

When first conceived, the "prize" for winning the contest was a bundle of "Duke (mascot) Dollars", a virtual currency used on Sun Microsystems' Java forums. This currency could theoretically be redeemed for physical prizes such as watches and pens. Unfortunately, the artificial currency was being downplayed by the introduction of the 4K contest, thus leaving no real prize at all.

While there has been some discussion of providing prizes for the contest, it has continued to thrive without them. Most entrants seem to feel content to compete with their peers in a challenge of skill and ability. The reward has been nothing more than praise from those who play the games.

Reasons for success[]

While there has been a great deal of debate on why the Java 4K contest is so successful, the consensus from the contestants seems to be that it provides a very appealing challenge. Not only do the entrants get the chance to show off how much they know about Java programming, but the 4K size helps "even the odds" compared to other competitions where the use of artists and musicians can easily place an entry far ahead of the others.

This may explain why spinoff contests targeting 8K, 16K, or a specific API like LWJGL have never taken off. In fact, the contestants seem to believe that 4K is the "sweet spot" that balances what an individual can do. Because of the tricks developed for the 4K contest, it's believed that adding even a single kilobyte would open the doors to far more complex games that are beyond the ability of a single developer.

Year 1 (2003)[]

Year 2 (2004)[]

Heavy use of pre-rendered Sprite (computer graphics)s, transparency, and sound effects defined this year's entries. The strongest contenders were Defender 4000, Abuse's Shooty-Transparenty Game, and Space Invaders. However, Space Invaders' lack of sound caused it to fall behind the other two entries which were competing hard to pack in the most technology and gameplay.

Of particular interest were the different tactics used by the two entries. For graphics, Abuse used precious few high color images which he then applied transparency and rotation to at runtime. Jbanes, on the other hand, developed an imaging packing technique that allowed him to store twenty-one single-color images. Rather than applying rotation and transparency, he chose to use his larger number of images to produce pre-rendered animations. For sound, Abuse used clear chimes and other instruments from the MIDI soundbank. Jbanes chose to use runtime-generated PCM sound that sounded more like video games of the late 1970s and early 1980s.

Both approaches had their merit, so it's difficult to say what finally swayed the judge's opinion. What is known is that Year 2 was the last year that sound would be a deciding factor in the games. In future years, the bytes allocated to sound were reallocated to other functions such as 3D graphics, levels, and Boss (video games)es.

Year 2 was the first year that official judging took place. Unlike subsequent years, the only judge was the contest organizer, mlk. After careful consideration, the judge decided to award Prong with the Best Technical Achievement Award, and declared Defender 4000 as the overall winner. Interestingly, he scored each game but did not use this score in determining the winner. Abuse's Shooty-Transparenty Game actually scored one point higher than Defender 4000.

Official List of Year 2 Entries

Year 3 (2005)[]

Year 3 was defined by a major influx of professional Java developers, 3D graphics in the games, and a gradual transition to the JavaGaming.org forums. JavaUnlimited also began mirroring the competitors in a permanent archive. While the mirror started as a manually edited HTML page, it eventually grew into a complete contest management site with a database back-end.

Judging this year was handled by a panel of three volunteer, professional developers who were not participating in the contest. One of the volunteer judges was Chris Melissinos, Sun's Chief Gaming Officer. The scoring method used was based on the method that mlk had applied the previous year, but was updated to allow the judges to give awards for exceptional gameplay or technological achievements.

While most of the entries were of exceptional quality, T4XI by Kevin Glass (aka kevglass) was chosen as the winner. Besides having extremely original gameplay, it provided exceptional graphics through a pseudo-3D effect that gave perspective to the buildings.

A minor amount of controversy erupted due to entries that judges had failed to score. Entries like JM4K and IsOlation Net where either too complex for the judges to launch, or contained networking components that they couldn't test. After this year's competition, the rules were changed to require that games be self-executable. In addition, contestants were warned in advance about the difficulties in judging networked games.

List of Games
List of Scores: (DHTML) (XLS)

Year 4 (2006)[]

Year 4 marked a period of transition toward making gameplay a priority over graphics and technical accomplishment. Many of the games were fairly simple in design, but aimed to make up for it with engrossing or addictive gameplay.

For the first time in the contest's history, a special forum was setup on JavaGaming.org to host the contest. In addition, the JavaUnlimited.net site became the official site for entries and judging. While judging was originally going to be handled through JavaUnlimited by the Javagaming.org community, pushback from several members resulted in falling back on a more traditional judging system.

After the results came back, Miners4K by Markus_Persson was declared the winner. Second place was given to Kevin Glass's Roll4K, and third place was given to Goomba4K by Woogley.

The results of Year 4's judging were significantly better than those of Year 3, in part due to the rule changes which forced the entries to conform to easily executable formats. However, this did not completely eliminate judging issues. Some controversy erupted when two entries (Xero and JSquares) were given lower scores due to technical glitches. Several recommendations were posed to prevent this from happening in future contests, including Trimmed mean scoring and verification of judge's scoring before acceptance.

List of Games & Results

Year 5 (2007)[]

Year 5 launched in December 2006 and lasted until March 1, 2007. It saw some great games, with much less focus on 3D and pseudo-3D graphics. Most games were 2D, with Pipe Extreme and Trailblazer being the only notable exceptions (one could argue that a few others are 3D as well, but distinctly less so).

Just like year 4, a forum was hosted on JavaGaming.org to host the contest. JavaUnlimited's system was used for hosting the games again, being considered the official site for the entries. A site update was planned for JavaUnlimited, but did not occur. Originally, the plan was to have a public vote and a judging panel. One month after the contest closing date the organizer without further explanation dropped the judging panel, which caused some unrest in the forums, accusations of censorship, locked threads and two participants withdrawing their entries from the contest (bringing the total down from 65 to 58). Voting was limited to javagaming.org forum participants, and within the alloted time, 25 people voted. About two months after the contest closing date, the official results were announced.

The winner was Metro4k by Blaine Hodge, followed by Jojoh's Roadfourk and Ulf Ochsenfahrt's aichess4k. Metro4k is a Sim City-like city simulation game, Roadfourk a racing game, and aichess4k a chess game featuring an AI opponent.

Unlike previous years, year 5 saw no game take the "last place", because the approval voting system used only gave votes to around half the games.

Year 6 (2008)[]

Year 6 launched in December 2007 and lasted until March 1, 2008. Notably less games were submitted than in 2006 and 2007 - only 21 in total. Most of the games were 2d, with a total of 3 games using 3D or pseudo-3D graphics.

The competition was hosted on a new website, Java4k.com. Games from previous years can also be found on the new website. Before the launch of the contest, woogley had announced his withdrawal from arranging contest. The task of administrating the contest and hosting the site was therefore taken over by Arni Arent (appel) and Joakim Johnsson (jojoh). Just like previous years, there was also a dedicated forum at JavaGaming.org.

The games were then thoroughly reviewed by five judges; Arni Arent, Joakim Johnsson, Kevin Glass, Matt Hicks and Chris Melissinos. They reviewed each game in three categories; Overall, Technical and Presentation. The results were announced on March 28, 2008.

The top three games in each category are listed below.

Overall Score
1. Spiderball4k by Måns Olson
2. Pinball 4K by Tom-Robert Bryntesen
3. t4nks by Markus Persson

Technical Score
1. Z4rch by Simon
2. Mini Golf by Tim Foden
3. 'Pinball 4K by Tom-Robert Bryntesen

Presentation Score
1. t4nks by Markus Persson
2. Spiderball4k by Måns Olson
3. war4k by Michael Bliem

External links[]

Smallwikipedialogo.png This page uses content from Wikipedia. The original article was at Java 4K Game Programming Contest. The list of authors can be seen in the page history. As with ProgrammingWiki, the text of Wikipedia is available under the GNU Free Documentation License.


Advertisement