sly automationslyautomation.hashnode.dev·Mar 28, 2024Dice Roller coding with Python using Streamlit and TkinterEmbark on an exhilarating coding journey as we explore the intricacies of Python programming through the creation of an engaging dice roller application. This tutorial offers a comprehensive walkthrough, catering to both seasoned developers and eager...Python
Maciek Fitznermackfitz.hashnode.dev·Aug 17, 2023Laying out dots on a dice using display:flex & pseudo-classesI love experimenting with cubes - and to each time somehow embelish the six faces of this beautiful but simple form. I experiment with colors, gradients, filters, mix-blend-modes, patterns, etc. This week I tried making a dice: https://codepen.io/Mac...2 likes·8.9K readsPseudo-classes
Anand Betanabhotlanantech.hashnode.dev·Jun 14, 2022The Pig in PythonI came across the dice game called Pig and I have attempted an implementation here. Here's the link to the rules of the game Pig. Simulating a dice throw in Python gives us an opportunity to learn a few things like randomness frequency distributio...Python