0

Game dev

Is Python a good language for creating games? I'm confused about which language to choose.

5th Sep 2025, 2:11 PM
Pedro Cardoso Oliveira
Pedro Cardoso Oliveira - avatar
4 Réponses
+ 2
Hi, What platform do you plan to create games on? web app, mobile devices, desktop (windows, macOs)? python is used in game development, but limited application
5th Sep 2025, 2:24 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Python and Game dev. Frameworks and libraries: - Ren'Py(2D) - Panda3D - Arcade - Cocos2D - Harfang3D - PyOgre PyGame: Is a wrapper module for the SDL media library. Simple DirectMedia Layer is a cross-platform development library that provides low-level access to: * audio; * keyboard; * mice; * joystick; * graphics hardware via OpenGL and Direct3D. PyGame is portable and runs on almost all platforms and operating systems. Although PyGame is primarily a game engine, it will do just fine for playing mp3 files from Python scripts. Docs: https://devdocs.io/pygame/ https://realpython.com/pygame-a-primer/ Where Python is used in game development: - in-game modding, - server controls, - internal game logic, - writing scripts to ensure the modularity of the game.  Python is mainly used for writing scripts — such as character interactions, launching scenes, and event handling.
5th Sep 2025, 2:28 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Hello, I'm creating game on Windows but I intend to post it on all platforms using file transfer.
5th Sep 2025, 9:41 PM
Pedro Cardoso Oliveira
Pedro Cardoso Oliveira - avatar