Snake Xenzia Java Games -

Snake Xenzia thrived because of the J2ME ecosystem. In an era before constant internet connectivity on phones, games were shared physically.

What made Snake Xenzia special were the game modes. Unlike the endless classic mode, Xenzia often introduced: Snake Xenzia JAVA GAMES

Liked this article? Share your high score from 2005 in the comments below. Did you reach Level 12? Or did you crash at Level 3 like the rest of us? Snake Xenzia thrived because of the J2ME ecosystem

// Game Over text g.setColor(Color.red); g.setFont(new Font("Arial", Font.BOLD, 75)); FontMetrics metrics2 = getFontMetrics(g.getFont()); g.drawString("Game Over", (BOARD_WIDTH - metrics2.stringWidth("Game Over")) / 2, BOARD_HEIGHT / 2); FontMetrics metrics2 = getFontMetrics(g.getFont())