Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xandao-dev/zombie-dice
A terminal-based "press your luck" party dice game inspired by Zombie Dice, Steve Jackson Games
https://github.com/xandao-dev/zombie-dice
dices game python python3 steve-jackson-games terminal-game zombie-dice zombies
Last synced: 17 days ago
JSON representation
A terminal-based "press your luck" party dice game inspired by Zombie Dice, Steve Jackson Games
- Host: GitHub
- URL: https://github.com/xandao-dev/zombie-dice
- Owner: xandao-dev
- License: mit
- Created: 2022-03-03T02:11:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T01:41:48.000Z (about 2 years ago)
- Last Synced: 2024-10-10T12:50:43.140Z (about 1 month ago)
- Topics: dices, game, python, python3, steve-jackson-games, terminal-game, zombie-dice, zombies
- Language: Python
- Homepage:
- Size: 2.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Zombie Dice
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
## About The Project
### Features
* 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### Built With
* [Python3](https://www.python.org/) - A general-purpose, high-level programming language
* [random](https://docs.python.org/3/library/random.html) - A library for generating pseudo-random numbers
* [typing](https://docs.python.org/3/library/typing.html) - A library for type hints## Usage
* Run the game
```sh
python3 main.py
```## Roadmap
See the [open issues](https://github.com/xandao-dev/zombie-dice/issues) for a list of proposed features (and known issues).
## Contributing
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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](./LICENSE.md) for more information.
Free software =)
## Contact
Alexandre Calil - [Linkedin](https://www.linkedin.com/in/xandao-dev/) - [[email protected]](mailto:[email protected])
Project Link: [https://github.com/xandao-dev/zombie-dice](https://github.com/xandao-dev/zombie-dice)