End of Day 2 – Instruction Generation Complete

Day2 Screenshot

The basic idea of the game is that you must built the Tower of Babel, while being given instructions in several different languages. I have implemented instruction generation in six of the seven most widely spoken languages in the world: English, Chinese, Hindi, Spanish, French and Bengali. I had to exclude Arabic because it is written right-to-left, and Pygame can't handle it. So far the fonts have bloated the game to about 200 MB, but I should be able to delete the vast majority of them. I think this game might be a nightmare for any die-hard Python 2 fans who still try to port games instead of installing Python 3. 331 lines of code done, a few hundred to go!