>Good Evening!
>I a student doing a thesis on mobile game (J2ME) and im really new in this >area. I need to get some advice before i can proceed. I am developing a >gameon Nokia Series 40 platform.
Got experience with that plattform.
>There are fw questions i have in mind :
>1. What do you think of the game?
I´ll stick to answering the technical stuff

>2. How can i control sounds(polyphonic beats) using J2ME?
If it´s one of the MIDP1.0 devices you are unable to play polyphonic sounds via J2ME. The newer Series 40 devices support MIDP2.0 and thus have support for the JSR 135 MMApi (Mobile Media Api). I dont know which formarts are supported so.
>3. What is the best graphical component j2ME has to offer in order to draw >images of a game on screen?
In MIDP2.0 you should try javax.microedition.game.GameCanvas.
If you´re using the older Series 40 devices, try com.nokia.mid.ui.FullCanvas.
>4. Are there any general limitation a game in J2ME experience?
Memory, CPU power. And JSR 185 in general.
>5. What are the other language is better J2ME in my case and why?
In Series 60 Symbian C++ is an option. On Series 40 it´s probably best to stick to J2ME.
>6. What are the best development tools to be used?
I use NetBeans.
>10. Have you come across any similar game in the market?Those research >are crucial to my thesis. Where can i possibly look into? Any websites or >magazine?
Kind of reminds me of an old game called Senso. Used to have four colored flashing keys and you had to press the keys in the same sequence they flashed. And the sequence grew longer every time.
>I will be really grateful for the help.
>Thank you.
No prob.