Java 4K Game Programming Contest

Java 4K Game Programming Contest

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 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 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 sprites, 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 bosses.

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".

[http://forum.java.sun.com/thread.jspa?threadID=471050&start=279&tstart=0 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.

[http://www.javaunlimited.net/games/java4k_2005.php List of Games]
List of Scores: ( [http://games.datadino.com/4K_2005/scores.html DHTML] ) ( [http://games.datadino.com/4K_2005/4K%20Scores.xls 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.

[http://javaunlimited.net/results/ 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) [cite web | title = JavaGaming Forum | url = http://www.javagaming.org/forums/index.php?topic=16357.msg129239#msg129239 | accessdate = 2007-04-30 ] . 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.
* [http://javaunlimited.net/games/java4k_2007.php List of Games]
* [http://javaunlimited.net/vote/ Results]

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, [http://www.java4k.com/index.php?action=home 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 [http://www.javagaming.org/forums/index.php?board=56.0 dedicated forum] at [http://www.javagaming.org 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
* [http://java4k.com/overall.html The results of the competition]
* [http://java4k.com/reviews.html The judges' reviews of the games]
* [http://java4k.com/index.php?action=games&cid=4 List of games]

External links

* [http://web.archive.org/web/20021029192411/http://forum.java.sun.com/thread.jsp?forum=406&thread=293877 Web Archive of the Original Thread] - Actual thread was deleted by Sun during a regular system purge
* [http://web.archive.org/web/20030804050840/http://www.saber-x.com/midgarddesign/4k.html Incomplete list of first year entries] - Saved by Archive.org
* [http://forum.java.sun.com/thread.jspa?threadID=471050&start=15&tstart=0 Year 2 Thread] - On Sun's Java Forums
* [http://javaunlimited.net/ Java Unlimited] - The repository for submitted games since 2005.
* [http://wiki.java.net/bin/view/Games/4KGamesDesign 4K Game Design Tricks] - A Wiki article to assist new entrants.
* [http://www.ahristov.com/tutorial/java4k-tips.html 4K Tips and Sources] - A set of tips, tutorials and game source codes for 4K Java participants
* [http://www.javagaming.org/forums/index.php?board=46.0 JavaGaming.org Contest Forums] - Each year (starting with year 3) has its own sub-forum.
* [http://www.javagaming.org/forums/index.php?topic=11611.0 Why are 4K Games so much fun to write and Play?]
* [http://www.javagaming.org/forums/index.php?topic=11509.0 Should there be Java game competitions without size limits?]

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • ACM International Collegiate Programming Contest — (abbreviated as ACM ICPC or just ICPC) is an annual multi tiered computer programming competition among the universities of the world. The contest is sponsored by IBM. Headquartered at Baylor University, with autonomous regions on six continents …   Wikipedia

  • ICFP Programming Contest — Необходимо проверить качество перевода и привести статью в соответствие со стилистическими правилами Википедии. Вы можете помочь улучшить эту статью, исправив в ней ошибки. Оригинал на английском языке …   Википедия

  • ICFP Programming Contest — The ICFP Programming Contest is an international programming competition held annually since 1998, with results announced at the International Conference on Functional Programming.Teams may be of any size and any programming language(s) may be… …   Wikipedia

  • Game Maker — Infobox Software name=Game Maker logo= caption=The Game Maker user interface. An example of the sprite properties, object properties and script editor are visible. developer=YoYo Games, Mark Overmars released=November 15, 1999 frequently… …   Wikipedia

  • List of game engines — Many tools called game engines are available for game designers to code a game quickly and easily without building from the ground up. Contents 1 Free and open source 2 Proprietary 2.1 Commercial 2.2 Freeware …   Wikipedia

  • Wyvern (Online Game) — Infobox Software name = Wyvern caption = A Paladin attacks a Wyvern. developer = Steve Yegge, Cabochon, Inc. latest release version = 1.4.10 programming language = Java, Python and Jython operating system = Cross platform genre = Roguelike… …   Wikipedia

  • Markus Persson — at GDC …   Wikipedia

  • Oh Mummy — Amstrad CPC box art Developer(s) Gem Software Publisher(s) …   Wikipedia

  • 4K — has several uses including:* A temperature of 4 kelvin * 4000, the number * As a category in demoscene compos * 4K digital film standard resolutions, see List of common resolutions. * Askari Aviation IATA code * The Java 4K Game Programming… …   Wikipedia

  • Markus Persson — en la GDC de 2011 Información Personal Especialidad Diseñador y desarrollador de videojuegos …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”