<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<!-- Assets -->
	<link rel="stylesheet" href="https://supersolid.com/assets/css/style.css">
	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300&display=swap">
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.1/css/fontawesome.min.css">
	<link href="https://supersolid.com/assets/img/favicon.png" rel="shortcut icon" type="image/png"/>

					
	<title>Games - Supersolid</title>
	<meta name="description" content="Supersolid is a leading mobile games studio based in Central London. We're here to make the most successful, genre-leading games for mobile and tablet devices. We make games that make people happy." />

	<meta property="fb:app_id" content="">
	<meta property="og:url" content="https://supersolid.com/" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Games - Supersolid" />
	<meta property="og:image" content="https://supersolid.com/uploads/_1200x630_crop_center-center_none/Featuregraphic-bluelogo-newchara2.png" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="630" />
	<meta property="og:description" content="Supersolid is a leading mobile games studio based in Central London. We&#039;re here to make the most successful, genre-leading games for mobile and tablet devices. We make games that make people happy." />
	<meta property="og:site_name" content="Supersolid" />
	<meta property="og:locale" content="en_GB" />
	<meta property="og:locale:alternate" content="en_GB" />
	
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="supersolidgames" />
	<meta name="twitter:url" content="https://supersolid.com/" />
	<meta name="twitter:title" content="Games - Supersolid" />
	<meta name="twitter:description" content="Supersolid is a leading mobile games studio based in Central London. We&#039;re here to make the most successful, genre-leading games for mobile and tablet devices. We make games that make people happy." />
	<meta name="twitter:image" content="https://supersolid.com/uploads/_1200x600_crop_center-center_none/Featuregraphic-bluelogo-newchara2.png" />

	
	<link rel="home" href="https://supersolid.com/" />
	<link rel="canonical" href="https://supersolid.com/">

	<!-- Global site tag (gtag.js) - Google Analytics -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149011308-1"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', 'UA-149011308-1');
	</script>

	<!--[if lt IE 9]>
		<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
<script>
        if ((navigator.doNotTrack != "1" && 0) || !0) {
            window.addEventListener("load", function(){
                window.cookieconsent.initialise({
                    "palette": {
                        "popup": {
                            "background": "#f5f5f5",
                            "text": "#111111",
                            "link": "#ffffff"
                        },
                        "button": {
                            "background":  "classic" === "wire" ? "transparent" :  "#FF6160",
                            "text": "classic" === "wire" ? "#FF6160" : "#ffffff",
                            "border":  "classic" === "wire" ? "#FF6160" : undefined
                        },
    		            "highlight": {
    			            "background":  "classic" === "wire" ? "transparent" :  "#f8e71c",
                            "text": "classic" === "wire" ? "#f8e71c" : "#000000",
                            "border":  "classic" === "wire" ? "#f8e71c" : undefined
    			        }
                    },
                    "position": "bottom-right" === "toppush" ? "top" : "bottom-right",
                    "static": "bottom-right" === "toppush",
                    "theme": "classic",
                    "type": "info",
                    "content": {
                        "message": "This website uses cookies to ensure you get the best experience on our website.&nbsp;",
                        "dismiss": "Got it!",
                        "link": "Learn More",
                        "href": "/privacy",
    	                "allow":"Allow cookies",
    	                "deny":"Decline",
    	                "target":"_blank"
                    },
                    "revokable":0 === 1 ? true : false,
                    "dismissOnScroll":0 > 0 ? 0 : false,
                    "dismissOnTimeout":0 > 0 ? (0 * 1000) : false,
                    "cookie": {
    	                "expiryDays":365 !== 0 ? 365 : 365,
    	                "secure":0 === 1 ? true : false
    	            },
                    onInitialise: function (status) {
                        var type = this.options.type;
                        var didConsent = this.hasConsented();
                        if (type == "opt-in" && didConsent) {
                            // enable cookies
                            if (typeof optInCookiesConsented === "function") {
                                optInCookiesConsented();
                                console.log("Opt in cookies consented");
                            } else {
    	                        console.log("Opt in function not defined!");
    	                    }
                        }
                        if (type == "opt-out" && !didConsent) {
                            // disable cookies
                            if (typeof optOutCookiesNotConsented === "function") {
                                optOutCookiesNotConsented();
                                console.log("Opt out cookies not consented");
                            } else {
    	                        console.log("Opt out function not defined!");
    	                    }
                        }
                    },
                    onStatusChange: function(status, chosenBefore) {
                        var type = this.options.type;
                        var didConsent = this.hasConsented();
                        if (type == "opt-in" && didConsent) {
                            // enable cookies
                            if (typeof optInCookiesConsented === "function") {
                                optInCookiesConsented();
                                console.log("Opt in cookies consented");
                            } else {
    	                        console.log("Opt in function not defined!");
    	                    }
                        }
                        if (type == "opt-out" && !didConsent) {
                            // disable cookies
                            if (typeof optOutCookiesNotConsented === "function") {
                                optOutCookiesNotConsented();
                                console.log("Opt out cookies not consented");
                            } else {
    	                        console.log("Opt out function not defined!");
    	                    }
                        }
                    },
                    onRevokeChoice: function() {
                        var type = this.options.type;
                        if (type == "opt-in") {
                            // disable cookies
                            if (typeof optInCookiesRevoked === "function") {
                                optInCookiesRevoked();
                                console.log("Opt in cookies revoked");
                            } else {
    	                        console.log("Opt in revoked function not defined!");
    	                    }
                        }
                        if (type == "opt-out") {
                            // enable cookies
                            if (typeof optOutCookiesRevoked === "function") {
                                optOutCookiesRevoked();
                                console.log("Opt out cookies revoked");
                            } else {
    	                        console.log("Opt out revoked function not defined!");
    	                    }
                        }
                    }
                });
            });
        } else if (0) {
	        // disable cookies
            if (typeof optOutCookiesNotConsented === "function") {
                optOutCookiesNotConsented();
                console.log("Opt out cookies not consented");
            } else {
    	        console.log("Opt out function not defined!");
    	    }
	    }
    </script><link href="https://supersolid.com/cpresources/dde3f89f/css/cookieconsent.min.css?v=1707730612" rel="stylesheet"></head>

<body class="gamesIndex">
	<header class="site-header">
		<div class="main-nav">
			<a class="logo" href="https://supersolid.com/">
														<img src="https://supersolid.com/uploads/Supersolid_Icon.svg"></a>
							</a>
			<a class="menu-trigger hide-for-large"><img src="https://supersolid.com/assets/img/burger.svg"></a>

			<nav class="desktop-nav">
				
<ul>
  <a class="close"><img src="https://supersolid.com/assets/img/x-close.svg"></a>
  <li class="has-subnav">
    <a href="https://supersolid.com/" class="subnav-trigger">Games</a>
    <ul class="subnav">
                        <li><a href="https://supersolid.com/games/cook-merge">Cook &amp; Merge</a></li>
                  <li><a href="https://supersolid.com/games/snake-rivals">Snake Rivals</a></li>
                  <li><a href="https://supersolid.com/games/home-street">Home Street</a></li>
                  <li><a href="https://supersolid.com/games/food-street">Food Street</a></li>
                  <li><a href="https://supersolid.com/games/adventure-town">Adventure Town</a></li>
                  <li><a href="https://supersolid.com/games/super-penguins">Super Penguins</a></li>
                  <li><a href="https://supersolid.com/games/ropets">RoPets</a></li>
            </ul>
  </li>
  <li><a href="https://supersolid.com/about">About Us</a></li>
  <li><a href="https://supersolid.com/careers">Careers</a></li>
  <li><a href="https://supersolid.com/support">Support</a></li>
</ul>
			</nav>
		</div>

		<nav class="mobile-nav">
			
<ul>
  <a class="close"><img src="https://supersolid.com/assets/img/x-close.svg"></a>
  <li class="has-subnav">
    <a href="https://supersolid.com/" class="subnav-trigger">Games</a>
    <ul class="subnav">
                        <li><a href="https://supersolid.com/games/cook-merge">Cook &amp; Merge</a></li>
                  <li><a href="https://supersolid.com/games/snake-rivals">Snake Rivals</a></li>
                  <li><a href="https://supersolid.com/games/home-street">Home Street</a></li>
                  <li><a href="https://supersolid.com/games/food-street">Food Street</a></li>
                  <li><a href="https://supersolid.com/games/adventure-town">Adventure Town</a></li>
                  <li><a href="https://supersolid.com/games/super-penguins">Super Penguins</a></li>
                  <li><a href="https://supersolid.com/games/ropets">RoPets</a></li>
            </ul>
  </li>
  <li><a href="https://supersolid.com/about">About Us</a></li>
  <li><a href="https://supersolid.com/careers">Careers</a></li>
  <li><a href="https://supersolid.com/support">Support</a></li>
</ul>
		</nav>
	</header>

  <main class="site-content" role="main">
    
      <section class="hero">
      
  <div class="hero__bg parallax" data-speed="0.2">
  <img
    src="/imager/uploads/8867/Featuregraphic-bluelogo-newchara2_5f70c69f129143996c5db8eb4d3cdaa7.jpg"
    sizes="100vw"
    srcset="/imager/uploads/8867/Featuregraphic-bluelogo-newchara2_1a6a2f6c3dc08c4d43695349cbca99b1.jpg 1000w, /imager/uploads/8867/Featuregraphic-bluelogo-newchara2_8b4d72924d88179c99c8251f0c26ef47.jpg 375w"
    alt="Featuregraphic bluelogo newchara2">
</div>
        <div class="hero__video">
    <video loop muted autoplay playsinline poster="Featuregraphic bluelogo newchara2">
      <source src="https://supersolid.com/uploads/HOME-PAGE-no-logo_3.mp4" type="video/mp4">
    </video>
  </div>
      
<div class="hero__overlay" style="background:#000;opacity:0.2"></div>
              
  <div class="hero__content">
    <div class="grid-container">
      <div class="grid-x grid-inner">
        <div class="cell">
                      <h1 data-aos="fade-up">Our Games</h1>
          
          
                  </div>
      </div>
    </div>
  </div>
    </section>
  
      
<section class="section-game-intro text-centered-mobile">
  <div class="grid-container">
    <div class="grid-x grid-margin-x grid-margin-y align-middle align-center">
      <div class="cell small-12 medium-6 medium-order-2" data-aos="fade" data-aos-delay="200">
        <p>In Cook &amp; Merge, your mission is to merge delicious food to help Kate, a talented chef, renovate her Grandma's Cafe and then the whole of Bakers Valley. Explore &amp; travel the beachside town, meet Kate's childhood friends &amp; discover how you can help rescue every restaurant &amp; building in Bakers Valley.</p>
<p>If you love merge games, cooking games or restaurant games, this is the game for you. Fun to play alone or with your friends, with events every week and new content monthly! Come and renovate Bakers Valley with us and discover the story of our world of characters! </p>
<p>Suitable for families who love merge games, fans of cooking games, merge food games and everyone who likes a sense of adventure or story or mystery. Bakers Valley has it all!</p>

                  <style media="screen">
            .app-links a {
              margin: 0 10px 15px 0;
            }
            .app-links img {
              margin: 0;
            }
            .button--custom {
              padding: 0 1rem;
              border-radius: 5px;
              height: 40px;
              line-height: 40px;
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 0.05em;
              vertical-align: -1px;
            }
            .button--custom:hover {
              transform: none;
              filter: brightness(0.9);
            }
          </style>
          <div class="app-links">
                          <a target="_blank" href="https://play.google.com/store/apps/details?id=com.supersolid.cookandmerge&amp;hl=en&amp;gl=US"><img src="https://supersolid.com/assets/img/store-google.svg"></a>
                                      <a target="_blank" href="https://apps.apple.com/gb/app/cook-merge/id1620904768"><img src="https://supersolid.com/assets/img/store-apple.svg"></a>
                                                                                                      </div>
              </div>

              <div class="cell small-12 medium-6 medium-order-1" data-aos="fade">
          <div class="screenshot landscape">
              <img
    src="/imager/uploads/8867/Featuregraphic-bluelogo-newchara2_c455a96d66e3e957e89519f391f51bfa.png"
    sizes="100vw"
    srcset="/imager/uploads/8867/Featuregraphic-bluelogo-newchara2_c455a96d66e3e957e89519f391f51bfa.png 720w"
    alt="Featuregraphic bluelogo newchara2">
          </div>
        </div>
          </div>
  </div>
</section>
      
<section class="section-game-intro text-centered-mobile">
  <div class="grid-container">
    <div class="grid-x grid-margin-x grid-margin-y align-middle align-center">
      <div class="cell small-12 medium-6 medium-order-2" data-aos="fade" data-aos-delay="200">
        <p dir="ltr">Slither your snake around in this fun 3D multiplayer snake io game - Become the biggest snake, worm or serpiente and don’t let the other snakes and worms hit. Snake Rivals io multiplayer 3D snake games we challenge you to become the biggest snakes in our fun io games. It’s a new take on the classic snake games with a multiplayer .io games twist! Slither into Classic games io mode and swipe to move your snake or worm and eat as many apples as you can in fun, stunning 3D games.<br /></p>
<p dir="ltr">If you love snake games, this is the game for you. Ideal for all the family, we look forward to seeing you and your snake or worm in the arena!</p>
<p dir="ltr">Do you love snakes games or slither or snake clash? Suitable to play as a family or alone or with friends around the world, snake rivals brings you exciting arena battles and a chance to customise your snake and make it look incredible! New snakes released with each battlepass!</p>

                  <style media="screen">
            .app-links a {
              margin: 0 10px 15px 0;
            }
            .app-links img {
              margin: 0;
            }
            .button--custom {
              padding: 0 1rem;
              border-radius: 5px;
              height: 40px;
              line-height: 40px;
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 0.05em;
              vertical-align: -1px;
            }
            .button--custom:hover {
              transform: none;
              filter: brightness(0.9);
            }
          </style>
          <div class="app-links">
                          <a target="_blank" href="https://play.google.com/store/apps/details?id=com.supersolid.snake&amp;hl=en_GB"><img src="https://supersolid.com/assets/img/store-google.svg"></a>
                                      <a target="_blank" href="https://apps.apple.com/my/app/snake-rivals-io-snakes-games/id1440185894"><img src="https://supersolid.com/assets/img/store-apple.svg"></a>
                                                                                                      </div>
              </div>

              <div class="cell small-12 medium-6 medium-order-1" data-aos="fade">
          <div class="screenshot landscape">
              <img
    src="/imager/uploads/8923/FeatureGraphicTesting-1_c455a96d66e3e957e89519f391f51bfa.png"
    sizes="100vw"
    srcset="/imager/uploads/8923/FeatureGraphicTesting-1_c455a96d66e3e957e89519f391f51bfa.png 720w"
    alt="Feature Graphic Testing 1">
          </div>
        </div>
          </div>
  </div>
</section>
      
<section class="section-game-intro text-centered-mobile">
  <div class="grid-container">
    <div class="grid-x grid-margin-x grid-margin-y align-middle align-center">
      <div class="cell small-12 medium-6 medium-order-2" data-aos="fade" data-aos-delay="200">
        <p dir="ltr">Design and decorate your dream sims home and life, building in full 3D games!</p>
<p dir="ltr">Build an avakin sim and design a space in game that reflects your dream style!<br /></p>
<p dir="ltr">Enjoy your virtual town and make friends with real sim players from around the world in this life simulator game!</p>
<p dir="ltr">If you are looking for a sim game in which you can decorate your house and dress your sims, this is ideal for you. A great family game, suitable for everyone. We look forward to seeing you in the neighborhood!</p>

                  <style media="screen">
            .app-links a {
              margin: 0 10px 15px 0;
            }
            .app-links img {
              margin: 0;
            }
            .button--custom {
              padding: 0 1rem;
              border-radius: 5px;
              height: 40px;
              line-height: 40px;
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 0.05em;
              vertical-align: -1px;
            }
            .button--custom:hover {
              transform: none;
              filter: brightness(0.9);
            }
          </style>
          <div class="app-links">
                          <a target="_blank" href="https://play.google.com/store/apps/details?id=com.supersolid.spark&amp;hl=en_GB"><img src="https://supersolid.com/assets/img/store-google.svg"></a>
                                      <a target="_blank" href="https://apps.apple.com/us/app/home-street-virtual-house-sim/id1220091672"><img src="https://supersolid.com/assets/img/store-apple.svg"></a>
                                                                                                      </div>
              </div>

              <div class="cell small-12 medium-6 medium-order-1" data-aos="fade">
          <div class="screenshot landscape">
              <img
    src="/imager/uploads/9221/HS-featuregraphic_c455a96d66e3e957e89519f391f51bfa.png"
    sizes="100vw"
    srcset="/imager/uploads/9221/HS-featuregraphic_c455a96d66e3e957e89519f391f51bfa.png 720w"
    alt="HS featuregraphic">
          </div>
        </div>
          </div>
  </div>
</section>
      
<section class="section-game-intro text-centered-mobile">
  <div class="grid-container">
    <div class="grid-x grid-margin-x grid-margin-y align-middle align-center">
      <div class="cell small-12 medium-6 medium-order-2" data-aos="fade" data-aos-delay="200">
        <p>Cook &amp; serve as Chef in your own cafe diner restaurant city or bakery story in Food Street Game!</p>
<p>You are the master chef of your own cooking business, kitchen, diner and restaurant story. You can even adopt fun and cute pets to attract diners in this food game!</p>
<p>If you love food games, restaurant games or simulation games, this is the game for you. Ideal to play with kids and as a family, we hope you love decorating your restaurant as much as we do!</p>

                  <style media="screen">
            .app-links a {
              margin: 0 10px 15px 0;
            }
            .app-links img {
              margin: 0;
            }
            .button--custom {
              padding: 0 1rem;
              border-radius: 5px;
              height: 40px;
              line-height: 40px;
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 0.05em;
              vertical-align: -1px;
            }
            .button--custom:hover {
              transform: none;
              filter: brightness(0.9);
            }
          </style>
          <div class="app-links">
                          <a target="_blank" href="https://play.google.com/store/apps/details?id=com.supersolid.honestfood&amp;hl=en_GB"><img src="https://supersolid.com/assets/img/store-google.svg"></a>
                                      <a target="_blank" href="https://apps.apple.com/us/app/food-street-restaurant-game/id935623337"><img src="https://supersolid.com/assets/img/store-apple.svg"></a>
                                                                                                      </div>
              </div>

              <div class="cell small-12 medium-6 medium-order-1" data-aos="fade">
          <div class="screenshot landscape">
              <img
    src="/imager/uploads/8981/FS_FeatureGraphic_BeforeAfter_1-2_c455a96d66e3e957e89519f391f51bfa.png"
    sizes="100vw"
    srcset="/imager/uploads/8981/FS_FeatureGraphic_BeforeAfter_1-2_c455a96d66e3e957e89519f391f51bfa.png 720w"
    alt="FS Feature Graphic Before After 1 2">
          </div>
        </div>
          </div>
  </div>
</section>
      
<section class="section-game-intro text-centered-mobile">
  <div class="grid-container">
    <div class="grid-x grid-margin-x grid-margin-y align-middle align-center">
      <div class="cell small-12 medium-6 medium-order-2" data-aos="fade" data-aos-delay="200">
        <p>HEROES WANTED! Our once magnificent town has been destroyed by terrifying monsters and bone-chilling beasts! Please help us return our town to its former glory, and we will reward you handsomely. Place tempting new shops and houses in the town to attract mighty heroes in search of adventure, then customize the heroes and make them the greatest fighting legends in history! Only YOU can make our world great once more and save us from the evil forces of darkness!</p>

                  <style media="screen">
            .app-links a {
              margin: 0 10px 15px 0;
            }
            .app-links img {
              margin: 0;
            }
            .button--custom {
              padding: 0 1rem;
              border-radius: 5px;
              height: 40px;
              line-height: 40px;
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 0.05em;
              vertical-align: -1px;
            }
            .button--custom:hover {
              transform: none;
              filter: brightness(0.9);
            }
          </style>
          <div class="app-links">
                                      <a target="_blank" href="https://apps.apple.com/us/app/adventure-town/id578248193"><img src="https://supersolid.com/assets/img/store-apple.svg"></a>
                                                                                                      </div>
              </div>

              <div class="cell small-12 medium-6 medium-order-1" data-aos="fade">
          <div class="screenshot landscape">
              <img
    src="/imager/uploads/9020/feature-graphic_v1_c455a96d66e3e957e89519f391f51bfa.png"
    sizes="100vw"
    srcset="/imager/uploads/9020/feature-graphic_v1_c455a96d66e3e957e89519f391f51bfa.png 720w"
    alt="Feature graphic v1">
          </div>
        </div>
          </div>
  </div>
</section>
      
<section class="section-game-intro text-centered-mobile">
  <div class="grid-container">
    <div class="grid-x grid-margin-x grid-margin-y align-middle align-center">
      <div class="cell small-12 medium-6 medium-order-2" data-aos="fade" data-aos-delay="200">
        <p>Help the Penguins rescue their friends and turn the tide against the evil octopus, jump over obstacles and eat delicious fish! </p>
<p>★ Fun and Colorful Graphics</p>
<p>★ Simple touch &amp; tilt controls - Everyone can play!</p>
<p>★ Lots of fun Powerups - Become a giant mutant penguin or ride a rocket!</p>
<p>★ Unlock new penguins - Choose your favorite characters!</p>
<p>★ Level up your powers - Become stronger and increase your score!</p>
<p>★ Social Features - share your hiscore photos on twitter &amp; facebook!</p>
<p>If you love penguins and penguin games, Super Penguins is for you! It's where it all started for Supersolid and we still love Super Penguins today! Lots of memories of running, jumping and saving friends!</p>

                  <style media="screen">
            .app-links a {
              margin: 0 10px 15px 0;
            }
            .app-links img {
              margin: 0;
            }
            .button--custom {
              padding: 0 1rem;
              border-radius: 5px;
              height: 40px;
              line-height: 40px;
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 0.05em;
              vertical-align: -1px;
            }
            .button--custom:hover {
              transform: none;
              filter: brightness(0.9);
            }
          </style>
          <div class="app-links">
                          <a target="_blank" href="https://play.google.com/store/apps/details?id=com.supersolid.penguin&amp;hl=en_GB"><img src="https://supersolid.com/assets/img/store-google.svg"></a>
                                      <a target="_blank" href="https://apps.apple.com/us/app/super-penguins/id520888232"><img src="https://supersolid.com/assets/img/store-apple.svg"></a>
                                                                                                      </div>
              </div>

              <div class="cell small-12 medium-6 medium-order-1" data-aos="fade">
          <div class="screenshot landscape">
              <img
    src="/imager/uploads/1774/SuperPenguins_c455a96d66e3e957e89519f391f51bfa.png"
    sizes="100vw"
    srcset="/imager/uploads/1774/SuperPenguins_c455a96d66e3e957e89519f391f51bfa.png 720w"
    alt="Super Penguins">
          </div>
        </div>
          </div>
  </div>
</section>
  
	</main>

	<footer class="site-footer">
    <div class="footer__content">
      <div class="grid-container">

													<strong>Follow</strong><br>
					<ul class="social-icons">
					  					    					      <li><a target="_blank" href="https://discord.com/invite/3bSGFGWBcA"><i class="fab fa-discord"></i></a></li>
					    					  					    					      <li><a target="_blank" href="https://facebook.com/supersolidgames"><i class="fab fa-facebook"></i></a></li>
					    					  					    					      <li><a target="_blank" href="https://x.com/supersolidgames"><i class="fab fa-twitter"></i></a></li>
					    					  					    					      <li><a target="_blank" href="https://www.youtube.com/user/supersolidGames"><i class="fab fa-youtube"></i></a></li>
					    					  					    					      <li><a target="_blank" href="https://www.instagram.com/supersolidgames"><i class="fab fa-instagram"></i></a></li>
					    					  					</ul>
				
																		<img src="https://supersolid.com/uploads/Supersolid-white.svg">
				
				        					<div class="grid-x medium-up-4 grid-margin-x grid-margin-y">
													<div class="cell">
								<p>Kings House<br />10 Haymarket<br />London<br />SW1Y 4BP<br />United Kingdom</p>
							</div>
													<div class="cell">
								<ul><li><a href="https://supersolid.com/tos">Terms of Service</a></li><li><a href="https://supersolid.com/privacy">Privacy Policy</a></li><li><a href="https://supersolid.com/safe-fair-play">Safe &amp; Fair Play</a></li><li><a href="https://supersolid.com/fan-content">Fan Content</a></li><li><a href="https://supersolid.com/for-parents">For Parents</a></li><li><a href="https://supersolid.com/fs-hs-removal-from-china-app-store">Removal of Games from China App Store</a></li><li><a href="https://supersolid.com/ropets-terms-of-service">RoPets Terms of Service</a></li><li><a href="https://supersolid.com/ropets-privacy-policy">RoPets Privacy Policy</a></li></ul>
							</div>
													<div class="cell">
								<p><strong>Business Enquiries</strong><br /><a href="/cdn-cgi/l/email-protection#bad3d4dcd5fac9cfcadfc8c9d5d6d3de94d9d5d7"><span class="__cf_email__" data-cfemail="afc6c1c9c0efdcdadfcadddcc0c3c6cb81ccc0c2">[email&#160;protected]</span></a></p>
							</div>
											</div>
				      </div>
    </div>

										<div class="footer__copyright">
	      <div class="grid-container">
	        Supersolid Ltd. is registered in England and Wales under number 7948932. Registered office:<br />
Suite 528, 43 Bedford Street, London, WC2E 9HA, United Kingdom
	      </div>
			</div>
			</footer>
	<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
	<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
	<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
	<script src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.1/js/all.min.js"></script>
	<script src="https://supersolid.com/assets/js/app.js"></script>
<script src="https://supersolid.com/cpresources/dde3f89f/js/cookieconsent.min.js?v=1707730612"></script></body>
</html>
