# TetrArcade Tetris clone made with Python and Arcade graphic library ## Requirements [Python](https://www.python.org/) ## Install ```shell python -m pip install --user arcade git clone https://git.malingrey.fr/adrien/TetrArcade.git ``` ## Play ```shell cd TetrArcade python tetrarcade.py ```