https://github.com/m0rningdawning/aris
Aris is a cross-platform, ASCII-styled Tetris clone made in Python for Windows and Linux.
https://github.com/m0rningdawning/aris
ascii game python tetris
Last synced: about 2 months ago
JSON representation
Aris is a cross-platform, ASCII-styled Tetris clone made in Python for Windows and Linux.
- Host: GitHub
- URL: https://github.com/m0rningdawning/aris
- Owner: m0rningdawning
- License: mit
- Created: 2022-07-24T10:13:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T14:20:50.000Z (over 1 year ago)
- Last Synced: 2025-02-09T05:39:11.942Z (4 months ago)
- Topics: ascii, game, python, tetris
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aris
Aris is a cross-platform, ASCII-styled Tetris clone made in Python for Windows and Linux.



[](https://opensource.org/licenses/MIT)## Setup
Before setting up the application, make sure ```Python 3``` is installed on your machine.
1. Clone the repository to your preferred location.
2. Navigate to the ```/release/aris``` directory.
3. Run ```pip install -e .``` or without ```-e``` flag to install a non editable script.
**_NOTE:_** If during script installation you have received a ```PATH``` environmental variable warning, it is recommended to add the prompted path to the aforementioned variable to enable script execution from any directory.
4. - If ```PATH``` variable is **_not_** set, navigate to the prompted directory and type ```aris``` to run the game.
- If ```PATH``` variable is set, type ```aris``` in the terminal of your choice and play!Alternatively, you can run the game using Python without the need to install it:
1. Navigate to the ```/release/aris/aris_pack``` or ```src``` directory.
2. Run ```Python3 .\aris.py``` on Windows or ```Python3 aris.py``` on Linux.To uninstall the game run ```pip uninstall aris``` from your terminal.
## Preview

## Credits
Inspired by:
- https://tetris.com/tetris-e60/