Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - abrenaut/posio: A multiplayer geography game using Websockets

A multiplayer geography game using Websockets. Contribute to abrenaut/posio development by creating an account on GitHub.

Visit SiteGitHub - abrenaut/posio: A multiplayer geography game using Websockets

GitHub - abrenaut/posio: A multiplayer geography game using Websockets

A multiplayer geography game using Websockets. Contribute to abrenaut/posio development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

Posio

A multiplayer geography game built using:

Visit https://posio.abrenaut.com/ for a live demo.

Cities game screenshot

Quick start

With Docker

  1. Initialize the database
docker-compose run web manage.py migrate
docker-compose run web manage.py createcitiesgame
docker-compose run web manage.py createflagsgame
  1. Start the application
docker-compose up
  1. Open the following URL in your web browser: http://127.0.0.1:8000

Without Docker

  1. Follow the GeoDjango documentation to install the application dependencies in your environment using Spatialite as the Spatial Database
  2. Install Redis
  3. Create a virtual environment and install the Python dependencies (tested with Python 3.12)
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Initialize the database
mkdir -p db
./manage.py migrate
./manage.py createcitiesgame
./manage.py createflagsgame
  1. Start the application
./manage.py runserver
  1. Open the following URL in your web browser: http://127.0.0.1:8000

License

This project is under MIT license.

More screenshots

Flags game screenshot

Open Source Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.