INSTALLATION INSTRUCTIONS:
-
Drag the "TetrisForMac" folder to your Applications folder or any location you prefer
-
Open Terminal and cd to the Tetris folder
-
Activate your virtual env or create one (Python 3.12 recommended)
-
Run
pip install -r requirements.txt
-
Run
./launch_tetris.command
REQUIREMENTS:
- macOS 11.0 (Big Sur) or later
- Python 3 (will be checked and prompt you if not installed)
- Pygame (will be automatically installed if needed)
TROUBLESHOOTING:
- If the game doesn't start, open Terminal and run: python3 /path/to/TetrisForMac/main_optimized.py
- Check the README.md file inside the TetrisForMac folder for more detailed information
Enjoy the game!