How to install

Installation of this game is very simple. Just download game from GitHub repository or you can install game thorough pip. Game is located at testing pip server.

Git install

  1. Clone repository from source: git clone git@github.com:Wilson194/Angry-tux.git
  2. Change directory to package: cd Angry-tux
  3. Create virtual environment for game: python -m venv __venv__
  4. Activate virtual environment: . __venv__/bin/activate
  5. Install game: python setup.py install

Pip install

  1. Create virtual environment for the game: python -m venv __venv__
  2. Activate virtual environment: . __venv__/bin/activate
  3. Install game from pip: pip install Agry-tux

Congratulation you have installed the game so you can play. Enjoy!