Transcriptase / Game

A simple text adventure to help me learn Python
71 stars 53 forks source link

how to play? #5

Open dorlolo opened 6 years ago

dorlolo commented 6 years ago

witch one file I should click to play

ghost commented 6 years ago

You have to compile it with a compiler that supports python. Those files are the actual code

illusionist-osmin commented 6 years ago

First, you must change from print "" to print(""). Second, fix the import error. Last, open your cmd on it's file. and, if your computer has python environment variable, type in setup.py and press enter. Well, i think if you want to play game, you must remake all.

ricardj commented 5 years ago

First, you must change from print "" to print(""). Second, fix the import error. Last, open your cmd on it's file. and, if your computer has python environment variable, type in setup.py and press enter. Well, i think if you want to play game, you must remake all.

Probably I'ts written in Python 2.x. That's why the print is failing if you're using Python 3.x.

ricardj commented 5 years ago

Hey, would be nice that the game would work for Python 3.x.

Zedwill96 commented 3 years ago

im going to create a fork and make the game playable with py3

Zedwill96 commented 3 years ago

someone has already done it, but the master branch isnt merging