Log In  

Cart #droller-2 | 2021-07-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


This is such a big update to my first program (picod20) that I decided it deserves to be its own thing. This has 7 standard RPG dice, as well as a small HP tracker.

INSTRUCTIONS
Z = Reroll
Left/Right = -/+ 1 HP
Up/Down = +/- 10 HP

CURRENT UPDATE
Fixed spacing on single digit results
Fixed unwanted scanlines over edge of HP tracker
Cleaned up some code

OLD UPDATES
Added sound

P#95374 2021-07-28 03:46 ( Edited 2021-07-28 20:28)

Nice! I wonder if it's possible to make it 3D, although much harder to do šŸ¤”

P#95377 2021-07-28 08:28
1

Nice, probably a small update to make it look better is simply add another 0 before a single digit (eg. 01) so it will be centered at all times

P#95379 2021-07-28 09:34

Yolwoocle - I don't think that's possible at my skill level. This is basically my first real cartridge.

Yukinotenshi - I decided instead to fix the spacing, so numbers will be centered without relying on a leading zero (since real dice typically don't have leading zeroes!)

P#95402 2021-07-28 20:30

Nice! I think I will try to use this on my next DnD adventure and see how it goes!

P#122954 2022-12-24 21:06

Pretty good. You might add it that if you hold down the āŽ key you get to see the highest value of each die which also tells you what they count up to.

While there is no die equivalent you might even add a PENNY, heads or tails.

P#122963 2022-12-24 21:59 ( Edited 2022-12-24 21:59)

@dw817
A d2 is resolved by using odds and evens on any other die with even faces
Now what would be useful is zocchi/funky dice set values:
d3, d4, d5, d6, d7, d8, d10, d12, d14, d16, d20, d24, d30, d% and maybe a d60

A max value button would be helpful for sure

P#122976 2022-12-25 01:23 ( Edited 2022-12-25 01:26)

Well yes, @VgBlade. But there is room for a coin if desired. I could even sketch up a heads and tails in 16x16 pixels.

I didn't want to mention D3 as I'm not sure what that would look like in real space. :)

If I had ever gotten my calculator to work with parentheses and order of operations, I had in mind for it to roll and calculate dice as well.

P#122977 2022-12-25 01:41

I own one d3 that's a d6 with duplicate values, and another that is a prism with rounded ends. I was debating making something in pico to automate BattleTech beginner box rules but I'm on the fence if pico or unity would be better for a phone

P#122982 2022-12-25 03:34 ( Edited 2022-12-25 04:19)

Very interestingļ¼ļ¼ rice purity test

P#141012 2024-02-02 04:22

[Please log in to post a comment]