Installation (Linux) - PCTO-OneTwoCode/src GitHub Wiki

Installation:

Dependency

Using setup (Linux):

  • install git: sudo pacman -S git sudo apt install git
  • clone repository: git clone https://github.com/PCTO-OneTwoCode/src.git
  • enter cloned directory: cd src/
  • give permissions to the setup: chmod +x setup.sh
  • run setup with sudo permissions: sudo setup.sh

https://asciinema.org/a/397436

Manual install (Debian-based):

  • update packages: sudo apt update
  • install git: sudo apt install git
  • install python 3: sudo apt install python3
  • install pip: sudo apt install python3-pip
  • install python dependencys: sudo pip install -r requirements.txt

Manual install (Arch-based):

  • update packages: sudo pacmam -Syyuu
  • install git: sudo pacman -S git
  • install python 3: sudo pacman -S python3
  • install pip: sudo pacman -S python-pip
  • install python dependencys: sudo pip install -r requirements.txt

Run game:

  • cd into the folder cd src/
  • run main.py python main.py
  • You can change some value from the config.py file
⚠️ **GitHub.com Fallback** ⚠️