Αποτελέσματα Αναζήτησης
Apress Source Code. This repository accompanies J2ME Games with MIDP2 by Carol Hamer (Apress, 2004). Download the files as a zip using the green button, or clone the repository to your machine using Git.
- j2me-games · GitHub Topics · GitHub
Awesome list about everything related to J2ME, a Java...
- j2me · GitHub Topics · GitHub
The Puyo Puyo Fever DX (J2ME) mod that improves the game...
- j2me-games · GitHub Topics · GitHub
Awesome list about everything related to J2ME, a Java specification for old keypad phones and PDAs.
The Puyo Puyo Fever DX (J2ME) mod that improves the game with many features, major improvements, and implementations!
23 Απρ 2009 · With basic knowledge of Java, preinstalled NetBeans and J2ME Wireless Toolkit, you can make simple, funny 2D games that are capable of running on your own mobile devices. This article will make use of the 5-class Game API composed in the package javax.microedition.lcdui.game.
This article will lead programmers through the creation of a deceptively simple J2ME simulator which speeds up programming, improves debugging, facilitates rapid prototyping, aids the creation of device independent code and frees you from build processes that may take minutes to complete.
You can use MIDP to make J2ME games. You can also obtain the SDK from Oracle I think? There are plenty of websites that have examples of how to make J2ME games here and their.
Maze game. /* Title: J2ME Games With MIDP2. Authors: Carol Hamer. Publisher: Apress. ISBN: 1590593820. */ import java.util.Random; import java.util.Vector; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * This is the main class of the maze game. * * @author Carol Hamer.