Skip to content

It's a python based Tetris Game - works well with Mac Apple Silicon (M Series Chips) built with the help of AI

Notifications You must be signed in to change notification settings

itsitgroup/TetrisForMac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TETRIS FOR MAC WITH APPLE SILICON

INSTALLATION INSTRUCTIONS:

  1. Drag the "TetrisForMac" folder to your Applications folder or any location you prefer

  2. Open Terminal and cd to the Tetris folder

  3. Activate your virtual env or create one (Python 3.12 recommended)

  4. Run

    pip install -r requirements.txt
  5. 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!

About

It's a python based Tetris Game - works well with Mac Apple Silicon (M Series Chips) built with the help of AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published