This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: J2ME Game Frameworks
Feed Title: ShareMe Technologies-The Mobile Future
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology. Old Archive .
As you may already know, I have been working on a 2D Game Framework while
developing the J2ME MoonBuzz game. I finally have a good idea of versions
I want to develop as the foundation of my 2D J2ME games. The version
breakdown looks liek this:
Low End
Bit mapped Graphics
Saved User Preferences No Replay Alerts as Sounds Limited Shakes
CLDC devices
Middle End
Bit mapped or SVG Saved
Prefs Replay Alerts as Sounds Limited Shakes CLDC devices
High End
Bit mapped or SVG Saved Prefs Replay MIDI Sound
Multi-Media CDC devices
That should be a good start for my 2D Game
Framework versions.