Game programming

Moderators: None (Apply to moderate this forum)
Number of threads: 2047
Number of posts: 5331

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

Report
I want a good, very simple, fun and easy language to develop games on Posted by jim_giboney on 17 Jan 2003 at 8:16 PM
I am not talking anything like new 3d games. I mean games like DOS games, but not DOS! Argh, this is very hard to explain. I had a bit of trouble trying to learn with QBASIC, some things I just did not get. I want a language that can produce good, clean graphics, and is very easy to use. Would something like Delphi qualify? I have know idea...

If you know what I am talking about, any suggestions?
Report
Re: I want a good, very simple, fun and easy language to develop game Posted by jim_giboney on 17 Jan 2003 at 8:38 PM
Me again, trying to explain a little better...

I want to make cool, fun games. I want it to be easy, with nice graphics, wether it be 2d or 3d. I don't want DOS, or VB, or VC++.

Like I said I don't want VB or VC++, but I would like a GUI, although it isn't necessary.

I don't want just a game creating tool. I want a language/compiler that can make real programs, without getting to complicated (FOR A GUY LIKE ME!)

hope that's a better explanation, any help is appreciated!
thanks guys!
-Jim

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by jim_giboney on 17 Jan 2003 at 8:40 PM
SORRY, that's "TOO COMPLICATED" (typing error)
------------------------------------------------------------------------
: Me again, trying to explain a little better...
:
: I want to make cool, fun games. I want it to be easy, with nice graphics, wether it be 2d or 3d. I don't want DOS, or VB, or VC++.
:
: Like I said I don't want VB or VC++, but I would like a GUI, although it isn't necessary.
:
: I don't want just a game creating tool. I want a language/compiler that can make real programs, without getting to complicated (FOR A GUY LIKE ME!)
:
: hope that's a better explanation, any help is appreciated!
: thanks guys!
: -Jim
:
:

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by Nerd on 18 Jan 2003 at 3:29 PM
Delphi is good and easy, at least I think so. So if you want to do fun, easy and small games and don't care about if it's quite unefficient way use Delphi. But you can forget the Delphi's own Tcanvas, TImage etc. If you want nice, smooth and flickerless animation use DelphiX components they're quite easy to use though quite unefficient = slow (The speed is more than enough for simple games). Or then use WinAPI functions (Bitblt, etc) but they are quite complicated at first.
Report
Re: I want a good, very simple, fun and easy language to develop game Posted by ScriptStar2063 on 1 Feb 2003 at 8:30 AM
: SORRY, that's "TOO COMPLICATED" (typing error)
: ------------------------------------------------------------------------
: : Me again, trying to explain a little better...
: :
: : I want to make cool, fun games. I want it to be easy, with nice graphics, wether it be 2d or 3d. I don't want DOS, or VB, or VC++.
: :
: : Like I said I don't want VB or VC++, but I would like a GUI, although it isn't necessary.
: :
: : I don't want just a game creating tool. I want a language/compiler that can make real programs, without getting to complicated (FOR A GUY LIKE ME!)
: :
: : hope that's a better explanation, any help is appreciated!
: : thanks guys!
: : -Jim
: :
: :
:
:

I would recommend that you get 3D Game Studio. You can create high quality games with graphics that can even match up to the Playstation 2. It comes with a level editor, model editor, and compiler. You use a very simple yet powerful language know as WDL(World Definition Language).

Here is the site for it:
http://www.conitec.net/a4info.htm

-ScriptStar2063

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by Farflame on 24 Feb 2003 at 10:28 PM
For me, nothing touches Blitz Basic. Very easy, incredibly fast and very flexible (it's a proper language). You can easily get hundreds of sprites flying around on-screen at 100fps. There's 3D version too, which is equally good, but I'm pretty sure the 2D version will be adequate for your needs. I love it, I just couldn't get to grips with the other languages.

There's a free demo at : www.blitzbasic.com
Report
Re: I want a good, very simple, fun and easy language to develop game Posted by Fast Eddie on 20 Mar 2003 at 5:23 PM
Hello Jim, the language your are looking for is Python
go to Python.org and try the Pygame and check out visual python
as well. It has a simple parser, you simply work on the code and
hit F5 and see your change.
Check out Alice as well. and SCI games.
I hope this helps
Ed



: Me again, trying to explain a little better...
:
: I want to make cool, fun games. I want it to be easy, with nice graphics, wether it be 2d or 3d. I don't want DOS, or VB, or VC++.
:
: Like I said I don't want VB or VC++, but I would like a GUI, although it isn't necessary.
:
: I don't want just a game creating tool. I want a language/compiler that can make real programs, without getting to complicated (FOR A GUY LIKE ME!)
:
: hope that's a better explanation, any help is appreciated!
: thanks guys!
: -Jim
:
:

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by scoertzen on 28 Feb 2003 at 12:03 AM
Hi there

I'm programming with visual basic and I'm creating a game with it in DirectX. Is fun and easy and it works. BUT ITS 2D. ;-(. Check it out:
www.geocities.com/scoertzen/

my e-mail: 12806943@puknet.puk.ac.za

chow
steve


: I am not talking anything like new 3d games. I mean games like DOS games, but not DOS! Argh, this is very hard to explain. I had a bit of trouble trying to learn with QBASIC, some things I just did not get. I want a language that can produce good, clean graphics, and is very easy to use. Would something like Delphi qualify? I have know idea...
:
: If you know what I am talking about, any suggestions?
:

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by kreitler on 8 Mar 2003 at 11:36 AM
Hi Jim,
There are lots of good language choices out there--and the "best" one depends on a combination of the kind of game you want to write and the number of people you'd like to play it.
Since I don't know the answer to either of these questions in your case, take this with a big grain of salt: I'd recommend Java.
There are several reasons for this: first, it's a full-blown language that's available for free. Second, you can get high-quality, professional tools for it...also for free (see www.netbeans.org, for example). Third, there are a lot of good tutorials out there. Fourth, you can use it whether you're working on a Linux box, a Windows machine, or a Mac running OSX (and all those people will be able to play your game, too).
If you're interested, you can download Java 1.4.1 and an editor from this site (which also has a series of tutorials on getting started writing games in Java): www.sleepinggiantsoftware.com/FGJ.
Whatever you decide, good luck.

Kreitle

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by djph@kat on 28 Mar 2003 at 10:24 AM
: I am not talking anything like new 3d games. I mean games like DOS games, but not DOS! Argh, this is very hard to explain. I had a bit of trouble trying to learn with QBASIC, some things I just did not get. I want a language that can produce good, clean graphics, and is very easy to use. Would something like Delphi qualify? I have know idea...
:
: If you know what I am talking about, any suggestions?
:
Sorry, but BASIC is one of the easiest languages. I'm currently learning PASCAL and C++ and take my word for it. Maybe you should try Visual BASIC (easier than QBASIC and better). One of your reply people recommended JAVA. JAVA is harder than BASIC so don't listen to that cracka' (Just kidding) unless you want to put your mind to work, in which case you could simply use Visual BASIC.
if you're 555, then i'm 666

Report
Re: I want a good, very simple, fun and easy language to develop game Posted by Plystire6754 on 13 Apr 2003 at 2:14 PM
: : I am not talking anything like new 3d games. I mean games like DOS games, but not DOS! Argh, this is very hard to explain. I had a bit of trouble trying to learn with QBASIC, some things I just did not get. I want a language that can produce good, clean graphics, and is very easy to use. Would something like Delphi qualify? I have know idea...
: :
: : If you know what I am talking about, any suggestions?
: :
well yes BASIC is the easiest language.

but if you are looking for a language specifically designed for making games of clean quality, you might want to consider DarkBASIC. I used it fora while and if you can't handle pro-coding everything in other languages then this is for you.

head to http://www.darkbasic.co.uk/ to check it out. look in the showcase for what some games other people have made.
hope this helps

~PlystirE~




 

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.