ultra-mastermind-implementa.../README.md
2025-01-07 23:05:40 +01:00

715 B

Ultra Mastermind Resolution Implementation in Python

Installation

Linux

  • git clone https://git.leizour.fr/lucien/ultra-mastermind-implementation
  • cd ultra-mastermind-implementation
  • python -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt
  • python main.py

Windows

First method

  • Follow these steps
  • Follow the Linux installation

Second method

  • git clone https://git.leizour.fr/lucien/ultra-mastermind-implementation
  • cd ultra-mastermind-implementation
  • python -m venv .venv
  • .venv/bin/activate
  • pip install -r requirements.txt
  • python main.py

Documentation

TODO