115 Commits (master)
 

Author SHA1 Message Date
Garrett Mills 531d11fee8
Fix committed merge errors; fetch placeable ships from service
4 years ago
Alec c0a4bb93cd the possible boats function
4 years ago
Alec 7f460b2324 Get possible boats to add #1}
4 years ago
Garrett Mills 5fdaf725d4
Add ability to place ships on grid (#3)
4 years ago
Garrett Mills b6118e686d
Add ability to refresh view to game service (#3)
4 years ago
Garrett Mills 22e489b075
Add existence checks and fix bug with gameboard hover (#3)
4 years ago
Garrett Mills c0bb45a078
Fix method call name in scoreboard (#4)
4 years ago
Garrett Mills 11c233e6af
Merge branch 'master' of github.com:EECS-448-Battleship/project-1
4 years ago
Garrett Mills 3275ebd5a4
Add hover preview for placing ships (#3)
4 years ago
Evan Powell 0ce2d51c52 added the object variables for score and progress and updated the 'update' function
4 years ago
Garrett Mills 8ee2a8252b
Modify helper methods for scoreboard on game state service (#4)
4 years ago
Garrett Mills 23b972b366
Add basic scoreboard file and add to top-level (#4)
4 years ago
Garrett Mills 1078c87f12
Add event passthrough (#3)
4 years ago
javier-barea 1a35bc7216 Align UI #3
4 years ago
javier-barea 2767cf5558 Merge
4 years ago
Alec 184ddf0aae merge error
4 years ago
Alec 7f1bc00739 merge conflict #3
4 years ago
javier-barea 41bc0e89dc Solve merge conflict
4 years ago
javier-barea 34a4f2f484 Merge branch 'master' of https://github.com/EECS-448-Battleship/project-1
4 years ago
javier-barea 70df967246 Add definition for ship options #1
4 years ago
Alec 637dd4892b edited ship buttons and the board #3
4 years ago
Alec 50c3db868f edited ship buttons and board #3
4 years ago
javier-barea 19aa3733d0 Add definition for ship options #1
4 years ago
javier-barea 5a6367079a Define user instructions #3
4 years ago
Alec c58b4b19a6 Add buttons for # of ships #1
4 years ago
Garrett Mills 1ea296e710
Fix bug with game state service get_winner (#3)
4 years ago
Garrett Mills eaef36ad61
Add top-level component to show/hide the boards for the current player (#3)
4 years ago
Garrett Mills b5a903d599
Modify game board component to accept passed-in rows (#3)
4 years ago
Garrett Mills 4075f282a2
Game state service bugfixes (#3)
4 years ago
Garrett Mills 7c364c5c01
Revise styles for game board column labels (#1)
4 years ago
javier-barea bd44b25faa Merge branch 'master' of https://github.com/EECS-448-Battleship/project-1
4 years ago
javier-barea 2fe5accb32 Commented letter labels to grid #1
4 years ago
Garrett Mills e9cbd8cf09
Add helper to get the current game state (#3)
4 years ago
Garrett Mills bb8592cbb0
Add ability to listen for game state changes (#3)
4 years ago
Evan Powell 152f1fa776 added the logic for the gamestate if a player has won (#2)
4 years ago
Evan Powell ce030c346e added the logic for ensuring the player had fired a missle and the flow of the game in terms of the players' turns (#2)
4 years ago
Garrett Mills fda50ad037
Merge branch 'master' of github.com:EECS-448-Battleship/project-1
4 years ago
Garrett Mills d29b448484
Add helper methods for checking for victory (#2)
4 years ago
Evan Powell 960203b597 added the logic of handling player one's turn then switching to player two's turn (#2)
4 years ago
Garrett Mills fc84c4f415
Merge branch 'issue-2'
4 years ago
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
javier-barea 01360e548e Deleted comments
4 years ago
javier-barea 463a8f6d30 Add label to rows (#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