1
0
mirror of https://github.com/EECS-448-Battleship/project-1 synced 2024-09-28 14:10:46 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
8ee2a8252b
Modify helper methods for scoreboard on game state service (#4) 2020-09-09 20:02:15 -05:00
23b972b366
Add basic scoreboard file and add to top-level (#4) 2020-09-09 19:51:48 -05:00
1078c87f12
Add event passthrough (#3) 2020-09-09 19:44:09 -05:00
javier-barea
2767cf5558 Merge 2020-09-09 18:47:19 -05:00
Alec
184ddf0aae merge error 2020-09-09 18:42:53 -05:00
Alec
7f1bc00739 merge conflict #3 2020-09-09 18:38:51 -05:00
javier-barea
41bc0e89dc Solve merge conflict 2020-09-09 18:32:27 -05:00
javier-barea
34a4f2f484 Merge branch 'master' of https://github.com/EECS-448-Battleship/project-1 2020-09-09 18:29:49 -05:00
javier-barea
70df967246 Add definition for ship options #1 2020-09-09 18:29:25 -05:00
Alec
637dd4892b edited ship buttons and the board #3 2020-09-09 18:26:43 -05:00
Alec
50c3db868f edited ship buttons and board #3 2020-09-09 18:25:18 -05:00
javier-barea
19aa3733d0 Add definition for ship options #1 2020-09-09 18:24:54 -05:00
Alec
c58b4b19a6 Add buttons for # of ships #1 2020-09-09 18:02:57 -05:00
eaef36ad61
Add top-level component to show/hide the boards for the current player (#3) 2020-09-09 11:34:46 -05:00
b5a903d599
Modify game board component to accept passed-in rows (#3) 2020-09-09 11:34:13 -05:00
7c364c5c01
Revise styles for game board column labels (#1)
- Just a few tweaks here. The general principle is good.
- If you want <div> elements to display horizontally, they need to
  be wrapped in a parent <div> which has "display: flex;" in the css.
- Then, add a width and centering to the individual labels.
2020-09-09 11:23:50 -05:00
javier-barea
2fe5accb32 Commented letter labels to grid #1 2020-09-08 21:44:25 -05:00
javier-barea
01360e548e Deleted comments 2020-09-08 00:47:47 -05:00
javier-barea
463a8f6d30 Add label to rows (#2) 2020-09-07 21:06:06 -05:00
javier-barea
f333261e20 Add colors to states 2020-09-07 19:41:50 -05:00
ed5eaf0d55
Modify game board to fetch state from game service (#1) 2020-09-07 15:29:35 -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