View Full Version : Arkanoid (a more 3D Version)
Hi all,
I know that much time has passed by the latest version of arkanoid. ::)
but now I am ready to show a new version of arkanoid.
I made some important changes to the script and I also added a new bonus "the gun". ;D
bonus gun does not have time limits for now.
for a full version of Arkanoid I'm trying to implement all the new features of callback functions of version 1.7.0 of thinbasic. And study a real movement for the ball.
And also add sound in the game.
I Hope it's good for you
Ciao,
Simone
Hi,
the level it's text file into the Maps Folder
For change the ball speed there is SPEED under BALL definition
For Example:
BALL
MAX_BALL;2
RADIUS;0.25
COLOR;0;200;0
SPEED;28 change the ball speed Here.
END_BALL
Ciao,
Simone
Michael Hartlef
12-09-2008, 19:08
Cool, that really has potential. Keep it up, I like it.
Petr Schreiber
13-09-2008, 13:05
Thanks Simone!,
new version is very nice, the bonuses make the gameplay very entertaining, and the falling bricks are very good effect.
Petr
Thanks guys, :)
With the new Features of Tbgl and callbacks There are many possibilities to improve and complete the script! ;D.
Ciao,
Simone
Lionheart008
15-09-2008, 18:18
dear simone :)
thank you for the game I would very like to test it too, but I have got an error message like this one... does anybody can help?
best regards, Lionheart
ps: I have unzipped the arkanoid files and start it with "livello2.level" in maps folder...
ErosOlmi
15-09-2008, 18:29
Lionheart,
I think the problem is at line:
TBGL_USEVSYNC %TRUE
It requires latest preview thinBasic version 1.7.0.0.
What thinBasic version do you have installed right now?
Try to comment out that line. But maybe the cursor will jump on screen.
I know, there is a little confusion right now on versioning due to our tests on 1.7.0.0 but this will soon finish.
Eros
Hi LionHeart,
I've to check this error because i tried the script with a version 1.6.0.10 of thinbasic and does not appear the error of VSYNC.
I'm Sorry about that ! :-[
Ciao,
Simone
P.S. For now i have refreshed the script with the change of minversion to 1.7.0.0 of thinbasic, in the first post.
Lionheart008
16-09-2008, 09:29
Good morning Simone :D
You are welcome!
Yes, it doesn't matter, I am not so angry about that, I will load and try the new thinbasic release today again, yesterday I have got some very strange error messages while downloading thinbasic... (1.7.0.0)...
Today everything is going fine on my pc machine ::)
Even my little open gl example runs as I wished... the devil doesn't sleep at night ;-)
;D Good work you have done, I am sure! - I am curious how it is to play with arkanoid...
by the way: How long do you have built at this script? It's hard work, isn't it?
now it's time for dog walking, see you perhaps here, have a nice day, ciao und servus,
Lionheart
I will check the game today again and give a message to you here...
Hi Lionheart, :)
I'm happy that the script run now on your PC.
And thanks for your compliments. ;)
This version of Arkanoid it's not complete yet, but it's a skeleton for the complete version, with the new features of thinbasic.
the arkanoid project was started a few months ago, but was not very hard to implements ideas at the script, because the works that have done Petr with TBGL it's great and thinbasic it's very simple and powerful to use.
Now the works on the script it's to create a real ball movement.
Ciao,
Simone
Lionheart008
17-09-2008, 10:29
hi somone :-) good morning for you too :D hope you are fine...
sorry about my lately reply... no, the game didn't work, I supposed it with the new pre release of thinBasic two days before by eros :o
I have found the same 'bug' or 'error message' try to running your arkanoid 3d game...
with the new thinBasic 1.7.0.0 pre-release... (date 14-09-2008)
- perhaps it belongs to a false or missing code line in your script (plugin?) module? don't know. I am working with win xp sp 2...
- I have add a picture for you... this error message I have got yesterday and today...
hope you can find or solve the error message or somebody can help, I am sure...
nevertheless, have a nice day ! :D I am sure, it's only a little thing to change :)
best regards, Lionheart and good luck for further development of your nice game ! ::)
Hi Lionheart :)
I spoke with Eros about that Error and he had suggest to uninstall thinbasic from your Pc because could be some module that not refresh, so try to uninstall thinbasic and reinstall it.
Hope it works.
Ciao,
Simone