Python in games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python in games

Hello, everyone! I have one question that quietly disturbs me. Are there any computer games where python is used and for what purposes?

14th Sep 2017, 4:28 PM
Navuhodonosor
Navuhodonosor - avatar
4 Answers
+ 1
Eve Online mmorpg about space
14th Sep 2017, 4:36 PM
Navuhodonosor
Navuhodonosor - avatar
+ 1
A lot of visual novels are Made with Python
14th Sep 2017, 5:14 PM
Sebastian Kawa
Sebastian Kawa - avatar
+ 1
the famous Angry Birds (in Python) https://github.com/estevaofon/angry-birds-python (does not work at SL, could try at your home computer)
14th Sep 2017, 8:00 PM
yuri
+ 1
Civilization IV (and maybe others in the series, not sure) used Python for scripting events in custom scenarios. I'm pretty sure there are numerous examples out there of this sort, where the game engine and core internals are written in C but there are hooks that allow various aspects of the game to be modified with Python scripting.
14th Sep 2017, 9:53 PM
Erik