News:

Registration is only required if you want to post, and is not needed to read any posts. To avoid excess 'spam' accounts, all accounts where no posts have been made will be deleted after two weeks. Please register again if you wish to post.

Main Menu

Source Code

Started by sylar, September 01, 2009, 08:07:56 AM

Previous topic - Next topic

sylar

I've installed the software but cannot find the source code. Where is it located?

forum_admin

Bridge Command is written using Blitz3D http://www.blitzbasic.com/ (http://www.blitzbasic.com/), and the source files are the .bb files included in the installation. The main source file is bc4.bb. They are text files, so even if you don't have Blitz3d installed, you can look at them with your favourite text editor.

In due course I am planning on re-writing Bridge Command in C++ and an open source 3D engine, both as Blitz3D is a commercial closed source program, and its restriction to DirectX 7 is becoming somewhat limiting. In the mean time I'm developing as far as I can with Blitz3D.

sylar

Thanks for the quick response. I'll look into it and update you.
BTW, thanks for sharing your codes to the open source.