start api:
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
To build and run tictactoe3, make sure the following dependencies are installed:
- C compiler with C11 support (e.g.,
gcc,clang) - CMake >= 3.10
- SDL2
- SDL2_mixer
- SDL2_image
- libcurl
- cJSON
pkg-config
brew install sdl2 sdl2_mixer sdl2_image curl cjson pkg-config