22 Commits (aaadd82d319b143a046ad160894fcaadb20772d2)
 

Author SHA1 Message Date
Garrett Mills aaadd82d31
Add helper methods to game service for firing on opponent (#2)
4 years ago
Garrett Mills a4f13f0d17
Add util method for checking if cell can be fired upon (#2)
4 years ago
Garrett Mills 99759bad09
Add custom error class for invalid missile fire (#2)
4 years ago
Garrett Mills 9a2afe523e
add helper method to handle placing and validating a ship (#2)
4 years ago
Garrett Mills a803c6937d
Add custom error classes for state and placement (#2)
4 years ago
Garrett Mills 1a6d916f85
Add ShipType enum and isShipCell helper to utils (#2)
4 years ago
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)
4 years ago
Evan Powell a9945e084e added the n_boat variable, defined a get method for n_boat, and defined a set method for n_boat(#2)
4 years ago
Evan Powell 97e797f6e3 added an outline for the future helpers of advance game state(#2)
4 years ago
Evan Powell eb5bcc6a54 added a get progress method(#2)
4 years ago
Evan Powell b6e756dae9 added a get boat count helper method(#2)
4 years ago
Evan Powell 4463e804f4 added a get player score helper method(#2)
4 years ago
Garrett Mills ed5eaf0d55
Modify game board to fetch state from game service (#1)
4 years ago
Garrett Mills 610bfea7fb
Bugfix: move GameStateService declaration before instantiation (#2)
4 years ago
Garrett Mills fcf8d2a1c3
Add basic state retrieval methods to the game service (#2)
4 years ago
Garrett Mills be75c6ba53
Add helper method "clone" to deep-copy values (#2)
4 years ago
Garrett Mills ec6591d067
Add basic state to GameState service (#2)
4 years ago
Garrett Mills 9ccbbe1790
Add in enum values for player, game state, grid cell state (#2)
4 years ago
Garrett Mills 69915705e1
Create game state service placeholder class
4 years ago
Garrett Mills 00cff8f773
Fix number of rows and columns
4 years ago
Garrett Mills fb0efa14b9
Add basic grid layout and grid cell component; start styles
4 years ago
Garrett Mills 3425b1d988
Add basic libraries and file structure
4 years ago