Aris is a cross-platform, ASCII-styled Tetris clone made in Python for Windows and Linux.
Before setting up the application, make sure Python 3 is installed on your machine.
- Clone the repository to your preferred location.
- Navigate to the
/release/arisdirectory. - Run
pip install -e .or without-eflag to install a non editable script.
NOTE: If during script installation you have received aPATHenvironmental variable warning, it is recommended to add the prompted path to the aforementioned variable to enable script execution from any directory. -
- If
PATHvariable is not set, navigate to the prompted directory and typearisto run the game. - If
PATHvariable is set, typearisin the terminal of your choice and play!
- If
Alternatively, you can run the game using Python without the need to install it:
- Navigate to the
/release/aris/aris_packorsrcdirectory. - Run
Python3 .\aris.pyon Windows orPython3 aris.pyon Linux.
To uninstall the game run pip uninstall aris from your terminal.
Inspired by:
