P
WolfLink
My theory with a lot of these games that “released badly and then come back” is everyone who disliked the game stopped playing and everyone who liked it kept playing so the crowd playing years later had a positive opinion of it through self selection more than anything the devs did.
I personally liked both Cyberpunk 2077 and No Man’s Sky on release, and while they are better now, I don’t see the night-and-day difference the internet would make you think happened.
Game looks neat but do the devs know what “mirth” means? Weird title.
The reason you do stuff in a venv is to isolate that environment from other python projects on your system, so one Python project doesn’t break another. I use Docker for similar reasons for a lot of non-Python projects.
A lot of Python projects involve specific versions of libraries, because things break. I’ve had similar issues with non-Python projects. I’m not sure I’d say Python is particularly worse about it.
There are tools in place that can make the sharing of Python projects incredibly easy and portable and consistent, but I only ever see the best maintained projects using them unfortunately.
“Anti-pornography” specifically means “anti-LGBT” to them.
I sometimes use VPN software like LogMeInHamachi or Tailscale to play Minecraft multiplayer with friends over the internet.
Basically it makes your computers act as if they are on the same LAN. It should work for playing any game with LAN multiplayer support over the internet.
The 3D Prince of Persia games were Ubisoft
Having lived on both coasts, I think the “kind but not nice” thing is something people who are actually neither say to feel better about themselves.
10% of the earths mass
What is the “executable” in this context? I’m kinda confused as to what you are looking for.
What’s wrong with parsing the input files at runtime? Is it performance? Do you want one file to load instead of multiple?
Many have suggested pickle, which is kinda what you are asking for, but on some level it’s not much different from parsing the input files. Also, depending on your code, you may have to write custom serialization code as part of getting pickle to work.
Note that pretty much every modern game is a bundle of often multiple pieces of executable code alongside a whole bunch of separate assets.
It’s 100% a software limitation and you absolutely can screen capture and OCR it.