Product Promotion
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
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:
- Django (GeoDjango) and the Django Channels library
- HTMX
- Leaflet
Visit https://posio.abrenaut.com/ for a live demo.
Quick start
With Docker
- Initialize the database
docker-compose run web manage.py migrate
docker-compose run web manage.py createcitiesgame
docker-compose run web manage.py createflagsgame
- Start the application
docker-compose up
- Open the following URL in your web browser: http://127.0.0.1:8000
Without Docker
- Follow the GeoDjango documentation to install the application dependencies in your environment using Spatialite as the Spatial Database
- Install Redis
- 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
- Initialize the database
mkdir -p db
./manage.py migrate
./manage.py createcitiesgame
./manage.py createflagsgame
- Start the application
./manage.py runserver
- Open the following URL in your web browser: http://127.0.0.1:8000
License
This project is under MIT license.
More screenshots
Open Source Resources
are all listed below.
GitHub - adminerevo/adminerevo: Database management in a single PHP file
resource
~/github.com
resource
GitHub - codidact/qpixel: Q&A-based community knowledge-sharing software
resource
~/github.com
resource
GitHub - limbas/limbas: Powerful database framework that fits your needs
resource
~/github.com
resource
The Cloud-native and API-first PHP eCommerce Framework for #gigacommerce
resource
~/aimeos.org
resource
GitHub - salesagility/SuiteCRM: SuiteCRM - Open source CRM for the world
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.