Xenzia Game Jar 128x160 New — Java Snake

Title: Development of a Java ME Legacy Snake Game (Xenzia) for 128x160 Resolution

Features:

  • Rendering choices:

    public SnakeGame() super(true); setFullScreenMode(true); Graphics g = getGraphics(); g.setColor(0xFFFFFF); g.fillRect(0, 0, WIDTH, HEIGHT);

    2. Background and Terminology