diff --git a/17_candy_crush(game)/app.js b/17_candy_crush(game)/app.js new file mode 100644 index 0000000..e69de29 diff --git a/17_candy_crush(game)/background.jpg b/17_candy_crush(game)/background.jpg new file mode 100644 index 0000000..4115b11 Binary files /dev/null and b/17_candy_crush(game)/background.jpg differ diff --git a/17_candy_crush(game)/candy.css b/17_candy_crush(game)/candy.css new file mode 100644 index 0000000..e6930a6 --- /dev/null +++ b/17_candy_crush(game)/candy.css @@ -0,0 +1,11 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + background: url("./background.jpg") no-repeat center center fixed; + background-size: cover; + font-family: Arial, Helvetica, sans-serif; +} \ No newline at end of file diff --git a/17_candy_crush(game)/images/Blue-Striped-Horizontal.png b/17_candy_crush(game)/images/Blue-Striped-Horizontal.png new file mode 100644 index 0000000..d079458 Binary files /dev/null and b/17_candy_crush(game)/images/Blue-Striped-Horizontal.png differ diff --git a/17_candy_crush(game)/images/Blue-Striped-Vertical.png b/17_candy_crush(game)/images/Blue-Striped-Vertical.png new file mode 100644 index 0000000..2fea991 Binary files /dev/null and b/17_candy_crush(game)/images/Blue-Striped-Vertical.png differ diff --git a/17_candy_crush(game)/images/Blue-Wrapped.png b/17_candy_crush(game)/images/Blue-Wrapped.png new file mode 100644 index 0000000..63514ff Binary files /dev/null and b/17_candy_crush(game)/images/Blue-Wrapped.png differ diff --git a/17_candy_crush(game)/images/Blue.png b/17_candy_crush(game)/images/Blue.png new file mode 100644 index 0000000..5b35879 Binary files /dev/null and b/17_candy_crush(game)/images/Blue.png differ diff --git a/17_candy_crush(game)/images/Choco.png b/17_candy_crush(game)/images/Choco.png new file mode 100644 index 0000000..732d6f3 Binary files /dev/null and b/17_candy_crush(game)/images/Choco.png differ diff --git a/17_candy_crush(game)/images/Green-Striped-Horizontal.png b/17_candy_crush(game)/images/Green-Striped-Horizontal.png new file mode 100644 index 0000000..0c1cea5 Binary files /dev/null and b/17_candy_crush(game)/images/Green-Striped-Horizontal.png differ diff --git a/17_candy_crush(game)/images/Green-Striped-Vertical.png b/17_candy_crush(game)/images/Green-Striped-Vertical.png new file mode 100644 index 0000000..78fa92c Binary files /dev/null and b/17_candy_crush(game)/images/Green-Striped-Vertical.png differ diff --git a/17_candy_crush(game)/images/Green-Wrapped.png b/17_candy_crush(game)/images/Green-Wrapped.png new file mode 100644 index 0000000..1710264 Binary files /dev/null and b/17_candy_crush(game)/images/Green-Wrapped.png differ diff --git a/17_candy_crush(game)/images/Green.png b/17_candy_crush(game)/images/Green.png new file mode 100644 index 0000000..9ffea2a Binary files /dev/null and b/17_candy_crush(game)/images/Green.png differ diff --git a/17_candy_crush(game)/images/Orange-Striped-Horizontal.png b/17_candy_crush(game)/images/Orange-Striped-Horizontal.png new file mode 100644 index 0000000..b64bfcf Binary files /dev/null and b/17_candy_crush(game)/images/Orange-Striped-Horizontal.png differ diff --git a/17_candy_crush(game)/images/Orange-Striped-Vertical.png b/17_candy_crush(game)/images/Orange-Striped-Vertical.png new file mode 100644 index 0000000..a6da76f Binary files /dev/null and b/17_candy_crush(game)/images/Orange-Striped-Vertical.png differ diff --git a/17_candy_crush(game)/images/Orange-Wrapped.png b/17_candy_crush(game)/images/Orange-Wrapped.png new file mode 100644 index 0000000..2af5190 Binary files /dev/null and b/17_candy_crush(game)/images/Orange-Wrapped.png differ diff --git a/17_candy_crush(game)/images/Orange.png b/17_candy_crush(game)/images/Orange.png new file mode 100644 index 0000000..fdeda79 Binary files /dev/null and b/17_candy_crush(game)/images/Orange.png differ diff --git a/17_candy_crush(game)/images/Purple-Striped-Horizontal.png b/17_candy_crush(game)/images/Purple-Striped-Horizontal.png new file mode 100644 index 0000000..3e1b674 Binary files /dev/null and b/17_candy_crush(game)/images/Purple-Striped-Horizontal.png differ diff --git a/17_candy_crush(game)/images/Purple-Striped-Vertical.png b/17_candy_crush(game)/images/Purple-Striped-Vertical.png new file mode 100644 index 0000000..989f11f Binary files /dev/null and b/17_candy_crush(game)/images/Purple-Striped-Vertical.png differ diff --git a/17_candy_crush(game)/images/Purple-Wrapped.png b/17_candy_crush(game)/images/Purple-Wrapped.png new file mode 100644 index 0000000..32a944f Binary files /dev/null and b/17_candy_crush(game)/images/Purple-Wrapped.png differ diff --git a/17_candy_crush(game)/images/Purple.png b/17_candy_crush(game)/images/Purple.png new file mode 100644 index 0000000..65e5bf9 Binary files /dev/null and b/17_candy_crush(game)/images/Purple.png differ diff --git a/17_candy_crush(game)/images/Red-Striped-Horizontal.png b/17_candy_crush(game)/images/Red-Striped-Horizontal.png new file mode 100644 index 0000000..b22694c Binary files /dev/null and b/17_candy_crush(game)/images/Red-Striped-Horizontal.png differ diff --git a/17_candy_crush(game)/images/Red-Striped-Vertical.png b/17_candy_crush(game)/images/Red-Striped-Vertical.png new file mode 100644 index 0000000..f9217e6 Binary files /dev/null and b/17_candy_crush(game)/images/Red-Striped-Vertical.png differ diff --git a/17_candy_crush(game)/images/Red-Wrapped.png b/17_candy_crush(game)/images/Red-Wrapped.png new file mode 100644 index 0000000..2c30a3a Binary files /dev/null and b/17_candy_crush(game)/images/Red-Wrapped.png differ diff --git a/17_candy_crush(game)/images/Red.png b/17_candy_crush(game)/images/Red.png new file mode 100644 index 0000000..4b31363 Binary files /dev/null and b/17_candy_crush(game)/images/Red.png differ diff --git a/17_candy_crush(game)/images/Yellow-Striped-Horizontal.png b/17_candy_crush(game)/images/Yellow-Striped-Horizontal.png new file mode 100644 index 0000000..f1a40e7 Binary files /dev/null and b/17_candy_crush(game)/images/Yellow-Striped-Horizontal.png differ diff --git a/17_candy_crush(game)/images/Yellow-Striped-Vertical.png b/17_candy_crush(game)/images/Yellow-Striped-Vertical.png new file mode 100644 index 0000000..7d9cbf3 Binary files /dev/null and b/17_candy_crush(game)/images/Yellow-Striped-Vertical.png differ diff --git a/17_candy_crush(game)/images/Yellow-Wrapped.png b/17_candy_crush(game)/images/Yellow-Wrapped.png new file mode 100644 index 0000000..ea48a9b Binary files /dev/null and b/17_candy_crush(game)/images/Yellow-Wrapped.png differ diff --git a/17_candy_crush(game)/images/Yellow.png b/17_candy_crush(game)/images/Yellow.png new file mode 100644 index 0000000..39a8e9e Binary files /dev/null and b/17_candy_crush(game)/images/Yellow.png differ diff --git a/17_candy_crush(game)/images/blank.png b/17_candy_crush(game)/images/blank.png new file mode 100644 index 0000000..acbc4fe Binary files /dev/null and b/17_candy_crush(game)/images/blank.png differ diff --git a/17_candy_crush(game)/index.html b/17_candy_crush(game)/index.html new file mode 100644 index 0000000..a118b63 --- /dev/null +++ b/17_candy_crush(game)/index.html @@ -0,0 +1,13 @@ + + + + + + Candy Crush Using Javascript + + + + +

Score:

+ + \ No newline at end of file