Zombie Dice is a "press your luck" party dice game created by Steve Jackson Games and released in 2010.
The gameplay is simple, follow the instructions on the about section to play.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- Strictly follow the rules of the game, respecting all probabilities
- Terminal-based game
- Has input validation in all interactions
- Accept from 2 to 99 players
- Players names can have a min of 3 chars and max of 13 chars, empty name will generate a generic name
- Python3 - A general-purpose, high-level programming language
- random - A library for generating pseudo-random numbers
- typing - A library for type hints
-
Run the game
python3 main.py
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Free software =)
Alexandre Calil - Linkedin - alexandre@xandao.dev
Project Link: https://github.com/xandao-dev/zombie-dice