Java Can Make Really Good Games - Left 4k Dead

http://www.mojang.com/notch/j4k/l4kd/


This game was made for the J4k competition.

java Games.


Java is a very good language for games.

especially with their built in method

Rectangle objectOne = new Rectangle();
Rectangle obstacle = new Rectangle();

if(objectOne.intersects(obstacle)
 ||objectOne.intersects(obstacle)||objectOne.intersects(obstacle)||
  objectOne.intersects(obstacle))
 {
  Collision = true;
 }
blankfist says...

In J20K, code writes itself:

package com.blankfist.game{
import System.j20k;
public class gameBuild{
function gameBuild(){
init();
}
public function init():void{
System.j20k.buildGame('ZombieShooter');
}
}
}

qruel says...

that was a very amazing use of 4k, imagine if microsoft was that conservative with their code :-)
unfortunately I suck about as bad at this game as I do with the original Left 4 Dead

Send this Article to a Friend



Separate multiple emails with a comma (,); limit 5 recipients






Your email has been sent successfully!

Manage this Video in Your Playlists

New Blog Posts from All Members