IMPORTANT: Update the FILE_PATH variable in settings.py to the file path that the game is downloaded to. This can be found through opening the game in VSCode and typing 'pwd' in the terminal, then copying that path to the FILE_PATH variable.
Traveling Tetris is meant to be a spin on the TETRIS game implemented in Pygame by Net Ninja
We followed his tutorial to understand and recreate the TETRIS game using Pygame, then added aesthetic and quality of life changes to make the game a smoother experience and allow you to travel the world as you clear the lines of each level! Hope you have fun!
Submitted for UVA's Women in Computing Sciences Hack The Map Hackathon