Skip to content

m0rningdawning/aris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aris

Aris is a cross-platform, ASCII-styled Tetris clone made in Python for Windows and Linux.

GitHub language count GitHub top language GitHub last commit License: 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.
    • 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

image

Credits

Inspired by:

About

Aris is a cross-platform, ASCII-styled Tetris clone made in Python for Windows and Linux.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages