Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suggested platform/tools for rapid game development and game prototyping [closed]

Tags:

prototype

rad

What platforms and tools should I use for rapid game development and prototyping?

Say that I have an idea for a simple game or a game mechanic that I want to try out, what are the best tools for quickly creating something playable that I can experiment with to try out the idea?

The platform does not necessarily have to be easy to learn, that is not the issue, but once learned it has to be quick to use.

like image 297
petter Avatar asked Nov 23 '08 10:11

petter


3 Answers

Flash or Game Maker for 2D games. Unity for 3D games.

like image 68
NeARAZ Avatar answered Oct 13 '22 16:10

NeARAZ


Pygame is worth a try, mainly because it is possible to use a high-level programming language like Python to structure the game.

See What do you use for game dev ?

like image 19
gimel Avatar answered Oct 13 '22 16:10

gimel


Have you investigated Microsoft's XNA platform?

  • http://msdn.microsoft.com/en-us/xna/default.aspx

  • http://www.xna.com/

  • http://creators.xna.com/en-US/

like image 18
Mitch Wheat Avatar answered Oct 13 '22 14:10

Mitch Wheat