2012-08-31 09:24:57 (edited by nyanchan 2012-08-31 09:25:20)

Yes, the absolute beginner, it's me.
Last Tuesday, I read BGT's manual, and tried to make something because I was bored. And it's here.
If you are bored, please try.
https://dl.dropbox.com/u/10243904/testShooting.zip
How to play:
You will understand automatically. It's very very simple.
Controls:
enter: start
space: shoot
escape : exit

I say again, this is not fun. lol

I don't speak as good as I write, and I don't listen as good as I speak.

2012-08-31 11:20:40

Hi Yukio,

Nice little test game. Simple, of course, but a great first thing to start with. I only have one comment regarding the code. The following two lines:

voice.speak_interrupt("Game ended. Your final score is "+point+"");
wait(3000);

They assume a given rate of the text to speech engine. Mine closed before it had had time to speak the full message. The wait call should be taken out, and it should be calling speak_interrupt_wait instead. Either that, or check the speaking property in a loop in case you want to execute other code while you wait.

I hope you'll make more things with BGT!

Kind regards,

Philip Bennefall

2012-08-31 11:24:13 (edited by nyanchan 2012-08-31 11:38:32)

Hi Philip.
Ah, because my speech engine's speaking late was quite fast, I didn't care. I may use speak_wait or something.
Edit : File modified.

I don't speak as good as I write, and I don't listen as good as I speak.

2012-08-31 13:55:01

Yuk, but I think, that You programmed in BGT. Where You programming Bokurano? Or another games?

Ja volim samo kafu sa Rakijom.

2012-09-01 06:07:11

I likey!
You did this in a week? Heh... I couldn't understand a quarter of what was going on... LOL tongue.

2012-09-01 13:16:46

I understood it by reading its manual and some sample scripts. It's not easy, but not so difficult.

I don't speak as good as I write, and I don't listen as good as I speak.

2012-09-03 19:53:26

lol I've spent the last half hour playing this...
nice little way to have some fun when you don't have anything to do...