View Full Version : thinGaming forum
ErosOlmi
08-06-2009, 23:12
Open new forum to talk about thinGaming (http://community.thinbasic.com/gaming/) web site.
thinGaming is web site a dedicated to collect and exchange gamers scores recorded by games created with thinBasic which take advantages of the OnLineScoring module.
Games will be able to get scores from thinGaming web site and will allow gamers to send game scores to it.
Michael Hartlef
09-06-2009, 12:59
That is really a nice feature for thinBasic. :) I just read that Petr build code for AstroCrusher to use onlineScores so i think it should be shown to the community.
ErosOlmi
09-06-2009, 15:55
Up to you Michael. You an Petr did a great job.
To put the game online just amend game data: set game stutus to "Ready" and enter info for dowload.
Ciao
Eros
Astro Crusher? Wow that sounds like fun.
This is a great idea I must say. Thanks again guys!
freedomeagle1967
03-02-2010, 03:19
'+---------------------------------------------------------+
'| AstroCrusher, 1.0 |
'| |
'| by Michael Hartlef |
'| ( and little code touches by Petr Schreiber :) ) |
'+---------------------------------------------------------+
'| this is the first game ever using TBGL 0.2.5 sprites |
'*******************************************************************************
local i as long
engineFile = app_sourcepath & dirSounds+"engine.mp3"
engineFile2 = app_sourcepath & dirSounds+"engine2.mp3"
explosionMusicFile(1) = app_sourcepath & dirSounds+"explosion.wav"
shotMusicFile(1) = app_sourcepath & dirSounds+"shoot.mp3"
shotMusicFile(2) = app_sourcepath & dirSounds+"shoot2.mp3"
:read: Am i missing something... where are these sound files ... yes i understand i can create my own... but i would like to hear what you created....
Thank you: Peace...
Michael Hartlef
03-02-2010, 08:08
The sounds are in the zip file too. But TBass module chnaged a few months ago and I didn't uploaded a fix for it till now.
Please download the new package from http://community.thinbasic.com/index.php?topic=2738.0
Thanks for the update Mike. Can't wait to play some in a bit.