Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/abrenaut/posio

A multiplayer geography game using Websockets
https://github.com/abrenaut/posio

Last synced: about 2 months ago
JSON representation

A multiplayer geography game using Websockets

Lists

README

        

# Posio

A multiplayer geography game using Websockets.

Visit [https://posio.abrenaut.com/](https://posio.abrenaut.com/) for a live demo.

![Screenshot](screenshot.png)

## Quick start

1. Create a new [virtual environment](https://docs.python.org/3/library/venv.html) and activate it

```
python -m venv .venv
source .venv/bin/activate
```

2. Install dependencies

```
pip install -r requirements.txt
```

3. Run the application

```
flask --app posio run
```

4. Open the following URL in your browser: [http://127.0.0.1:5000](http://127.0.0.1:5000)

## License

This project is under [MIT license](LICENSE).