Ubuntu – simple “Hello World” for making games

application-developmentgames

Does anyone know of a simple "Hello World" for making games for ubuntu? I've seen the Getting Started with Quickly video.

Any examples for platformers or something like that?

EDIT:
Just a recap of the answers.

Blender Game engine — Uses python

Pygame — Python

MonoGame http://monogame.codeplex.com/ — some sort of XNA ?

QuakeC — This a Quake flavored C like lang. See: Steel Storm http://one.steel-storm.com/

Best Answer

Blender can make a 3D Game with Python: http://www.blender.org/features-gallery/features/

Is posible to make a simple hello world game there, its fully integrated with Sound, Physics simulation, GLSL, plugins for a lot of things (Networking and Web plugin included), good and professional workflow.

3D Platformer: http://www.youtube.com/watch?v=BGqyvX4P6Pg

Features Demo: http://www.youtube.com/watch?v=SjFGDcGcEjE

Panda3D its cool, but its not a Game Engine, its a bunch of Python Library where you can assemble a Game Engine, but its not fully and seamless integrated.

Ogre3D its like the same, its not a Game Engine, its just a 3D Graphics engine, where you can assemble a Game Engine, you have to code your own Sound for example.