hanyuone / Ways-to-NOT-make-money

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

Py2 and Py3 diverged. #94

Closed ghost closed 8 years ago

ghost commented 8 years ago

After @joshgit merged his pull request into master/py3, we can obviously see Python 2 and Python 3 are headed different directions.

joshgit commented 8 years ago

It should be easy enough to make the same changes in the py2 version.

ghost commented 8 years ago

Yeah, but then Py2 will still be ahead of Py3.

ghost commented 8 years ago

Fine, do YOU want to do it???

ghost commented 8 years ago

Never mind, only... @DerpfacePython 0.7.2 got reverted in the process.

hanyuone commented 8 years ago

Wait what???

It's fine, as long as:

  1. It's similar enough (which it is)
  2. They both work the same way (i.e. the GUI is the same).
ghost commented 8 years ago

Just re-implement 0.7.2.

hanyuone commented 8 years ago

What do you mean?

joshgit commented 8 years ago

They should be identical with my latest pull request.