favorite game development tools

minipost Posted: Submitted by indiejones on Fri, 2007-05-18 13:56.
Posts: 1
Newbie

I have looked at some of the tools available for indie game developers, and I am trying to find the best match for starting game development. I have done some simple game demos with Flash, but I am kind of curious about where to go next.

I am curious to know about what kind of game development tools people have used for developing their games on Manifesto, do you have any favorite game development tool?

 
Profile
login or register to post comments
minipost Posted: Mon, 2007-05-21 15:58
Posts: 1324
Angre?y

Most serious game development is still done in C++. However, some things people have used successfully include:

Shockwave
Dark Basic

and for games of particular types:
RPG Maker
Adventure Game Studio

 
Profile
login or register to post comments
minipost Posted: Thu, 2007-07-19 16:45
Posts: 2
Newbie

For the dev that doesn't want to spend any money on tools...

There's the PopCap Games Framework. It's free, intended to help devs in the indie and casual games market. It works with MS Visual C++ 2005 Express (also free!). Free registration is required and you do not have to publish through PopCap. Go here for more info.

The source is heavily commented, and is essentially the documentation as well. You need to know C++.

 
Profile
login or register to post comments