/DarkChess

Not a finished product yet, rather a repo to show off some Python (and later – React)

Primary LanguagePython

Dark Chess by Yakov Litvin

Installation

Tested on Python 3.9 (may be some earlier versions are compatible).

  1. clone and cd inside the project directory;
  2. install dependencies pip install -r requirements.txt;
  3. create venv, like python -m venv dark_chess_venv;
  4. ...

Development

  1. activate venv (like .\dark_chess_venv\Scripts\activate)
  2. start ptw and prefer TDD
  3. use flask run --debug to run server in the watch code mode