chasakara / stg

star wars game for everyone
1 stars 7 forks source link

added ants dice logic to my my move player function #23

Closed Pegrume88 closed 1 year ago

Pegrume88 commented 1 year ago

Added the dice logic to the player move function -

const diceResult = randomOne + randomTwo; movePlayer(diceResult);