zDevelopers / DrawesomeNinja

✏️ Online pictionary made damn simple

Home Page:https://drawesome.ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrawesomeNinja License: CeCILL v2.1

DrawesomeNinja aims to offer an online draw-and-guess game (like Pictionary) as simple, beautiful and straighforward as possible, without neither Flash, Silverlight…, nor any required account.

It uses Python 3.6+, Django 1.11, and Django-Channels for websockets support.

Currently in development.

Development installation

Clone this repository into a directory and cd into it. Then, with Python 3.6 installed on the system:

# Install Pipenv
$ pip install --user pipenv

# Install all the project's dependencies
# This will also create the virtualenv for the project
$ pipenv install --dev

# Enter the virtualenv
$ pipenv shell

# Run migrations to build the database schema
$ python manage.py migrate

# Start Django/Channels' development server
$ python manage.py runserver

You can check out the Pipenv documentation for more details.

Production deployment

See Django-Channels' deployment documentation.

About

✏️ Online pictionary made damn simple

https://drawesome.ninja

License:CeCILL Free Software License Agreement v2.1


Languages

Language:Python 81.5%Language:JavaScript 9.9%Language:HTML 8.6%