0
Game dev
Is Python a good language for creating games? I'm confused about which language to choose.
4 Antwoorden
+ 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
+ 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.
+ 1
Hi Pedro Cardoso Oliveira ,
Have a quick search through the forum, you'll find gold!
https://www.sololearn.com/discuss/241201/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/992147/?ref=app
https://www.sololearn.com/discuss/2569178/?ref=app
https://www.sololearn.com/discuss/688949/?ref=app
0
Hello, I'm creating game on Windows but I intend to post it on all platforms using file transfer.