Pulsix - Android demo proj

Post screenshots, binaries and projectfiles of the projects you have made with ZGE that you want to share!

Moderator: Moderators

Post Reply
User avatar
Lupo
Posts: 76
Joined: Wed Sep 09, 2009 6:21 pm
Location: Montevideo, Uruguay

Pulsix - Android demo proj

Post by Lupo »

Hi all,

Just a little project to test ZGE on Android. Its an early build.

Just make the pods reach the core, tap and drag to control them and avoid the obstacles.

Regards.
Attachments
pulsix_005.zip
Zip (.exe + .apk)
(353.96 KiB) Downloaded 844 times
pul1.jpg
pul1.jpg (28.94 KiB) Viewed 28317 times
pul2.jpg
pul2.jpg (13.66 KiB) Viewed 28317 times
Close, but not there yet.
User avatar
y offs et
Posts: 418
Joined: Wed Apr 22, 2009 4:26 pm
Location: BC, Canada

Post by y offs et »

got potential.

.exe
1) I think you need some kind of emitter on left instead of appearing from off screen. When the obstacles get over near the left, you have no chance to dodge.

2) After you do a dodge move, it seems a long time before you are able to induce another dodge.

3) Level up num. doesn't change.

.apk on the phone
1) the objects step rather than flow across the screen, with the previous step still visible. It's like one object splits into two half alpha objects with the rear catching up to the front and making full alpha again for a sec.
"great expectations"
User avatar
Lupo
Posts: 76
Joined: Wed Sep 09, 2009 6:21 pm
Location: Montevideo, Uruguay

Post by Lupo »

Thanks y offs et!

You're right, I'm working on that.

On Android the sound does not start right away it just delay a little and then plays, is it that ok or I'm doing something wrong?
Close, but not there yet.
User avatar
VilleK
Site Admin
Posts: 2274
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post by VilleK »

Hi Lupo,

I like the minimalistic art style :) Don't know if these are placeholder graphics but I like it anyway.

Android audio playback have high latency because of limitations with Android 2.2. How long delay depends on the device. On some devices it is almost not noticeable. I will later try to use 2.3 audio output instead that promises low latency.
User avatar
Lupo
Posts: 76
Joined: Wed Sep 09, 2009 6:21 pm
Location: Montevideo, Uruguay

Post by Lupo »

Thanks Ville for your support and comments. is it possible to do something to workaround the sounds?

They are wip graphics, but I'm a minimalist myself :)

New version:
- make a safe zone for pods to appear (thanks y off set).
- more speed for the pods to switch lanes.
- improved responsiviness when select a pod again (thanks y off set).
- when you finish a level, the level number is updated (thanks y off set).
- now you have bar to fill in order to level up.


(its incredible how fast I develop using ZGE, you realize this when you stop using it for a while and then you comeback).
Attachments
pulsix_006.zip
(353.6 KiB) Downloaded 804 times
Close, but not there yet.
User avatar
y offs et
Posts: 418
Joined: Wed Apr 22, 2009 4:26 pm
Location: BC, Canada

Post by y offs et »

Oooh! You've made it tougher. I thought I was doing OK until I realized a score penalty also on collision. Maybe a bit too tough.

On the phone is still odd quiver animation. By the way the game restarts on it's own without a touch, it's something in the main update.

I think you may need to reset your variables on game end. Each game seems to have different collision amounts.
"great expectations"
User avatar
jph_wacheski
Posts: 1005
Joined: Sat Feb 16, 2008 8:10 pm
Location: Canada
Contact:

Post by jph_wacheski »

I like the graphics,. minimal can be very beautiful when done well.

This is a good simple game, easy to figure out and play,. but gets hectic quickly!
iterationGAMES.com
User avatar
Lupo
Posts: 76
Joined: Wed Sep 09, 2009 6:21 pm
Location: Montevideo, Uruguay

Post by Lupo »

Hi,

New version:
- improvement on tapping-dragging.
- each pod color has his speed, score and sound.
- fixed error on level transition.
- all the bmps are now generated (smaller file).

Questions:
- On the top center of the screen is the fps (topped on 30), all your devices reach that?
- Is it too noisy?
- A friend(woman) think its a "fecundation game" (pod=sperm :( ), maybe I need to rework gfx a little. :)

Thanks for your help/support.
Attachments
pulsix_009.zip
(348.27 KiB) Downloaded 783 times
pul3.jpg
pul3.jpg (14.47 KiB) Viewed 28240 times
Close, but not there yet.
User avatar
y offs et
Posts: 418
Joined: Wed Apr 22, 2009 4:26 pm
Location: BC, Canada

Post by y offs et »

previously posted problems are still present.
"great expectations"
User avatar
VilleK
Site Admin
Posts: 2274
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post by VilleK »

Hi Lupo,

It is static on 30 fps but on one of my devices I'm getting a flickering screen effect that I think could be because of the fixed frame rate. I suggest you try keeping it at default setting instead.

Hah, yes I can see how your friend made that connection now that you mention it :)

/V
User avatar
Lupo
Posts: 76
Joined: Wed Sep 09, 2009 6:21 pm
Location: Montevideo, Uruguay

Post by Lupo »

Thanks for the beta-testing/suggestions/corrections.

New version.
- added dotted tracks.
- the dots reacts to pods (no more pod's trails).
- change to frame rate to default (sync with monitor).
- tried to fix y-off-set issues.

How can I made the velocity independent of fps?
On the main screen, when you finish a game, the game waits for a click/tap (keypress=={), but sometimes, it changes the game states, its just like some taps get buffered?

how many fps you guys get on your devices, mine is 59~ (a chinese generic 7" tablet ARMv7+Mail400 I think)
Attachments
pul4.jpg
pul4.jpg (16.01 KiB) Viewed 28214 times
pulsix_010.zip
(348.82 KiB) Downloaded 837 times
Close, but not there yet.
User avatar
y offs et
Posts: 418
Joined: Wed Apr 22, 2009 4:26 pm
Location: BC, Canada

Post by y offs et »

I'd say it plays better now. The graphics on the phone are good now.

The problem of an application "banking" key presses is not a new one. I have the same problem with an app I wrote in java for android, which I haven't solved yet.

On the phone it's really difficult to get the pods to move by finger. Probably your "circle of activation" has scaled down to quite small. I have a better experience using a stylus, which is like using a mouse cursor. On being scaled up for a tablet, I'm sure the finger can find the pods a lot easier. Don't have a solution suggestion.
"great expectations"
Post Reply