/ReactPy-TicTacToe

A TictacToe game built with ReactPy.

Primary LanguagePythonMIT LicenseMIT

ReactPy-TicTacToe

A TictacToe game built with ReactPy and Bootstrap 5.

image

image

A. Setup

Be sure to install Python version 3.9 and above.

  1. Clone the repository from command line.
git clone https://github.com/fsmosca/ReactPy-TicTacToe.git
  1. cd to to ReactPy-TicTacToe folder

  2. Install the modules in requirements.txt

pip install -r requirements.txt
  1. Run the app
uvicorn tictactoe:app

This code is linked from my article in blogspot.

B. Credits