Game Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesGame Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old October 11th, 2007, 06:55 AM
joejoe79sa1 joejoe79sa1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 34 joejoe79sa1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 h 5 m 2 sec
Reputation Power: 1
Start Game Dev

Gday all

I'm very interested in Game development. I have been working in Delphi and some VB for a few years. Just your everyday Database(MSSQL/Interbase etc) and standalone apps. Some Web apps. I really want to move into game development but not to sure where to start. I have been playing with Game maker 7 and reading here and there about OpenGL etc. Any ideas for me? Should i move to C++ preferably Or any other languages i can Go for like c#??

Thanks!!
J

Reply With Quote
  #2  
Old October 11th, 2007, 11:24 AM
MrFujin's Avatar
MrFujin MrFujin is offline
Lord of the Dance
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2003
Posts: 1,210 MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level)MrFujin User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 1 Month 5 Days 5 h 18 m 23 sec
Reputation Power: 316
you should first decide what kind of game you want to make.

some of the first questions to answer could be:
is it a web/browser based game?
should the game be OS independent?
is it a single or multiplayer game?

Reply With Quote
  #3  
Old October 11th, 2007, 01:20 PM
gimp's Avatar
gimp gimp is offline
<?PHP user_title("gimp"); ?>
Click here for more information.
 
Join Date: Jan 2005
Location: Internet
Posts: 5,809 gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)gimp User rank is General 8th Grade (Above 100000 Reputation Level)  Folding Points: 1555 Folding Title: Novice Folder
Time spent in forums: 2 Months 2 Weeks 4 Days 5 h 2 m 16 sec
Reputation Power: 1484
Send a message via AIM to gimp
Here's the standard advice:

Learn a language so well that you don't have to ask for broad advice. Only then can you even possibly be ready.

In other words, if you like C++, learn C++ so well that if you want to make a game and you know approximately what it's going to be like your posts will be asking "Hey, here's some code and for some reason it's giving me a wrong value, what's up?" instead of "Hey, want to tell me how I can go about making a game?"
__________________
A work in progress: Card Game Platform (Status: Hard Drive Crash deleted project, rewrite planned) | Joke Thread
“Rational thinkers deplore the excesses of democracy; it abuses the individual and elevates the mob. The death of Socrates was
its finest fruit.”

Reply With Quote
  #4  
Old October 11th, 2007, 04:22 PM
0CIRCLE0 0CIRCLE0 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2007
Posts: 59 0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level)0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level)0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level)0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level)0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level)0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level)0CIRCLE0 User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 18 h 48 m 59 sec
Reputation Power: 84
I use C and program with Allegro.
If your looking for an easy place to start that would be my recommendation.

A book on the topic that can be found in the US at Barns & Noble or a like book store is Game Programming All In One: 3rd Edition It is what got me started and gives you some of the basics on how the library works.

Download my game here that will give you a taste of what you can do with the library.

If this is the way you decide to go you can look at this manual and it will give you a lot more ideas on what it can do.

Reply With Quote
  #5  
Old November 13th, 2007, 07:27 AM
tickled_pink tickled_pink is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 101 tickled_pink User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 26 m 57 sec
Reputation Power: 5
I also used to use Allegro and C, but that was some years ago. If you already have some experience with C or C++ then Allegro is recommended.

If you want a relatively easy and inexpensive introduction to games development, with virtually zero set-up time and the headaches that can cause (why I simply WON'T use Java unless I really have to) then I would recommend C# and XNA. Both C# Express and XNA are free to download.

Once you've got into that, you can then go one step higher and try Managed DirectX with C#. If you can get hold of Visual Studio and are itching to develop games that you might be able to make money out of (no reason why you can't do that with developing Windows casual games with XNA) then Windows Mobile might be another way forward ... again, using C# and Managed DirectX.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesGame Development > Start Game Dev


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway