D&D Dice Roller Project

D&D Dice Roller Project

9 devlogs
14h 45m
Created by Mateo Grgic

A program to roll d&d dice, with various effects. Eventually going to write a GTK4 GUI for it. First foray into actual coding (that's not a BASH script or something), so I'm learning python too.

Timeline

latest devlog is just me debugging a fair amount after giving project to a friend for testing

Update attachment

Ship 1

0 payouts of shell 0 shells

Mateo Grgic

18 days ago

Mateo Grgic Covers 8 devlogs

I'm pretty sure that google gemini could've done this better, shorter, & nicer in like 2 seconds (or an experienced coder in like 2 minutes). I'm still doing this, though; wonder how hard it would be to just buy a flipper zero.

Update attachment

What I did today:
* Finished most/all intended features
* Debugged for a fair amount of time
* Rewrote some bits
* Added GitHub repo to hackclub.com project
I am going to work on the gtk4 GUI next, don't know how basic or advanced I'll make that, probably leaning towards a smaller, out-of-the-way widget-style thing.
The code is probably hot garbage, but it runs and seems to work.
PyCharm & Kagi have been really useful for this project and learning python in general.

Update attachment

Mostly finished the terminal version. Going to finish, debug, polish, etc. After that, I'll be moving on to adapting it to a GTK4 GUI, so that'll be interesting.

Update attachment

Messing with regex for good inputs

Update attachment

Man, I have no idea what I'm doin'

Update attachment

Just figuring out some logic and input parsing

Update attachment

figuring out logic, how to do somethings. I've never programmed before, so all this is kinda new to me.

Update attachment

Just figuring out what I want this to do, setting groundwork and planning.

Update attachment