PDA

View Full Version : Arkanoid g-sensor


hekk
04-03-2009, 06:37 PM
Hi all
My beta for i900 (witu)

for ohter devices edit config.ini

download Full game and resources http://4pda.ru/forum/dl/post/206744/Arkanoid_i900_g_sensor.zip


Source code see Arkanoid-i900-g-sensor_source_code.zip

Kobus
04-04-2009, 04:55 PM
Hi Hekk,

Can't wait until I get the HTC TD 2 to try this one as well.
Reminds me of the time I was playing this game with my son, yeaeaeaears ago.

Thanks for sharing :D, but my Russian is not so good anymore. Can you upload it to an English site as well?

Helen.

hekk
04-04-2009, 05:18 PM
Hi Hekk,
Can you upload it to an English site as well?
Helen.

download ->

Kobus
04-04-2009, 11:14 PM
Hi Hekk,

Thank you and ..... dobre ??

Helen

BERUNIN
04-05-2009, 04:32 PM
to hekk:
on my device (HTC TOUCH PRO) does not work support gravity sensor
:(
to kobus:
"DOBRE" is in czech or slovak language "good"
:)

hekk
04-06-2009, 05:25 AM
to hekk:
on my device (HTC TOUCH PRO) does not work support gravity sensor
:(
to kobus:
"DOBRE" is in czech or slovak language "good"
:)

1 find htcsensorsdk.dll yn your windows directory
2 copy to htcsensorsdk.dll in my prorgam
3 delete sensor.dll in my program
4 rename htcsensorsdk.dll to sensor.dll
5 enjoy

hekk
04-06-2009, 07:15 AM
Added bonus:
*Live +
*Live -
*Freeze ball

Mike Halliday
04-06-2009, 12:47 PM
Oh this is nice.

Cant wait to try it tonight! :)

Keep up the great work!

One small point. Personally, I think the ball is a little too big? - I seem to remember that the original Arkanoid ball was smaller than the width of the blocks.

Now it looks like Hekk has made this too easy by making the ball super huge? :D

M.

hekk
04-06-2009, 02:29 PM
oh this is nice.

Cant wait to try it tonight! :)

keep up the great work!

One small point. Personally, i think the ball is a little too big? - i seem to remember that the original arkanoid ball was smaller than the width of the blocks.

Now it looks like hekk has made this too easy by making the ball super huge? :d

m.

не волнуйтесь это бета-версия :d
no worry this is beta :D

video http://www.youtube.com/watch?v=LQWIlp8m9l4

hekk
04-10-2009, 01:32 PM
New version avaible:

*Level change support
*PC version support
*Added bonus (graphik)

zehlein
04-10-2009, 04:00 PM
Getting better all the time, nice one!

Kobus
04-19-2009, 07:49 PM
Hello Hekk,

Your game is getting better and better and I love the graphics as well.
Can I ask Hellbender to create some nicer graphics for my project, the Slottery?

Yesterday I got my HTC Touch Diamond 2 (WM 6.1) and if you are interested what happens with Arkanoid:
I can't lauch the ball, the G-sensor doesn't work (I can move the platform with the stylus) and when I return to the game, after going to another application, only halve the screen is visible, the left part.

Bye, bye,
Helen.

hekk
04-20-2009, 05:46 AM
Hello Hekk,

Your game is getting better and better and I love the graphics as well.
Can I ask Hellbender to create some nicer graphics for my project, the Slottery?

Yesterday I got my HTC Touch Diamond 2 (WM 6.1) and if you are interested what happens with Arkanoid:
I can't lauch the ball, the G-sensor doesn't work (I can move the platform with the stylus) and when I return to the game, after going to another application, only halve the screen is visible, the left part.

Bye, bye,
Helen.

*Graphics, first made himself, and then I became a "hellbender_it" to do with the XDA
http://forum.xda-developers.com/showthread.php?t=482359&page=4

* enable you g-sensor
1 find htcsensorsdk.dll yn your windows directory
2 copy to htcsensorsdk.dll in my prorgam
3 delete sensor.dll in my program
4 rename htcsensorsdk.dll to sensor.dll
5 enjoy

* Launch Ball
Launched press "Start" button

BERUNIN
04-20-2009, 09:22 AM
Please I want to ask. your program is optimized for samsung omnia? if not for the HTC and for what?
I'm interested in support the omnia.
thanks for the reply. ;)
Sorry my english is bad.
(toze nemnozka znaju po rusky) :))

Kobus
04-20-2009, 12:29 PM
Hi Hekk,

Ok, the sensor works (I should have red the previous page:o).
The ball doesn't get lauched, tried everything ...........

Helen.

hekk
04-20-2009, 02:16 PM
Please I want to ask. your program is optimized for samsung omnia? if not for the HTC and for what?
I'm interested in support the omnia.
thanks for the reply. ;)
Sorry my english is bad.
(toze nemnozka znaju po rusky) :))

* optimized for samsung omnia

Hi Hekk,
Ok, the sensor works (I should have red the previous page:o).
The ball doesn't get lauched, tried everything ...........
Helen.

Start ball for any key

Find code
if (g_key.vkstart$)
if (platform.Speed$ < 40)
platform.Speed$ += 10;;
else
platform.Speed$ = 0;
end;
Ball.Speed_X$ = random(3) + 0.5;
Ball.Speed_Y$ = random(3) + 0.5;
Ball.Direction_X$ = -1;
Ball.Direction_Y$ = -1;
end;

find code
WM_KEYDOWN: // кнопка нажата
g_KeyEvent(wParam$, True);


Modify

if (g_key.vkstart$)
// empty
end;

and

WM_KEYDOWN: // кнопка нажата
if (platform.Speed$ < 40)
platform.Speed$ += 10;;
else
platform.Speed$ = 0;
end;
Ball.Speed_X$ = random(3) + 0.5;
Ball.Speed_Y$ = random(3) + 0.5;
Ball.Direction_X$ = -1;
Ball.Direction_Y$ = -1;

g_KeyEvent(wParam$, True);




There is no time to finish everything, but here 5 beta.
That is made:
* Levels it is possible to edit (see folder "Level" )
* Bricks have a life 1 - 8. (There are not broken bricks, but in them an error)
* Awards not, casually drop out, their position is defined by card level ("LEVEL" see a folder).
* management changed

http://forum.xda-developers.com/showpost.php?p=3657074&postcount=43

Kobus
04-23-2009, 07:13 PM
Hi Hekk,

Sorry for my late reply.
Thank you for your info, the ball is lauched now :D and I learned something again.

Thanks again and have fun.
Helen.