diff --git a/README.md b/README.md new file mode 100644 index 0000000..267c083 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Super Snake 🐍 +------------ + +Simple, fast-paced snake game with extra fun! + +There are a few *magic balls* 🔮 in this game, each with a unique ability to increase the variety in the game! + +![about](images/about.png) +![magics](images/magics.png) +![points](images/points.png) diff --git a/android/assets/sprites.svg b/android/assets/sprites.svg index dae1e26..9a72139 100644 --- a/android/assets/sprites.svg +++ b/android/assets/sprites.svg @@ -15,7 +15,10 @@ version="1.1" id="svg8" inkscape:version="0.92.2 2405546, 2018-03-11" - sodipodi:docname="sprites.svg"> + sodipodi:docname="sprites.svg" + inkscape:export-filename="/home/mahdi/documents/workshop/super-snake/images/logo-bg.png" + inkscape:export-xdpi="256" + inkscape:export-ydpi="256"> image/svg+xml - + @@ -65,9 +68,15 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1"> + @@ -123,14 +132,14 @@ sodipodi:type="spiral" style="fill:none;fill-rule:evenodd;stroke:#ff44d2;stroke-width:0.9322421;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="spiral" - sodipodi:cx="73.134727" - sodipodi:cy="155.36694" + sodipodi:cx="59.83807" + sodipodi:cy="183.16298" sodipodi:expansion="1" sodipodi:revolution="3" sodipodi:radius="5.7798262" sodipodi:argument="-17.278759" sodipodi:t0="0" - d="m 73.134727,155.36694 c 0,0.28979 -0.390632,0.14298 -0.481652,0 -0.246656,-0.38744 0.10848,-0.84452 0.481653,-0.9633 0.667519,-0.21248 1.309886,0.3268 1.444956,0.9633 0.198221,0.9341 -0.546094,1.78355 -1.444958,1.92661 -1.198044,0.19068 -2.26042,-0.76547 -2.408259,-1.92661 -0.186042,-1.46117 0.984834,-2.73888 2.408262,-2.88991 1.723963,-0.18292 3.218253,1.20417 3.371564,2.88992 0.180671,1.98659 -1.423484,3.69819 -3.371568,3.85321 -2.24914,0.17898 -4.178512,-1.64279 -4.334867,-3.85322 -0.17766,-2.51163 1.862083,-4.6591 4.334872,-4.81652 2.774096,-0.1766 5.139878,2.08138 5.298171,4.81653 0.175737,3.03653 -2.300662,5.6208 -5.298177,5.77982" + d="m 59.83807,183.16298 c 0,0.28979 -0.390633,0.14297 -0.481652,0 -0.246657,-0.38745 0.10848,-0.84452 0.481652,-0.96331 0.667519,-0.21247 1.309886,0.3268 1.444956,0.96331 0.198222,0.9341 -0.546093,1.78355 -1.444957,1.92661 -1.198045,0.19067 -2.26042,-0.76548 -2.40826,-1.92661 -0.186041,-1.46117 0.984834,-2.73888 2.408263,-2.88991 1.723962,-0.18292 3.218253,1.20416 3.371563,2.88991 0.180671,1.9866 -1.423483,3.69819 -3.371567,3.85322 -2.249141,0.17898 -4.178513,-1.64279 -4.334868,-3.85322 -0.17766,-2.51164 1.862084,-4.6591 4.334873,-4.81652 2.774095,-0.17661 5.139877,2.08137 5.298171,4.81652 0.175736,3.03654 -2.300662,5.6208 -5.298178,5.77983" inkscape:label="#path4532" /> + diff --git a/android/assets/sprites.svg.2018_04_18_10_44_19.0.svg b/android/assets/sprites.svg.2018_04_18_10_44_19.0.svg new file mode 100644 index 0000000..f479bc5 --- /dev/null +++ b/android/assets/sprites.svg.2018_04_18_10_44_19.0.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/images/about.png b/images/about.png new file mode 100644 index 0000000..d88e40f Binary files /dev/null and b/images/about.png differ diff --git a/images/logo-bg.png b/images/logo-bg.png new file mode 100644 index 0000000..969f33a Binary files /dev/null and b/images/logo-bg.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..e9a8df9 Binary files /dev/null and b/images/logo.png differ diff --git a/images/magics.png b/images/magics.png new file mode 100644 index 0000000..6d8b09e Binary files /dev/null and b/images/magics.png differ diff --git a/images/points.png b/images/points.png new file mode 100644 index 0000000..3daf449 Binary files /dev/null and b/images/points.png differ