Sunday, April 28, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 5710  / 2 Years ago, mon, september 26, 2022, 5:26:42

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/


More From » application-development

 Answers
7

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.


[#38487] Tuesday, September 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oatglori

Total Points: 313
Total Questions: 102
Total Answers: 111

Location: Guam
Member since Thu, May 18, 2023
1 Year ago
oatglori questions
;