YakovL / DarkChess

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

Home Page:https://yakovlitvin.pro/darkchess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://yakovlitvin.pro/darkchess


Languages

Language:Python 65.8%Language:TypeScript 30.1%Language:CSS 2.9%Language:JavaScript 0.7%Language:HTML 0.6%