1
0
mirror of https://github.com/EECS-448-Battleship/project-1 synced 2024-09-28 22:20:48 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
1a6d916f85
Add ShipType enum and isShipCell helper to utils (#2) 2020-09-07 21:02:37 -05:00
Evan Powell
6d5050fa79 added to the advance game state: added the choosing boats number of boats prereq, started on the player's placement prereq(#2) 2020-09-07 20:13:18 -05:00
Evan Powell
a9945e084e added the n_boat variable, defined a get method for n_boat, and defined a set method for n_boat(#2) 2020-09-07 19:56:09 -05:00
javier-barea
f333261e20 Add colors to states 2020-09-07 19:41:50 -05:00
Evan Powell
97e797f6e3 added an outline for the future helpers of advance game state(#2) 2020-09-07 19:41:21 -05:00
Evan Powell
eb5bcc6a54 added a get progress method(#2) 2020-09-07 19:19:32 -05:00
Evan Powell
b6e756dae9 added a get boat count helper method(#2) 2020-09-07 19:12:20 -05:00
Evan Powell
4463e804f4 added a get player score helper method(#2) 2020-09-07 19:07:32 -05:00
ed5eaf0d55
Modify game board to fetch state from game service (#1) 2020-09-07 15:29:35 -05:00
610bfea7fb
Bugfix: move GameStateService declaration before instantiation (#2) 2020-09-07 15:29:16 -05:00
fcf8d2a1c3
Add basic state retrieval methods to the game service (#2) 2020-09-07 15:23:52 -05:00
be75c6ba53
Add helper method "clone" to deep-copy values (#2) 2020-09-07 15:22:40 -05:00
ec6591d067
Add basic state to GameState service (#2) 2020-09-07 15:08:05 -05:00
9ccbbe1790
Add in enum values for player, game state, grid cell state (#2) 2020-09-07 15:05:23 -05:00
69915705e1
Create game state service placeholder class 2020-09-07 14:34:43 -05:00
00cff8f773
Fix number of rows and columns 2020-09-06 18:12:47 -05:00
fb0efa14b9
Add basic grid layout and grid cell component; start styles 2020-09-06 17:38:29 -05:00
3425b1d988
Add basic libraries and file structure 2020-09-04 21:42:09 -05:00