Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. commit 88c3a1aa59cd1396b31c36bb9e2f04ec44cb6be1 (HEAD -> bugfix/fixing-rolling-cain, origin/bugfix/fixing-rolling-cain)
  2. Author: IKanraI <joelmyrday@hotmail.com>
  3. Date: Wed Dec 11 19:44:55 2019 -0500
  4.  
  5. Corrected the player pathing to add separate arrays for each player's piece. Need to be updated for each side and enter in the player turn rotation at the end of the playerChoice method to rotate between the players. Set to only one player currently to make sure it works. Need checks to ensure that the player is getting out of the start area and to make sure it is not landing on it's own pieces. If they are, then another piece needs selected etc
  6.  
  7. commit 0c22edf6c8a1fc398e4ae4051cd08a4fc1c541e8
  8. Author: IKanraI <joelmyrday@hotmail.com>
  9. Date: Wed Dec 11 18:13:51 2019 -0500
  10.  
  11. broke apart the rolling function so after the roll is obtained globally and then used to select which piece to move by one of the 4 buttons. Not done. Needs fixed still
  12.  
  13. commit 1c6e99a2c494cb3c4322d5c655f96991b1dcec62
  14. Merge: f5cf51e 775e143
  15. Author: Cain <43825428+IKanraI@users.noreply.github.com>
  16. Date: Tue Dec 10 19:46:15 2019 -0500
  17.  
  18. Merge pull request #21 from slipperyrockuniversity-cpsc317-fall2019/feature/implement-game-rolling-cain
  19.  
  20. working on the dice roll and user input for when they select a piece <E2><80><A6>
  21.  
  22. commit 775e1437ca678688cbfe36ef36bc63dfced5b502 (origin/feature/implement-game-rolling-cain, feature/implement-game-rolling-cain)
  23. Author: IKanraI <joelmyrday@hotmail.com>
  24. Date: Tue Dec 10 19:45:30 2019 -0500
  25.  
  26. working on the dice roll and user input for when they select a piece to move. Needs to be finished
  27.  
  28. commit f5cf51ef9e2b2fb8b53e6ed0e4473cecd522f723 (bugfix/fixing-playing-game-cain)
  29. Merge: 3745b6b b501d60
  30. Author: Cain <43825428+IKanraI@users.noreply.github.com>
  31. Date: Mon Dec 9 01:20:59 2019 -0500
  32.  
  33. Merge pull request #20 from slipperyrockuniversity-cpsc317-fall2019/feature/moving-pieces-cain
  34.  
  35. Starting of game is made. Arrays are setup with each player having 4 <E2><80><A6>
  36.  
  37. commit b501d6049e9924cf25bed3b573a8d16dd6dbe0a7 (origin/feature/moving-pieces-cain, feature/moving-pieces-cain)
  38. Author: IKanraI <joelmyrday@hotmail.com>
  39. Date: Mon Dec 9 01:20:32 2019 -0500
  40.  
  41. Starting of game is made. Arrays are setup with each player having 4 pieces that all are linked to the array of movement based on each side. Currently need to implement the click to roll to associate with moving pieces and doing checks that isn't currently implemented
  42. :...skipping...
  43. commit 88c3a1aa59cd1396b31c36bb9e2f04ec44cb6be1 (HEAD -> bugfix/fixing-rolling-cain, origin/bugfix/fixing-rolling-cain)
  44. Author: IKanraI <joelmyrday@hotmail.com>
  45. Date: Wed Dec 11 19:44:55 2019 -0500
  46.  
  47. Corrected the player pathing to add separate arrays for each player's piece. Need to be updated for each side and enter in the player turn rotation at the end of the playerChoice method to rotate between the players. Set to only one player currently to make sure it works. Need checks to ensure that the player is getting out of the start area and to make sure it is not landing on it's own pieces. If they are, then another piece needs selected etc
  48.  
  49. commit 0c22edf6c8a1fc398e4ae4051cd08a4fc1c541e8
  50. Author: IKanraI <joelmyrday@hotmail.com>
  51. Date: Wed Dec 11 18:13:51 2019 -0500
  52.  
  53. broke apart the rolling function so after the roll is obtained globally and then used to select which piece to move by one of the 4 buttons. Not done. Needs fixed still
  54.  
  55. commit 1c6e99a2c494cb3c4322d5c655f96991b1dcec62
  56. Merge: f5cf51e 775e143
  57. Author: Cain <43825428+IKanraI@users.noreply.github.com>
  58. Date: Tue Dec 10 19:46:15 2019 -0500
  59.  
  60. Merge pull request #21 from slipperyrockuniversity-cpsc317-fall2019/feature/implement-game-rolling-cain
  61.  
  62. working on the dice roll and user input for when they select a piece <E2><80><A6>
  63.  
  64. commit 775e1437ca678688cbfe36ef36bc63dfced5b502 (origin/feature/implement-game-rolling-cain, feature/implement-game-rolling-cain)
  65. Author: IKanraI <joelmyrday@hotmail.com>
  66. Date: Tue Dec 10 19:45:30 2019 -0500
  67.  
  68. working on the dice roll and user input for when they select a piece to move. Needs to be finished
  69.  
  70. commit f5cf51ef9e2b2fb8b53e6ed0e4473cecd522f723 (bugfix/fixing-playing-game-cain)
  71. Merge: 3745b6b b501d60
  72. Author: Cain <43825428+IKanraI@users.noreply.github.com>
  73. Date: Mon Dec 9 01:20:59 2019 -0500
  74.  
  75. Merge pull request #20 from slipperyrockuniversity-cpsc317-fall2019/feature/moving-pieces-cain
  76.  
  77. Starting of game is made. Arrays are setup with each player having 4 <E2><80><A6>
  78.  
  79. commit b501d6049e9924cf25bed3b573a8d16dd6dbe0a7 (origin/feature/moving-pieces-cain, feature/moving-pieces-cain)
  80. Author: IKanraI <joelmyrday@hotmail.com>
  81. Date: Mon Dec 9 01:20:32 2019 -0500
  82.  
  83. Starting of game is made. Arrays are setup with each player having 4 pieces that all are linked to the array of movement based on each side. Currently need to implement the click to roll to associate with moving pieces and doing checks that isn't currently implemented
  84.  
  85. commit 3745b6b9b106ed3b8e61489cb722985a485cfcee
  86. Merge: 8cdf3ca 0674360
  87. Author: Brooklynn Hauck <43825465+BrooklynnHauck@users.noreply.github.com>
  88. Date: Sun Dec 8 23:57:03 2019 -0500
  89.  
  90. Merge pull request #19 from slipperyrockuniversity-cpsc317-fall2019/feature/Update-ResourceFiles-Hauck
  91.  
  92. Updated Resource Files for how get player path connected to the player
  93.  
  94. commit 0674360daf290aaf891ef62b3d62b7fd7321bc54 (origin/feature/Update-ResourceFiles-Hauck)
  95. Author: Brooklynn Hauck <brh1009@sru.edu>
  96. Date: Sun Dec 8 23:56:23 2019 -0500
  97.  
  98. Updated Resource Files for how get player path connected to the player
  99.  
  100. commit 8cdf3ca738a889120a6e756146a5c8c50208bb4e
  101. Merge: ca1a01b 684dace
  102. Author: Cain <43825428+IKanraI@users.noreply.github.com>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement