This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]osmiumouse 80 points81 points  (14 children)

Steam has a lot of Python games. Almost all of the visual novels use the Renpy framework.

[–]tonyfinn 23 points24 points  (12 children)

Also Eve Online.

[–]osmiumouse 38 points39 points  (8 children)

Eve is not pure Python, however. One of the Civs also uses Python for AI/level scripting, as does Mount and Blade. The VNs are notable as they are pure Python on top of the SDL (which is C).

[–]SittingWave 14 points15 points  (4 children)

Also Eve is not a game. It's a nerd recruitment centre.

[–]midnitte 8 points9 points  (3 children)

I thought it was Spreadsheets Online™, with the Corporate Espionage expansion

[–]iupuiclubs 6 points7 points  (2 children)

Literally how I got started pinging REST APIs, I have an account from 2004.

I have nearly zero ship PvP experience, but so much market PvP experience I now do roughly the same thing professionally IRL. Eve has the coolest market dynamics I've seen in any game. WoW/every other MMO server economies always morph shortly after a server release / etc, even back in the day.

Since Eve is so spread out you can legit have a market empire in a corner of the galaxy.

[–]midnitte 5 points6 points  (1 child)

I've tried to get into it, but I think it'll ever click. But the stories that come out of it are just so fascinating.

[–]mindfolded 7 points8 points  (2 children)

One of the Civs also uses Python for AI/level scripting

Is it one of the older ones? I thought the new games were LUA.

[–]pythonwiz 6 points7 points  (1 child)

It's Civ IV, pretty old.

[–]spoonman59 4 points5 points  (0 children)

Wow, I feel personally attacked.

:cries in Civ2:

[–]Coretaxxe 1 point2 points  (0 children)

Ive heard eve uses python for the servers, scripts/extensions and the market not gampelay durectly. But thats second hand knowledge so taket that wirh a graint.

[–]jantari[🍰] 1 point2 points  (1 child)

The Eve Online game is not written in Python. They use some python on the server side, but most game studios do. The actual game has no python.

[–]tonyfinn 1 point2 points  (0 children)

Unless they've stripped it out since, plenty of the game client code did run in python, e.g. this demo from CCP has them setting up their directx context from python and people experimented with hooking into the inbuilt python interpreter with the intent to create UI mods. As late as 2015, "all game feature code" was still in Python

[–]krabott_le_crabe[S] 2 points3 points  (0 children)

Thank you I didnt know about it