Help- desiging game

Reply

Join Date: May 2009
Posts: 1
Reputation: karisegraves is an unknown quantity at this point 
Solved Threads: 0
karisegraves karisegraves is offline Offline
Newbie Poster

Help- desiging game

 
0
  #1
May 18th, 2009
I want to design a game. I know how to write in html, so I'm hoping I can do games also. Either in flash or not flash. I want to make a puzzle or word game.

I just don't know where to start?

Any advice would be super! I'd really love to make a learning game for kids...

Thanks in advance !
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 7
Reputation: SlayingSoul is an unknown quantity at this point 
Solved Threads: 0
SlayingSoul SlayingSoul is offline Offline
Newbie Poster

Re: Help- desiging game

 
0
  #2
May 19th, 2009
HTML won't get you very far if you're trying to develop games. HTML is primarily a tool for web development more so than game/software development, although it -can- be possible to make small text-based games in the browser, if your audience are 'kids', as you say, this sort of thing is unlikely to interest them for longer than a few minutes.

The same sort of thing applies for Flash. True, it can be useful for making browser-based games with some fairly good features and gameplay tacts, but the end result is, although good, rarely standalone as they require flash player to be installed on the recipient's computer.

I suggest you learn a more powerful language for coding a game with the capability to make fully stand-alone executables like C++ or a coding language created primarily for the purpose of what you are intending to do -- creating games, such as DarkBASIC Professional.

SS
Last edited by SlayingSoul; May 19th, 2009 at 6:28 am.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 489
Reputation: shadwickman will become famous soon enough shadwickman will become famous soon enough 
Solved Threads: 76
shadwickman's Avatar
shadwickman shadwickman is offline Offline
Posting Pro in Training

Re: Help- desiging game

 
0
  #3
Jun 24th, 2009
Yeah, HTML can't do anything like that on its own, it's just a mark-up language. If you want to develop text-based games first, and have no prior programming experience, I'd suggest Python. The syntax is simple and understandable. The one thing is that the recipient's computer needs Python installed on it to run the scripts (it comes pre-installed on most Linux distros), unless you use the py2exe module to make an executable.
C or C++ is another good bet, but the syntax I find harder for beginners to get into. This is what I'd choose for 2D or 3D development, or some Windows applications.
Last edited by shadwickman; Jun 24th, 2009 at 5:46 am.
"Two good old boys in a fire-apple red convertible. Stoned. Ripped. Twisted. Good people."
- Hunter S. Thompson

my photography
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Game Development Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC