2026-02-01 20:54:37 +01:00
2026-02-01 19:28:25 +01:00
2026-02-01 20:53:19 +01:00
2026-02-01 19:28:25 +01:00
2026-02-01 20:54:37 +01:00
2026-01-11 17:27:05 +01:00

multiplayer_crosswords

This project is a web-based multiplayer crossword puzzle game that allows multiple users to collaborate in solving crossword puzzles in real-time. It features a user-friendly interface, session management, and real-time updates to enhance the collaborative experience.

installation

  1. Clone the repository:

    git clone https://the-cake-is-a-lie.net/gitea/jonas/multiplayer_crosswords.git
    cd multiplayer_crosswords
    
  2. Install this repository as a package:

    pip install .
    

start the server

python -m multiplayer_crosswords.server.main

start the webui

python -m multiplayer_crosswords.server.serve_frontend --port 8080

Then open your browser and navigate to http://localhost:8080.

Description
No description provided
Readme 19 MiB
Languages
Python 32.8%
JavaScript 26.5%
CSS 22.6%
Jupyter Notebook 11.2%
HTML 6.9%