Unix/Linux Command Line
$ pip3 install virtualenv
$ virtualenv venv
$ source venv/bin/active
(venv) $ pip install -r requirements.txt
(venv) $ python python/app.py
You can also use godot for modifier the UI
- write documents
- setup checkmate warning in game
- setup last move of any team
- setup tracking move for undo
- update more zero-sum game for this one
- using cloud function for develop
Author: Son Luu