Tried to use the Python 2.7 that came with Blender to run it and failed. It didn't work because it needs Python 3.
Guess I'll try it later.
PS: You can build binaries from Python code by using http://www.pyinstaller.org/
Viewing post in Terminal RPG jam comments
Oh come on... at least include everything (libraries and all) or have some base values in case it's missing.
Traceback (most recent call last): File "main.py", line 9, in <module> import gdax # crypto prices for game currencies lol ImportError: No module named gdax
Modified it so the price was always 1 (didn't check where it was used)
Went to Work, then Classes and got up to Manager.
That was cute and realistic, despite not being what I expected.
Thanks for playing, yeah i had some ideas of what i was going to do with this game that didnt end up panning out, that gdax library isnt even used anymore... sorry that you had to debug to get it working. This is the first time I have put out my games for other ppl to play so I need to learn more about making sure they work on every computer (not just mine).
No problem, it was easy enough to modify since it wasn't used. But of course having something that just works is better.
By the way, I was inspired by your games into making a Text Terminal Simulator for Javascript as a personal "How hard can it be?" challenge. You can find the result at https://gitlab.com/vimino/JerboaTTS