Draw and guess the words game. Create your own room and play with your friends.
- Open the command line and clone the project to your local
git clone https://github.com/nurettinabaci/PaintPal.git
- Go to project folder and create a Docker image
docker build --tag drawing.game:latest .
- Run a container from image
docker run --publish 8000:8000 --detach --name paintpal drawing.game:latest
docker-compose up
You're ready to go!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Don't forget to update requirements.txt
file.
MIT License