Alexis Drai
|
6d418735d7
|
Merge pull request '💩 Include methods that throw NotSupportedExceptions for now' (#101) from fix-#89 into main
Reviewed-on: #101
|
3 years ago |
Alexis Drai
|
b0bb332f41
|
💩 Include methods that throw NotSupportedExceptions for now
|
3 years ago |
Alexis Drai
|
dad0302e56
|
Merge pull request '📝 Add comments and validation to DieManager' (#100) from add-comment-to-diemanager into main
Reviewed-on: #100
|
3 years ago |
Alexis Drai
|
55d1f95fd1
|
📝 Add comments and validation to DieManager
|
3 years ago |
Alexis Drai
|
76ce25b986
|
Merge pull request 'implement-save-in-app' (#99) from implement-save-in-app into main
Reviewed-on: #99
|
3 years ago |
Alexis Drai
|
d5d659d30b
|
♻️ Improve stub by using GameRunner's methods where possible
|
3 years ago |
Alexis Drai
|
ac6c6b0740
|
📝 Update comments a little bit
|
3 years ago |
Alexis Drai
|
03bf800fe7
|
🐛 Use polymorphism
|
3 years ago |
Alexis Drai
|
6019a50607
|
✨ Yay
|
3 years ago |
Alexis Drai
|
cc492550e6
|
Merge pull request 'fix-#28' (#98) from fix-#28 into main
Reviewed-on: #98
|
3 years ago |
Alexis Drai
|
5073793f92
|
⚗️ Try without UT constructor
|
3 years ago |
Alexis Drai
|
02abe1fbfd
|
⚗️ Hardcode the stub in UT class to test SonarQube
|
3 years ago |
Alexis Drai
|
f99d4dd710
|
Merge pull request '♻️ Fix #28 Refactor UTs and hope that SonarQube updates coverage' (#96) from fix-#28 into main
Reviewed-on: #96
|
3 years ago |
Alexis Drai
|
006b35066d
|
♻️ Refactor UTs and hope that SonarQube updates coverage
|
3 years ago |
Alexis Drai
|
0a99afd8c5
|
Merge pull request 'fix-#28' (#95) from fix-#28 into main
Reviewed-on: #95
|
3 years ago |
Alexis Drai
|
1bc1d96f33
|
Merge pull request '♻️ Remove extra methods, make Game.PlayerManager usable' (#94) from fix-game into main
Reviewed-on: #94
|
3 years ago |
Alexis Drai
|
455f1210ef
|
✅ Complete test suite, add checks to R and U
|
3 years ago |
Alexis Drai
|
8d8c2f445a
|
💩
|
3 years ago |
Alexis Drai
|
062c17b7f1
|
🚧 WIP
|
3 years ago |
Alexis Drai
|
3c74fa4962
|
🚧 WIP
|
3 years ago |
Alexis Drai
|
c46d88029b
|
♻️ Remove extra methods, make Game.PlayerManager usable
|
3 years ago |
Alexis Drai
|
0298360c6b
|
Merge pull request 'fix-gamerunner-interface' (#92) from fix-gamerunner-interface into main
Reviewed-on: #92
|
3 years ago |
Alexis Drai
|
497534e722
|
📝 Update README
|
3 years ago |
Alexis Drai
|
3c4df08f74
|
📝 Update README
|
3 years ago |
Alexis Drai
|
c59eaceaff
|
♻️ Refactor CRUD on players and die into Manager properties
|
3 years ago |
Alexis Drai
|
9d92f3b84f
|
✨ Make GameRunner implement the IManager interface
since it already did (pretty much)
|
3 years ago |
Alexis Drai
|
7e4f18f924
|
✏️ Fix typo
|
3 years ago |
Alexis Drai
|
787077f841
|
Fix #8
|
3 years ago |
Alexis Drai
|
42a106c9b5
|
Merge pull request '⚗️ bang-out-dirty-prototype' (#91) from bang-out-dirty-prototype into main
Reviewed-on: #91
|
3 years ago |
Alexis Drai
|
b86cc38e1d
|
Merge pull request '👔 fix-#16' (#90) from fix-#16 into main
Reviewed-on: #90
|
3 years ago |
Alexis Drai
|
796c599f3f
|
➖💚 Remove console prototype from the CI build
If you want to launch the console app, you need to load the DiceAppConsole "solution"
|
3 years ago |
Alexis Drai
|
e0abed2590
|
🔥 Remove ption to use shorter hexcodes for colors
|
3 years ago |
Alexis Drai
|
39ad4eadcd
|
⚗️ Bang out a quick and dirty console prototype
|
3 years ago |
Alexis Drai
|
855d697572
|
🩹 Make method static, remove Load
PlayGame was never using any instance data, so it could be made static for performance gains
|
3 years ago |
Alexis Drai
|
daf468463c
|
👔 Finish GameRunner class for now
|
3 years ago |
Alexis Drai
|
cccd21ca12
|
Merge pull request '🐛 fix-#87' (#88) from fix-#87 into main
Reviewed-on: #88
|
3 years ago |
Alexis Drai
|
2ee91862cf
|
🚧 WIP
|
3 years ago |
Alexis Drai
|
8f42e7577e
|
Add comments, break keyboard..?
|
3 years ago |
Alexis Drai
|
295d43e3ce
|
🔥 Simplify adding turns
|
3 years ago |
Alexis Drai
|
3631af4e8a
|
🚨 Seal Turn and implement IEquatable
|
3 years ago |
Alexis Drai
|
9da428862f
|
Override equals and hash, add UTs
|
3 years ago |
Alexis Drai
|
a03c1f4526
|
Ensure unicity within Game.turns
|
3 years ago |
Alexis Drai
|
2556b46192
|
Merge pull request '🎨 Improve die faces, expose Value, make use of inheritance' (#86) from improve-die-faces into main
Reviewed-on: #86
|
3 years ago |
Alexis Drai
|
82c36049f2
|
🎨 Improve die faces, expose Value, make use of inheritance
|
3 years ago |
Alexis Drai
|
ccf8f222a0
|
Merge pull request '✅ Finish UT PlayerManager' (#84) from 100-percent-ut-playermanager into main
Reviewed-on: #84
|
3 years ago |
Alexis Drai
|
29251e01d4
|
Merge pull request 'fix-#30' (#83) from fix-#30 into main
Reviewed-on: #83
|
3 years ago |
Alexis Drai
|
c63729b0b2
|
Merge pull request '🐛 Fix call to Random.Next()' (#82) from bug-fix-abstract-die into main
Reviewed-on: #82
|
3 years ago |
Alexis Drai
|
a1590ede32
|
✅ Finish UT PlayerManager
|
3 years ago |
Alexis Drai
|
ff4d6eab9b
|
✅ Finish tests and fix #30
|
3 years ago |
Alexis Drai
|
2ea6feec0d
|
✅ Add UTs for Game, 🐛 debug nextIndex
|
3 years ago |