Transcriptase / Game

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

Migration from Python2 to Python3 completed. #8

Open ricardj opened 5 years ago

ricardj commented 5 years ago

I've used 2to3 module to do the migration and play the game in my computer.

There were some problems reading the csv so I changed the reading of those files from "rb" mode to just "r" mode.

I really liked the game! (I never played one of this type before).

It would be awesome to update the README with better markdown and game instructions (or a small game presentation).

seba-campo commented 1 year ago

Hi, it's sad that this was never merged :/ Thanks for the migration :) imagen