Game programming

Moderators: None (Apply to moderate this forum)
Number of threads: 2070
Number of posts: 5361

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Just a simple question, please help!! Posted by BattleGuard on 18 Mar 2003 at 10:00 AM
Hi world,
I am a VB.Net programmer (newbie actually) but the only thing i am currently interested in is making games. Could anybody give me a reference to something (website, books) where i could try to make games using VB.Net or could anybody tell me what kind of language they use to make the games you do make???

Thanx
Dhruv(BattleGuard)


Report
Re: Just a simple question, please help!! Posted by kreitler on 19 Mar 2003 at 7:04 PM
Hi Dhruv,
I don't know much about VB.Net, but I *do* write games (normal and web games). For web games, I use Java. It's free (from www.java.sun.com), and you can get free IDEs for it (www.bluej.com and www.netbeans.com). Also, there are lots of good resources for it (try the tutorials at www.sleepinggiantsoftware.com/FGJ, for instance).
C/C++ is another good choice, but you won't find as many good tools for free.
Hope some of this is useful.

Kreitler

: Hi world,
: I am a VB.Net programmer (newbie actually) but the only thing i am currently interested in is making games. Could anybody give me a reference to something (website, books) where i could try to make games using VB.Net or could anybody tell me what kind of language they use to make the games you do make???
:
: Thanx
: Dhruv(BattleGuard)
:
:
:

Report
Re: Just a simple question, please help!! Posted by BattleGuard on 20 Mar 2003 at 10:03 AM
Hi,
Thanx Kreitler. i have visual studio, which has everything from vb.net to visual c++ so i am going to try to make games with visual c++, because it is an advanced version. Thanx for the java idea. Do you have a website that you have games online? I just want to see if i can learn java and make simple games. Right now i am "trying" to make pong.

Thx for the response
Dhruv(BattleGuard)

: Hi Dhruv,
: I don't know much about VB.Net, but I *do* write games (normal and web games). For web games, I use Java. It's free (from www.java.sun.com), and you can get free IDEs for it (www.bluej.com and www.netbeans.com). Also, there are lots of good resources for it (try the tutorials at www.sleepinggiantsoftware.com/FGJ, for instance).
: C/C++ is another good choice, but you won't find as many good tools for free.
: Hope some of this is useful.
:
: Kreitler
:
: : Hi world,
: : I am a VB.Net programmer (newbie actually) but the only thing i am currently interested in is making games. Could anybody give me a reference to something (website, books) where i could try to make games using VB.Net or could anybody tell me what kind of language they use to make the games you do make???
: :
: : Thanx
: : Dhruv(BattleGuard)
: :
: :
: :
:
:

Report
Re: Just a simple question, please help!! Posted by kreitler on 20 Mar 2003 at 10:47 AM
Hi Dhruv,
Visual Studio is a great product--it's all you need if you want to write C++ games. However...there's *much* more to learn before you can get simple games going in C++ using VC++ and DirectX. I'd still recommend Java as a starting place--it's a lot like C++, but you can get a game going a lot faster and more easily. Once you get the hang of game programming in general, you can switch to C++ and work on mastering that.
I do have a website with some simple games on them. In fact, the address I recommended earlier is a site I put together:

www.sleepinggiantsoftware.com/FGJ

It has several tutorials to help you get started writing Java games. The first tutorial even has a simple pong example.
Whatever you decide to do--VB, C++, Java--good luck. Feel free to ask questions any time.

Kreitler

: Hi,
: Thanx Kreitler. i have visual studio, which has everything from vb.net to visual c++ so i am going to try to make games with visual c++, because it is an advanced version. Thanx for the java idea. Do you have a website that you have games online? I just want to see if i can learn java and make simple games. Right now i am "trying" to make pong.
:
: Thx for the response
: Dhruv(BattleGuard)
:
: : Hi Dhruv,
: : I don't know much about VB.Net, but I *do* write games (normal and web games). For web games, I use Java. It's free (from www.java.sun.com), and you can get free IDEs for it (www.bluej.com and www.netbeans.com). Also, there are lots of good resources for it (try the tutorials at www.sleepinggiantsoftware.com/FGJ, for instance).
: : C/C++ is another good choice, but you won't find as many good tools for free.
: : Hope some of this is useful.
: :
: : Kreitler
: :
: : : Hi world,
: : : I am a VB.Net programmer (newbie actually) but the only thing i am currently interested in is making games. Could anybody give me a reference to something (website, books) where i could try to make games using VB.Net or could anybody tell me what kind of language they use to make the games you do make???
: : :
: : : Thanx
: : : Dhruv(BattleGuard)
: : :
: : :
: : :
: :
: :
:
:

Report
Re: Just a simple question, please help!! Posted by kreitler on 20 Mar 2003 at 10:51 AM
Hi again,
I forgot--I also have some small web games up on another part of the site:

www.sleepinggiantsoftware.com/games/slide
www.sleepinggiantsoftware.com/games/wordwell
www.sleepinggiantsoftware.com/games/MagicPokerII

These are "intermediate" games, in terms of how hard they were to program. However, they show that Java can do real-time arcade games just fine.

You'll need IE or Netscape 5.0 or better to run them.

Cheers!

Kreitler

: Hi Dhruv,
: Visual Studio is a great product--it's all you need if you want to write C++ games. However...there's *much* more to learn before you can get simple games going in C++ using VC++ and DirectX. I'd still recommend Java as a starting place--it's a lot like C++, but you can get a game going a lot faster and more easily. Once you get the hang of game programming in general, you can switch to C++ and work on mastering that.
: I do have a website with some simple games on them. In fact, the address I recommended earlier is a site I put together:
:
: www.sleepinggiantsoftware.com/FGJ
:
: It has several tutorials to help you get started writing Java games. The first tutorial even has a simple pong example.
: Whatever you decide to do--VB, C++, Java--good luck. Feel free to ask questions any time.
:
: Kreitler
:
: : Hi,
: : Thanx Kreitler. i have visual studio, which has everything from vb.net to visual c++ so i am going to try to make games with visual c++, because it is an advanced version. Thanx for the java idea. Do you have a website that you have games online? I just want to see if i can learn java and make simple games. Right now i am "trying" to make pong.
: :
: : Thx for the response
: : Dhruv(BattleGuard)
: :
: : : Hi Dhruv,
: : : I don't know much about VB.Net, but I *do* write games (normal and web games). For web games, I use Java. It's free (from www.java.sun.com), and you can get free IDEs for it (www.bluej.com and www.netbeans.com). Also, there are lots of good resources for it (try the tutorials at www.sleepinggiantsoftware.com/FGJ, for instance).
: : : C/C++ is another good choice, but you won't find as many good tools for free.
: : : Hope some of this is useful.
: : :
: : : Kreitler
: : :
: : : : Hi world,
: : : : I am a VB.Net programmer (newbie actually) but the only thing i am currently interested in is making games. Could anybody give me a reference to something (website, books) where i could try to make games using VB.Net or could anybody tell me what kind of language they use to make the games you do make???
: : : :
: : : : Thanx
: : : : Dhruv(BattleGuard)
: : : :
: : : :
: : : :
: : :
: : :
: :
: :
:
:

Report
Re: Just a simple question, please help!! Posted by BattleGuard on 20 Mar 2003 at 1:41 PM
Thanx,
I'll use your (I presume) website's tutorial to get started with java. Then i'll move to c++.

Thx again
Dhruv


: Hi again,
: I forgot--I also have some small web games up on another part of the site:
:
: www.sleepinggiantsoftware.com/games/slide
: www.sleepinggiantsoftware.com/games/wordwell
: www.sleepinggiantsoftware.com/games/MagicPokerII
:
: These are "intermediate" games, in terms of how hard they were to program. However, they show that Java can do real-time arcade games just fine.
:
: You'll need IE or Netscape 5.0 or better to run them.
:
: Cheers!
:
: Kreitler
:
: : Hi Dhruv,
: : Visual Studio is a great product--it's all you need if you want to write C++ games. However...there's *much* more to learn before you can get simple games going in C++ using VC++ and DirectX. I'd still recommend Java as a starting place--it's a lot like C++, but you can get a game going a lot faster and more easily. Once you get the hang of game programming in general, you can switch to C++ and work on mastering that.
: : I do have a website with some simple games on them. In fact, the address I recommended earlier is a site I put together:
: :
: : www.sleepinggiantsoftware.com/FGJ
: :
: : It has several tutorials to help you get started writing Java games. The first tutorial even has a simple pong example.
: : Whatever you decide to do--VB, C++, Java--good luck. Feel free to ask questions any time.
: :
: : Kreitler
: :
: : : Hi,
: : : Thanx Kreitler. i have visual studio, which has everything from vb.net to visual c++ so i am going to try to make games with visual c++, because it is an advanced version. Thanx for the java idea. Do you have a website that you have games online? I just want to see if i can learn java and make simple games. Right now i am "trying" to make pong.
: : :
: : : Thx for the response
: : : Dhruv(BattleGuard)
: : :
: : : : Hi Dhruv,
: : : : I don't know much about VB.Net, but I *do* write games (normal and web games). For web games, I use Java. It's free (from www.java.sun.com), and you can get free IDEs for it (www.bluej.com and www.netbeans.com). Also, there are lots of good resources for it (try the tutorials at www.sleepinggiantsoftware.com/FGJ, for instance).
: : : : C/C++ is another good choice, but you won't find as many good tools for free.
: : : : Hope some of this is useful.
: : : :
: : : : Kreitler
: : : :
: : : : : Hi world,
: : : : : I am a VB.Net programmer (newbie actually) but the only thing i am currently interested in is making games. Could anybody give me a reference to something (website, books) where i could try to make games using VB.Net or could anybody tell me what kind of language they use to make the games you do make???
: : : : :
: : : : : Thanx
: : : : : Dhruv(BattleGuard)
: : : : :
: : : : :
: : : : :
: : : :
: : : :
: : :
: : :
: :
: :
:
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.