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

19 Commits

Author SHA1 Message Date
8896ded931
Move missile fire emitter in Game board (#5) 2020-09-12 14:22:23 -05:00
Alec
173f7dc136 Checking is it is missle mode #5 2020-09-12 14:04:17 -05:00
531d11fee8
Fix committed merge errors; fetch placeable ships from service 2020-09-12 13:00:13 -05:00
Alec
c0a4bb93cd the possible boats function 2020-09-11 17:02:25 -05:00
Alec
7f460b2324 Get possible boats to add #1} 2020-09-11 14:58:01 -05:00
5fdaf725d4
Add ability to place ships on grid (#3) 2020-09-10 08:17:48 -05:00
22e489b075
Add existence checks and fix bug with gameboard hover (#3) 2020-09-10 07:48:11 -05:00
3275ebd5a4
Add hover preview for placing ships (#3) 2020-09-10 07:44:53 -05:00
8ee2a8252b
Modify helper methods for scoreboard on game state service (#4) 2020-09-09 20:02:15 -05:00
1078c87f12
Add event passthrough (#3) 2020-09-09 19:44:09 -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
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