Has anyone heard about a Hugo port to Java 2 Micro Edition so that games can run on mobile phones?
Dave
Hugo for J2ME
Moderators: Ice Cream Jonsey, joltcountry
- Ice Cream Jonsey
- Posts: 30193
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
-
- Posts: 192
- Joined: Mon Nov 22, 2004 3:19 pm
- Location: Wichita, KS
- Contact:
-
- Posts: 4
- Joined: Mon Apr 11, 2005 2:13 am
- Location: Abuja, Nigeria
- Contact:
A J2ME port would be very tricky. Resources are very limited on mobile phones and the UI would be extremely difficult to do well.
For example, on a SonyEricsson K700i (I just happen to have one here with a J2ME emulator) you have a 176x220 pixel display and have from 512KB to 1.5MB of available memory.
There is no filesystem, although you might be able to bodge something using J2ME's record-based storage system. Entering commands on a mobile phone keypad would be painful.
It might be just about doable on the bigger smartphones which use a slightly more capable version of Java (some of them have PersonalJava).
For example, on a SonyEricsson K700i (I just happen to have one here with a J2ME emulator) you have a 176x220 pixel display and have from 512KB to 1.5MB of available memory.
There is no filesystem, although you might be able to bodge something using J2ME's record-based storage system. Entering commands on a mobile phone keypad would be painful.
It might be just about doable on the bigger smartphones which use a slightly more capable version of Java (some of them have PersonalJava).