small improvements
This commit is contained in:
26
README.md
26
README.md
@ -1,2 +1,28 @@
|
||||
# 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:
|
||||
```bash
|
||||
git clone https://the-cake-is-a-lie.net/gitea/jonas/multiplayer_crosswords.git
|
||||
cd multiplayer_crosswords
|
||||
```
|
||||
|
||||
2. Install this repository as a package:
|
||||
```bash
|
||||
pip install .
|
||||
```
|
||||
|
||||
## start the server
|
||||
|
||||
```bash
|
||||
python -m multiplayer_crosswords.server.main
|
||||
```
|
||||
|
||||
## start the webui
|
||||
|
||||
```bash
|
||||
python -m multiplayer_crosswords.server.serve_frontend
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user