Alex reaches the server room. He inserts the SD card to download the "New_Game.jar" . The final boss is the 404 Error , a glitching mass of corrupted pixels. The fight takes place on a scrolling background that mimics a broken LCD screen.
public void render(Graphics g) // Clear screen g.setColor(0, 0, 0); g.fillRect(0, 0, 240, 320); // Draw player g.setColor(255, 255, 255); g.fillRect(playerX, playerY, 20, 20);