๐ Mines Gaming ๐
A simple mines game, but a little bit different.
- You must accumulate points.
- Be careful with greed in each match.
- When clicking on a bomb, the points earned will be removed and you will still lose the same amount of the match.
-
Poetry (without docker)
poetry install poetry run gunicorn app:app -k gevent
-
Docker
From public registry:
docker run -p 8000:8000 d3cryptofc/mines:1.0.0
Build the image yourself (advanced users):
docker build -t d3cryptofc/mines . docker run -p 8000:8000 d3cryptofc/mines