Commit History

Cast Dice button does nothing
00ee4d1
verified

flvvsc commited on

Buttons stopped working
883d13a
verified

flvvsc commited on

When the die are cast they each must land on one of 6 faces so let's exemplify this by adding a random number between 1-6 for each die when it lands.
cd06770
verified

flvvsc commited on

Let's create a game. I have Dice labeled from A to H. I can add them to a list that has +/- for new Die. From that list it randomly gets 5 die and places them randomly on a 4x4 grid. The same slot can have at most 2 die on it, if the random puts a die on the same slot it then moves it to an adjacent slot on that grid that doesn't have 2 die on it. I have a Cast button that puts them on that grid at random.
89c1c4c
verified

flvvsc commited on

initial commit
407fcc4
verified

flvvsc commited on