Commit Graph

122 Commits

Author SHA1 Message Date
7ab8d3227d
moved generate moves to player to increase speed 2023-05-01 19:32:46 +10:00
ec2b0d9d5f
generateMove: Removed unused code and sped up computation 2023-05-01 19:18:50 +10:00
ea1d884ca6
Initial fix 2023-05-01 18:55:23 +10:00
f3b37d395c
player: Moved endregion to cleanup code 2023-05-01 18:54:37 +10:00
f0982d1c72
BlueLagoon: Fixed endPhase 2023-05-01 17:56:30 +10:00
b8487c3c08
added comments 2023-05-01 17:00:27 +10:00
a9c0c86868
game: Added comments 2023-05-01 16:54:50 +10:00
7c355c8270
game: Added map selection and better UI 2023-05-01 16:00:53 +10:00
Immanuel Alvaro Bhirawa
192570fb47 Merge branch 'master' of https://gitlab.cecs.anu.edu.au/u7156831/comp1110-ass2 2023-05-01 15:19:25 +10:00
da5d6dbdff
game: Added custom message for no villages left 2023-05-01 15:08:42 +10:00
0a4f729108
game: Moved board to have more room for message 2023-05-01 15:08:28 +10:00
d2c8ba86c0
game: Added better AI and UI 2023-05-01 14:51:36 +10:00
c37ee0c5f7
game: Added player actions 2023-05-01 14:32:22 +10:00
Immanuel Alvaro Bhirawa
ccf71b45b4 Merge branch 'master' of https://gitlab.cecs.anu.edu.au/u7156831/comp1110-ass2 2023-05-01 14:24:43 +10:00
Immanuel Alvaro Bhirawa
938ebe95fc Trying to do Task 11 Link
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-05-01 14:24:34 +10:00
3307b01bf2
game: Added simple functions 2023-05-01 13:25:45 +10:00
1ad2f6d3f3
state: Cleaned up isPhaseOver 2023-04-26 18:06:37 +10:00
Immanuel Alvaro Bhirawa
8db5652ec6 New Upstream pulled
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-26 17:55:23 +10:00
e228e9551a
state: Added simple mode for isPhaseOver() 2023-04-26 11:49:06 +10:00
10b23e8a8c
state: Added addPlayer function 2023-04-24 21:33:05 +10:00
8bab67bcba
blueLagoon: Fixed formatting & cleaned up code 2023-04-24 21:32:53 +10:00
a9a7ddef94
blueLagoon: Added AI 2023-04-24 21:07:16 +10:00
3e04727e7c
coord: Add is adjacent methods 2023-04-24 18:25:07 +10:00
741ddc2cf0
blueLagoon: pointed applyMove to state object 2023-04-24 18:15:34 +10:00
bfc7070b78
blueLagoon: pointed endPhase to state object 2023-04-24 18:10:57 +10:00
70f3b3c707
state: Fixed majorities bug 2023-04-24 17:57:13 +10:00
da04d53092
blueLagoon: Pointed scoring to state object 2023-04-24 17:53:07 +10:00
899497d037
task 9 and 10: Added using state class 2023-04-24 17:36:20 +10:00
8ed19d75bd
state: Added more scoring and turn actions 2023-04-24 16:56:31 +10:00
543a09f548
blueLagoon: Use state object for distribute resouces 2023-04-24 16:03:26 +10:00
2179ba5eaa
state: Added more functionality 2023-04-24 16:03:04 +10:00
7ed595dced
state: Added initial state, island, player, coord object types 2023-04-24 13:59:25 +10:00
Immanuel Alvaro Bhirawa
72fd76408a Cleaner switch syntax task 7
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-24 10:48:29 +10:00
Immanuel Alvaro Bhirawa
e259a9a982 D2D Test completed
- Alvaro

Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-22 09:49:44 +10:00
e73524592a
game: Added metadata and build info 2023-04-21 13:56:49 +10:00
024f6f63ff
BlueLagoon: Fixed bug found in testIsStateStringWellFormed 2023-04-21 13:29:08 +10:00
cba1604afa
BlueLagoon: Fixed double comment 2023-04-21 11:34:41 +10:00
8adc551913
BlueLagoon: Cleanup imports and style 2023-04-21 11:08:02 +10:00
14544cc990
task8: Cleaned more code and added some comments 2023-04-14 17:43:56 +10:00
056992a269
task8: Cleaned some code and sped up time 2023-04-14 17:37:13 +10:00
be28548cd7
task8: Sped up code some more 2023-04-14 17:19:48 +10:00
a12db3b0bd
task8: Sped up compute time 2023-04-14 16:58:36 +10:00
8802c9545f
task8: Use ismovevalid 2023-04-14 16:08:57 +10:00
Immanuel Alvaro Bhirawa
999177bc67 Sorry for the spam commits but tidied up some stuff again
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 14:07:45 +10:00
Immanuel Alvaro Bhirawa
088a34010e Tidied up some stuff
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 14:06:27 +10:00
Immanuel Alvaro Bhirawa
8ffd63bab3 Task 7 DONE :)
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 13:53:11 +10:00
Immanuel Alvaro Bhirawa
e8485d8e21 Task 7 [Debug-In-Process], made some progress [1] + pulled upstream
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 11:10:08 +10:00
Immanuel Alvaro Bhirawa
e976071639 Task 7 [Debug-In-Process], made some progress [1]
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 10:55:57 +10:00
Immanuel Alvaro Bhirawa
e0bc262c6a Task 7 [Debug-In-Process], made some progress
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 08:16:42 +10:00
Immanuel Alvaro Bhirawa
f1d678660c Task 7 Debug-In-Process, good progress so far ig
Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
2023-04-14 01:58:32 +10:00