Game programming...
Re:Game programming...
Maybe I can get a few more smileys for this one, too, but try standing on the shoulders of giants. It's too much work for unpaid developers to go straight for the jugular with C. I approve of C, and its style, implementation, etc. But if I really need to get some work done, I work with scripting languages and SDKs. It's just faster that way. I've recently become very interested in Python because it is a scripting language that has native support for extensions in multiple different languages, optional OOP, etc.
Re:Game programming...
Use what you're most comfortable with, whether it be C, C++, Pascal, etc. I do suggest though, using graphic libs, sound libs and any other libs you might find that suit the type of game you're making. That way, you can get right into it! I've made the mistake over the years of spending too much time making tools/libs, not enough games, hehe.
My favorite game dev site, is naturally, http://www.gamedev.net
If you want to make a platform, tile based, isometric, 3D, or any other type of game, that's the first place you should look!
My favorite game dev site, is naturally, http://www.gamedev.net
If you want to make a platform, tile based, isometric, 3D, or any other type of game, that's the first place you should look!
Re:Game programming...
take this advice from someone who wanted to make a game right away too. learn the language first, and dont rush into things. fool around with other games source code. like i am editing wolfenstein 3d, and i am learning while i am editing it. so take it slow, and when you think you are ready, start working on it.
-
- Member
- Posts: 1600
- Joined: Wed Oct 18, 2006 11:59 am
- Location: Vienna/Austria
- Contact:
Re:Game programming...
to be wise or not to be wise this is the question here ... asked eero, mounted his gelding, took the reins and kicked the horse into a fierce canter ...
there aint be no sense in askin' that me thinks, but couldna give proper answer anyway, so i'd better shut my trap and give way. *gg*
as for game programming...
No, I lack this experience. But in relation to projects - Several months ago I tried to "reverse engineer" a Gimp Print driver for the lexmark 3200 from the existing Ghostscript driver. Well, since my only device for testing, my old lexmark 3200 started making crap sounds, I stopped development for some things aren't possible with damaged equipment. This my private project crapped out due to lack of cooperation from a side not to be named here.
there aint be no sense in askin' that me thinks, but couldna give proper answer anyway, so i'd better shut my trap and give way. *gg*
as for game programming...
No, I lack this experience. But in relation to projects - Several months ago I tried to "reverse engineer" a Gimp Print driver for the lexmark 3200 from the existing Ghostscript driver. Well, since my only device for testing, my old lexmark 3200 started making crap sounds, I stopped development for some things aren't possible with damaged equipment. This my private project crapped out due to lack of cooperation from a side not to be named here.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
BlueillusionOS iso image
Re:Game programming...
Well im gonna start diggin' around on www.gamedev.com right away.. and start looking for some old games source codes that are out there to play around with than in the future start looking to program my own little thing and see what it comes up to I will keep ya'll updated... Thanks for all the advice
Re:Game programming...
You might also want to check out some old progs like "Klik & Play". I used that about eight years ago and it was very fast, easy and fun, and could make some pretty decent games. It's for Windows too! (ah... good 'ol Windows 3.x, the first decent Windows)