If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
All high end video games run in an out of windows format. Meaning they take over your display options etc, to use direct X or Open GL. That is probably why they are all written in C++
Craig, mailto:sander@cogeco.ca
In the computer industry, there are three kinds of lies:
lies, damn lies, and benchmarks.
given the fact this is a vb forum, i imagine the support for games in VB will be slightly biased, ive read about a cult following for VB developed games, however i have never heard/seen a released game developed in VB (cue the VB enthusiasts to prove me wrong)
i guess the question is what type of game is it?? (i imagine the free games with windows would be quite easy to code in VB but a game like mafia or half life or whatever would be pretty impossible)
on a side note, i started writing a game engine (conveniantly titled "MyReality" 4 years ago in c++ and im still writing it today so my point is if you want to write a quicky game try it in VB!
well thats my 2 bob anyway!!
good luck!
If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
Depends on what your game is going to be.
These days with graphics and sound being decoupled and available via libraries you could program your AI logic in VB. Depending on how complex that is would determine if I use VB or not. Why? You just have better optimisation in C/C++ code as you don't have to have a lot of fluff if you really don't need it. Even in todays games you'll find that AI logic isn't compiled but rather interpreted anyway.
There are lots of factors its no better than asking "What is the best languages to write a program in." It all depends on what that program has to do, how fast it has to do it in, what that program is targeted at, what your availble resources are etc.
Another benifit of C/C++ is there are a few free C/C++ compilers out there. But at the end of the day most commercial games are written in C/C++ with libraries. On consoles you find a mix of C/C++ and assembler because it is needed to get some real power out of those boxes at time.
If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
apologies strongm, just bumped into the code, while browsing the net.
If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
and into the VB Games Section. There you will find a fantastic example of a down-scrolling space ship type game entirely written in VB with Source Code for your pleasure. Note: I did NOT write this code, i simply stumbled upon it while looking for some good mail merge code. Any Copyrights will probly be in the Source.
¥oshi.
Do, or do not, there is no try - Master Yoda.
-------------------------
"There is No Spoon.."
-------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.