2025-11-16 10:05:02 +01:00
2025-10-05 19:24:42 +02:00
2025-11-16 10:05:02 +01:00
2025-11-11 18:02:48 +01:00
2025-06-01 17:14:35 +02:00
2025-11-14 16:47:01 +01:00
2025-11-16 10:05:02 +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
Description
No description provided
Readme 9.9 MiB
Languages
Python 34.6%
JavaScript 30.9%
CSS 26.4%
HTML 8.1%