Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.31 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.31 KB

pyws-chess

A simple online chess game via websockets.

Live Demo:

https://chess.olzhasar.com

Preview

Technologies

Features

  • Real-time chess game
  • Client and server-side move validation
  • Automatic matchmaking

Limitations

  • Reconnection is not supported

Running locally

Docker

docker build -t pyws-chess .
docker run -p 8000:8000 pyws-chess

Local installation

Pre-requisites

  • uv
  • Python 3.11+
cd src
uv run uvicorn app.main:app

The server will be running on http://localhost:8000.

License

MIT