hanyuone / Ways-to-NOT-make-money

A basic Python (2.x/3.x) incremental game.
8 stars 3 forks source link

Updated game.py to V0.6.1 #23

Closed hanyuone closed 8 years ago

hanyuone commented 8 years ago

Needs to be fixed!!!

hanyuone commented 8 years ago

This game still isn't complete yet, as it can't run. qlstudio, can you manage to get it to run (without putting the variables inside a function)?

ghost commented 8 years ago

I get this error when I run it:

Traceback (most recent call last):
  File "C:/Python27/Ways-to-NOT-make-money-master/game.py", line 1135, in <module>
    upgcheck1h1 = int(g2[9])
NameError: global name 'g2' is not defined
ghost commented 8 years ago

OK, sure, I can merge it, but I don't want it to be confused with the 0.6.2. If we are sure that the game is working, I can delete the 0.6.2 game.py and replace it with the 0.6.1 (newer) game.py...

ghost commented 8 years ago

The new merged game is game061-pending, the old game is game062