PDA

View Full Version : how do you make a game on ubuntu??



hollyn
April 1st, 2008, 12:08 AM
How do you make a game on Ubuntu and what kind of scripting would you want to use??:confused:

LaRoza
April 1st, 2008, 12:20 AM
That is very vague.

You can make console games, in any language, but I would recommend a scripting language for that,

You can make 2d games, Python and PyGame would be good, but one can use any language with OpenGL or SDL or an existing engine.

You can make 3d games, OpenGL and an engine would be the best bets here.

See the sticky, there is a good thread on making games.

WW
April 1st, 2008, 03:54 AM
There is an example discussed here (http://ubuntuforums.org/showthread.php?t=740604).