https://github.com/mattmajestic/deathrolling-game
Death Rolling game with Flask and Docker 🎲
https://github.com/mattmajestic/deathrolling-game
deathrolling-game flask python
Last synced: 2 months ago
JSON representation
Death Rolling game with Flask and Docker 🎲
- Host: GitHub
- URL: https://github.com/mattmajestic/deathrolling-game
- Owner: mattmajestic
- Created: 2024-08-31T20:05:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:39:52.000Z (almost 2 years ago)
- Last Synced: 2026-03-28T18:37:51.687Z (3 months ago)
- Topics: deathrolling-game, flask, python
- Language: Python
- Homepage: https://deathrolling-game.onrender.com/
- Size: 593 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Death Rolling Game 🎲💀
This is a Flask-based web application for the popular game of Death Rolling, enhanced with emojis for a fun experience. The application is containerized using Docker for easy deployment.
## Features
- Play the Death Rolling game online
- Emoji-enhanced user interface
- Dockerized for easy setup and deployment
## QR code

## Setup
1. Clone the repository:
```sh
git clone https://github.com/mattmajestic/deathrolling-game.git
cd deathrolling-game
```
2. Build and run the Docker containers:
```sh
docker-compose up --build
```
3. Access the application:
Open your web browser and go to `http://localhost:5000`
## How to Play
1. Two players take turns rolling a die.
2. The first player rolls a die with a specified number of sides.
3. The next player rolls a die with the number of sides equal to the result of the previous roll.
4. The game continues until a player rolls a 1, and that player loses the game.
## Technologies Used
- Flask
- Docker
- HTML/CSS/JavaScript for the frontend