<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Eric Diepeveen - Game Developer, Venture Partner</title><meta name="description" content="Explore the professional resume of Eric Diepeveen, an entrepreneur, product manager, and game developer with extensive experience in the games industry."><meta property="og:title" content="Eric Diepeveen - Game Developer, Venture Partner"><meta property="og:description" content="Explore the professional resume of Eric Diepeveen, an entrepreneur, product manager, and game developer with extensive experience in the games industry."><meta property="og:type" content="website"><meta property="og:url" content="https://ericdiepeveen.com"><meta property="og:image" content="https://ericdiepeveen.com/images/profile/defaultOgImage.webp"><meta property="og:site_name" content="Eric Diepeveen - Game Developer, Venture Partner"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Eric Diepeveen - Game Developer, Venture Partner"><meta name="twitter:description" content="Explore the professional resume of Eric Diepeveen, an entrepreneur, product manager, and game developer with extensive experience in the games industry."><meta name="twitter:image" content="https://ericdiepeveen.com/images/profile/defaultOgImage.webp"><meta name="author" content="Eric Diepeveen"><link rel="canonical" href="https://ericdiepeveen.com"><meta name="robots" content="index, follow"><script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"Eric Diepeveen","jobTitle":"Venture Partner","url":"https://ericdiepeveen.com","address":{"@type":"PostalAddress","addressLocality":"Almere","addressRegion":"The Netherlands"},"image":"https://ericdiepeveen.com/images/profile/defaultOgImage.webp","sameAs":["https://linkedin.com/in/ericdiepeveen/"]}</script><script>
      const html = document.documentElement;
      const storedTheme = localStorage.getItem("hs_theme");

      // 1. Detect system preference for dark mode
      const systemPrefersDark = window.matchMedia(
        "(prefers-color-scheme: dark)",
      ).matches;

      // 2. Apply theme based on localStorage or fallback to system preference
      if (!storedTheme || storedTheme === "auto") {
        // Case A: No stored theme OR 'auto' is selected -> Use system preference
        if (systemPrefersDark) {
          html.classList.add("dark");
          html.classList.remove("light");
        } else {
          html.classList.add("light");
          html.classList.remove("dark");
        }
      } else if (storedTheme === "dark") {
        // Case B: User prefers dark mode - stored in localStorage
        html.classList.add("dark");
        html.classList.remove("light");
      } else if (storedTheme === "light") {
        // Case C: User prefers light mode - stored in localStorage
        html.classList.add("light");
        html.classList.remove("dark");
      }
    </script><link rel="stylesheet" href="/_astro/index.DQmRv9ze.css"></head> <body class="bg-gray-50 dark:bg-neutral-900">  <main id="content"> <div class="absolute right-5 top-5 grow"> <!-- Dark Mode --> <button type="button" class="hs-dark-mode fixed right-5 top-5 z-50 flex size-10 items-center justify-center rounded-full border border-gray-200 text-gray-500 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none hs-dark-mode-active:hidden dark:border-neutral-700 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700" data-hs-theme-click-value="dark"> <span class="sr-only">Dark</span> <svg class="size-3.5 shrink-0" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path> </svg> </button> <button type="button" class="hs-dark-mode fixed right-5 top-5 z-50 flex hidden size-10 items-center justify-center rounded-full border border-gray-200 text-gray-500 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none hs-dark-mode-active:flex dark:border-neutral-700 dark:text-neutral-400 dark:hover:bg-neutral-700 dark:focus:bg-neutral-700" data-hs-theme-click-value="light"> <span class="sr-only">Light</span> <svg class="size-3.5 shrink-0" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="4"></circle> <path d="M12 2v2"></path> <path d="M12 20v2"></path> <path d="m4.93 4.93 1.41 1.41"></path> <path d="m17.66 17.66 1.41 1.41"></path> <path d="M2 12h2"></path> <path d="M20 12h2"></path> <path d="m6.34 17.66-1.41 1.41"></path> <path d="m19.07 4.93-1.41 1.41"></path> </svg> </button> <!-- End Dark Mode --> </div> <div class="mx-auto w-full max-w-2xl px-4 pt-10 sm:text-xs"> <div class="flex items-center gap-x-3"> <div class="relative size-16 overflow-hidden rounded-full"> <img src="/images/profile/profileImage.webp" alt="Eric Diepeveen" class="absolute h-full w-full object-cover dark:grayscale dark:filter"> </div> <div class="grow"> <h1 class="text-lg font-medium text-gray-800 dark:text-neutral-200"> Eric Diepeveen </h1> <p class="text-gray-600 dark:text-neutral-400"> Entrepreneur, Venture Partner, Game developer </p> </div> </div> <div class="mt-8"> <p class="text-gray-600 dark:text-neutral-400"> Eric is an accomplished entrepreneur, product manager, and producer in the interactive product space. With extensive experience in the games industry, Eric has developed expertise in a multitude of disciplines. </p><p class="text-gray-600 dark:text-neutral-400 mt-3"> He founded his own game studio while in university, securing over €500,000 in investments. Additionally, Eric served as co-founder and COO at Steam Data Suite, sourcing more than €400,000 in angel investments to launch the business. The company was sold to Newzoo in December 2023. </p><p class="text-gray-600 dark:text-neutral-400 mt-3"> As Venture Partner at ForsVC, Eric invests in game studios and products. </p> <ul class="mt-5 flex flex-col gap-y-3"> <li class="flex items-center gap-x-2.5 text-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-email dark:invert" viewBox="0 0 16 16"> <path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z"></path> </svg> <a class="text-gray-600 hover:text-gray-800 hover:decoration-2 focus:decoration-2 focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300" href="mailto://sesameoutlook132@simplelogin.com"> Sesameoutlook132@simplelogin.com </a> </li><li class="flex items-center gap-x-2.5 text-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin dark:invert" viewBox="0 0 16 16"> <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"></path> </svg> <a class="text-gray-600 hover:text-gray-800 hover:decoration-2 focus:decoration-2 focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300" href="https://linkedin.com/in/ericdiepeveen/" target="_blank"> LinkedIn </a> </li><li class="flex items-center gap-x-2.5 text-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-website dark:invert" viewBox="0 0 16 16"> <path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"></path> </svg> <a class="text-gray-600 hover:text-gray-800 hover:decoration-2 focus:decoration-2 focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300" href="https://ericdiepeveen.com" target="_blank"> EricDiepeveen.com </a> </li> </ul> </div> <div class="mt-10 border-gray-200"> <h2 class="sm:pr- pr-4 font-medium text-gray-800 dark:text-neutral-200">
Testimonials
</h2> <div class="grid grid-cols-2 pr-4 dark:divide-neutral-700 dark:border-neutral-700 sm:grid-cols-1 sm:pr-0"> <div class="py-6 pr-6 sm:-ms-4 sm:px-4 sm:pr-0"> <blockquote> <span class="text-gray-800 dark:text-neutral-200"> &quot;If you want sustainable growth and change to reach your company in a well structured, and timely manner, Eric is the man for the job.&quot; </span> <footer class="mt-3"> <div class="flex items-center gap-x-2"> <span class="inline-flex size-5 items-center justify-center rounded-full font-semibold leading-none bg-yellow-100 text-yellow-800 dark:bg-yellow-800/30 dark:text-yellow-500"> K </span> <div class="grow"> <div class="text-gray-600 dark:text-neutral-500"> Koen Gabriëls, Ronimo Games </div> </div> </div> </footer> </blockquote> </div><div class="border-l py-6 pl-6 pr-4 sm:-ms-4 sm:border-l-0 sm:border-t sm:px-4 sm:pr-0"> <blockquote> <span class="text-gray-800 dark:text-neutral-200"> &quot;I would love to work with Eric again and highly recommend him if you are looking for high quality work product and seamless day-to-day account management.&quot; </span> <footer class="mt-3"> <div class="flex items-center gap-x-2"> <span class="inline-flex size-5 items-center justify-center rounded-full font-semibold leading-none bg-red-100 text-red-800 dark:bg-red-800/30 dark:text-red-500"> N </span> <div class="grow"> <div class="text-gray-600 dark:text-neutral-500"> Nicole Rivera, Nickelodeon </div> </div> </div> </footer> </blockquote> </div><div class="border-t py-6 pr-4 pr-6 sm:-ms-4 sm:px-4 sm:pr-0"> <blockquote> <span class="text-gray-800 dark:text-neutral-200"> &quot;His sharp analytical mind compliments his sense of business and marketing, and he will make the tough calls if needed. Above all, he is honest, funny, and one of the smartest I know.&quot; </span> <footer class="mt-3"> <div class="flex items-center gap-x-2"> <span class="inline-flex size-5 items-center justify-center rounded-full font-semibold leading-none bg-teal-100 text-teal-800 dark:bg-teal-800/30 dark:text-teal-500"> A </span> <div class="grow"> <div class="text-gray-600 dark:text-neutral-500"> Astrid Huntjens, Talespin </div> </div> </div> </footer> </blockquote> </div><div class="border-l border-t py-6 pl-6 pr-4 sm:-ms-4 sm:border-b sm:border-l-0 sm:px-4 sm:pr-0"> <blockquote> <span class="text-gray-800 dark:text-neutral-200"> &quot;Eric is an excellent leader and an awesome colleague. Never afraid to voice his opinion, at all levels, but a good listener as well.&quot; </span> <footer class="mt-3"> <div class="flex items-center gap-x-2"> <span class="inline-flex size-5 items-center justify-center rounded-full font-semibold leading-none bg-blue-100 text-blue-800 dark:bg-blue-800/30 dark:text-blue-500"> A </span> <div class="grow"> <div class="text-gray-600 dark:text-neutral-500"> Astrid Verheij, Talespin </div> </div> </div> </footer> </blockquote> </div> </div> </div> <div class="my-10 sm:my-14"> <h2 class="mb-5 font-medium text-gray-800 dark:text-neutral-200">Skills</h2> <div class="space-y-4"> <div class="flex columns-2 flex-wrap"> <div class="flex grow"> <span class="block font-semibold text-gray-600 dark:text-neutral-500"> Product Expertise:
</span> </div> <div class="w-2/3 flex-initial text-gray-600"> <ul> <li class="me-1 inline-flex items-center dark:text-neutral-200 after:content-[',']"> Product Management </li><li class="me-1 inline-flex items-center dark:text-neutral-200 after:content-[',']"> Agile </li><li class="me-1 inline-flex items-center dark:text-neutral-200"> Business Development </li> </ul> </div> </div><div class="flex columns-2 flex-wrap"> <div class="flex grow"> <span class="block font-semibold text-gray-600 dark:text-neutral-500"> Soft Skills:
</span> </div> <div class="w-2/3 flex-initial text-gray-600"> <ul> <li class="me-1 inline-flex items-center dark:text-neutral-200 after:content-[',']"> Radical Candor </li><li class="me-1 inline-flex items-center dark:text-neutral-200 after:content-[',']"> Transparant </li><li class="me-1 inline-flex items-center dark:text-neutral-200"> Team Player </li> </ul> </div> </div> </div> </div> <div class="mt-10 sm:mt-14"> <h2 class="mb-5 font-medium text-gray-800 dark:text-neutral-200">
Work experience
</h2> <div> <div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-start justify-center size-10"> <img src="/images/work/forsvc/logo.webp" alt="ForsVC logo" class="-ml-2 dark:grayscale dark:invert"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2021 — Ongoing</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Venture Partner at ForsVC </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Eric is responsible for validating investment opportunities at Belgium&#39;s
€18 million venture capitalist gaming fund. To date, we invested in: </p><ul class="mb-3 ms-6 mt-3 list-disc space-y-1.5"> <li class="ps-1 text-gray-600 dark:text-neutral-400">Cyborn</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Studio Deloryan</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Mystic Forge</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Oisoi Studio</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Oro Interactive</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Glowfish Interactive</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Strivecloud</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Aberratic</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Arcanix</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Hero Zone VR</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Twirlbound</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Galaxy Grove</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Gamevestor</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Maxymum</li> </ul> <p class="font-semibold text-gray-800 dark:text-neutral-200 mt-3"> Member of the Expert Panel </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Eric reviewed investment opportunities and provided feedback. </p> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-start justify-center size-8"> <img src="/images/work/oisoi-studio/logo.webp" alt="Oisoi Studio logo" class="-ml-2 pt-0.5 dark:grayscale"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2024 - Ongoing</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Advisory Board Member at Oisoi Studio </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Eric advises the management team of Oisoi Studio on business and creative
subjects. </p> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-start justify-center size-6"> <img src="/images/work/ronimo-lead-producer/logo.webp" alt="Ronimo Games (Lead Producer) logo" class="pt-0.5 dark:grayscale"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2022 — 2023</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Lead Producer at Ronimo Games </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Eric was hired as Senior Producer at Ronimo, with the purpose of
optimizing product and project management processes and increasing the
overall quality of the studio&#39;s output. Ronimo worked with SEGA on the
Nubs! IP. </p> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-center justify-center size-8"> <?xml version="1.0" encoding="UTF-8"?>
<svg
	version="1.1"
	id="Logo_x27_s"
	xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	viewBox="0 0 130 154.6"
>
	<!-- Main Shape -->
	<g>
		<g>
			<path
				d="M132,35.7L72,1.1c-2.5-1.4-5.5-1.4-8,0L4,35.7c-2.5,1.4-4,4.1-4,6.9l0,69.3c0,2.9,1.5,5.5,4,6.9l60,34.6 c2.5,1.4,5.5,1.4,8,0l60-34.6c2.5-1.4,4-4.1,4-6.9l0-69.3C136,39.8,134.5,37.1,132,35.7z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
		</g>

		<!-- First Layer -->
		<g class="opacity-75">
			<path
				d="M65.5,19.8l-44,25.4c-2,1.2-2,4,0,5.2l21,12.1l23,13.3c1.5,0.9,3.5,0.9,5,0l23-13.3l21-12.1c2-1.2,2-4,0-5.2 l-44-25.4C69,18.9,67,18.9,65.5,19.8z"
				class="fill-white dark:fill-black"
			/>
		</g>

		<!-- Second Layer -->
		<g class="opacity-50">
			<path
				d="M65.5,49.3l-44,25.4c-2,1.2-2,4,0,5.2l21,12.1l23,13.3c1.5,0.9,3.5,0.9,5,0l23-13.3l21-12.1c2-1.2,2-4,0-5.2 l-44-25.4C69,48.4,67,48.4,65.5,49.3z"
				class="fill-white dark:fill-black"
			/>
		</g>

		<!-- Third Layer -->
		<g class="opacity-25">
			<path
				d="M65.5,78.7l-44,25.4c-2,1.2-2,4,0,5.2l21,12.1l23,13.3c1.5,0.9,3.5,0.9,5,0l23-13.3l21-12.1c2-1.2,2-4,0-5.2 l-44-25.4C69,77.8,67,77.8,65.5,78.7z"
				class="fill-white dark:fill-black"
			/>
		</g>
	</g>
</svg>
 </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2019 - 2022</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Co-Founder and COO at Steam Data Suite </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Eric co-founded this analytics company and served as its COO for 2.5
years. He was responsible for designing and implementing procedures for
many aspects of the company, including hiring, finance, investments, and
implementing agile methodologies. Eric raised over €400k in investments
to grow the success of the company. </p><ul class="mb-3 ms-6 mt-3 list-disc space-y-1.5"> <li class="ps-1 text-gray-600 dark:text-neutral-400">Exited to newzoo in 2023</li> </ul> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-center justify-start size-8"> <img src="/images/work/talespin/logo.webp" alt="Talespin logo" class="-ml-2 dark:grayscale"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2017 — 2019</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Senior Vice President of Product Management at Talespin </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Eric oversaw the direction and success of the enterprise product. These
exist of VR and AR software for insurance and other clients. He steered
the development efforts towards user-centric approach to add value for
the clients. </p> <p class="font-semibold text-gray-800 dark:text-neutral-200 mt-3"> Head of Talespin Studios </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> As Head of Talespin Studios, Eric led operations, production, and
business development for Talespin&#39;s entertainment division. Eric
converted prospects into clients to generate revenue for the company
while leading the operations. </p> <p class="font-semibold text-gray-800 dark:text-neutral-200 mt-3"> Product Manager / Senior Product Owner </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> As the Product Manager, Eric was responsible for transitioning the team
towards a recurring revenue model. He was also the product owner for
multiple products. </p> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-center justify-end size-6"> <img src="/images/work/stolen-couch-games/logo.webp" alt="Stolen Couch Games logo" class="-ml-2 pt-3 dark:grayscale"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2010 — 2021</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Co-Founder and CEO at Stolen Couch Games </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> A game development studio that focuses on games as a service. The titles
that were released include Castaway Paradise and Castaway Home Designer.
Eric was the company&#39;s leader for almost a dozen years until the studio
was sunset. </p><ul class="mb-3 ms-6 mt-3 list-disc space-y-1.5"> <li class="ps-1 text-gray-600 dark:text-neutral-400">Secured over €500.000 in VC investments</li><li class="ps-1 text-gray-600 dark:text-neutral-400">Released 6 multi-platform games with millions of downloads</li> </ul> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-start justify-center size-6"> <img src="/images/work/ronimo-freelance/logo.webp" alt="Ronimo Games (Freelance) logo" class="pt-0.5 dark:grayscale"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2017</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Freelance Product Manager at Ronimo Games </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> When Ronimo&#39;s hit game went free to play, the studio hired Eric to help
the transition. He helped implement an actionable analytics solution and
helped steer the product backlog to smoothly launch the game. </p> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-center justify-center size-6"> <svg class="size-6 shrink-0 text-gray-800 dark:text-neutral-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 12h.01"></path> <path d="M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"></path> <path d="M22 13a18.15 18.15 0 0 1-20 0"></path> <rect width="20" height="14" x="2" y="6" rx="2"></rect> </svg> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2012 — 2015</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Founder at Green Light Bundle </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> The company promoted games to increase revenue for developers, by selling
bundled software for a pay-what-you-want price. </p> </div> </div><div class="group relative flex gap-x-5"> <div class="relative after:absolute after:bottom-2 after:start-3 after:top-8 after:w-px after:-translate-x-[0.5px] after:bg-gray-200 group-last:after:hidden dark:after:bg-neutral-700"> <div class="relative z-10 flex items-center justify-center size-6"> <img src="/images/work/vanguard/logo.webp" alt="Vanguard Entertainment Group logo" class="pt-0.5 dark:grayscale"> </div> </div> <div class="-ml-2 grow pb-8 group-last:pb-0"> <h3 class="mb-1 text-xs text-gray-600 dark:text-neutral-400">2010</h3>  <p class="font-semibold text-gray-800 dark:text-neutral-200"> Quality Assurance at Vanguard Entertainment Group </p> <p class="text-gray-600 dark:text-neutral-400 mb-2 mt-1"> Early in his career as a quality assurance specialist, Eric worked on a
EA published console game. </p> </div> </div> </div> </div> <div class="mt-10 sm:mt-14"> <h2 class="mb-3 font-medium text-gray-800 dark:text-neutral-200">
Education & Certifications
</h2> <div class="grid grid-cols-2 gap-3 sm:grid-cols-2"> <div class="group rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center pb-4"> <img src="/images/education/hku/logo.webp" alt="Bachelor in Art &#38; Technology logo" class="h-6 w-auto dark:grayscale dark:invert dark:filter"> </div> <h3 class="mb-1 flex items-end text-xs text-gray-600 dark:text-neutral-400"> 2007 - 2011 </h3> <p class="flex items-end font-semibold text-gray-800 dark:text-neutral-200"> Bachelor in Art &amp; Technology </p> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Utrecht School of the Arts </p> </div><div class="group rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center pb-4"> <img src="/images/education/professional-scrum-master/logo.webp" alt="Professional Scrum Master logo" class="size-14 dark:grayscale dark:invert dark:filter"> </div> <h3 class="mb-1 flex items-end text-xs text-gray-600 dark:text-neutral-400"> 2021 </h3> <p class="flex items-end font-semibold text-gray-800 dark:text-neutral-200"> Professional Scrum Master </p> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Scrum.org </p> </div> </div> </div> <div class="my-10 sm:my-14"> <h2 class="mb-3 font-medium text-gray-800 dark:text-neutral-200">Products</h2> <div class="col grid grid-cols-2 gap-3 sm:grid-cols-2"> <a href="https://gameindustry.be" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/belgian-game-industry/logo.webp" alt="Belgian Game Industry websites logo" class="size-16"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Belgian Game Industry websites </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> GameIndustry.be, GameJobs.be, GameMentors.be were created to connect the
Belgian Game Industry. </p> </a><a href="https://playnubs.com" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/nubs-arena/logo.webp" alt="Nubs! Arena logo" class="h-auto w-32"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Nubs! Arena </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Eric was the lead producer on Nubs! Released on May 15th 2025. </p> </a><a href="https://newzoo.com/resources/blog/newzoo-acquires-steam-data-suite-to-power-up-platform-data-offering" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <?xml version="1.0" encoding="UTF-8"?>
<svg
	version="1.1"
	id="Logo_x27_s"
	xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	viewBox="0 0 729.1 154.6"
>
	<!-- Main Shape -->
	<g>
		<g>
			<path
				d="M132,35.7L72,1.1c-2.5-1.4-5.5-1.4-8,0L4,35.7c-2.5,1.4-4,4.1-4,6.9l0,69.3c0,2.9,1.5,5.5,4,6.9l60,34.6 c2.5,1.4,5.5,1.4,8,0l60-34.6c2.5-1.4,4-4.1,4-6.9l0-69.3C136,39.8,134.5,37.1,132,35.7z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
		</g>

		<!-- First Layer -->
		<g class="opacity-75">
			<path
				d="M65.5,19.8l-44,25.4c-2,1.2-2,4,0,5.2l21,12.1l23,13.3c1.5,0.9,3.5,0.9,5,0l23-13.3l21-12.1c2-1.2,2-4,0-5.2 l-44-25.4C69,18.9,67,18.9,65.5,19.8z"
				class="fill-white dark:fill-black"
			/>
		</g>

		<!-- Second Layer -->
		<g class="opacity-50">
			<path
				d="M65.5,49.3l-44,25.4c-2,1.2-2,4,0,5.2l21,12.1l23,13.3c1.5,0.9,3.5,0.9,5,0l23-13.3l21-12.1c2-1.2,2-4,0-5.2 l-44-25.4C69,48.4,67,48.4,65.5,49.3z"
				class="fill-white dark:fill-black"
			/>
		</g>

		<!-- Third Layer -->
		<g class="opacity-25">
			<path
				d="M65.5,78.7l-44,25.4c-2,1.2-2,4,0,5.2l21,12.1l23,13.3c1.5,0.9,3.5,0.9,5,0l23-13.3l21-12.1c2-1.2,2-4,0-5.2 l-44-25.4C69,77.8,67,77.8,65.5,78.7z"
				class="fill-white dark:fill-black"
			/>
		</g>

		<!-- Text and other details -->
		<g>
			<path
				d="M193,77.9c-1.5-1.2-3.1-2.2-4.9-2.9c-1.8-0.8-3.6-1.4-5.4-2c-1.8-0.6-3.4-1.3-4.9-1.9c-1.5-0.7-2.7-1.5-3.6-2.5 c-0.9-1-1.4-2.3-1.4-3.9c0-1.9,0.7-3.4,2.2-4.5c1.5-1.1,3.6-1.6,6.2-1.6c2.1,0,4,0.4,5.7,1.3c1.6,0.8,3.2,2.1,4.7,3.8l5.9-5.9 c-1.7-2.1-4-3.9-6.7-5.2c-2.8-1.4-5.9-2.1-9.4-2.1c-3.2,0-6.2,0.6-8.8,1.7c-2.6,1.2-4.7,2.8-6.3,5c-1.5,2.2-2.3,4.9-2.3,8 c0,2.7,0.5,5,1.4,6.8c0.9,1.8,2.1,3.2,3.6,4.3c1.5,1.1,3.1,2,4.9,2.8c1.8,0.7,3.6,1.4,5.4,2c1.8,0.6,3.4,1.2,4.9,2 c1.5,0.7,2.7,1.7,3.6,2.8c0.9,1.1,1.4,2.6,1.4,4.3c0,2.1-0.9,3.8-2.6,5c-1.7,1.2-4.1,1.8-7,1.8c-3.1,0-5.7-0.6-7.7-1.8 c-2-1.2-3.8-2.8-5.2-5l-5.9,5.9c2.3,2.9,5,5.2,7.9,6.7c2.9,1.5,6.5,2.3,10.7,2.3c5.7,0,10.3-1.4,13.6-4.2c3.4-2.8,5-6.6,5-11.3 c0-2.8-0.5-5.2-1.4-7.1C195.7,80.6,194.5,79.1,193,77.9z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<polygon
				points="218.3,52.7 210,52.7 210,67.9 201.2,67.9 201.2,75.5 210,75.5 210,104.3 218.3,104.3 218.3,75.5 227.1,75.5 227.1,67.9 218.3,67.9"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M256.4,69.5c-2.6-1.6-5.6-2.4-9-2.4c-3.5,0-6.7,0.8-9.5,2.5c-2.9,1.7-5.1,3.9-6.8,6.8c-1.7,2.9-2.5,6.1-2.5,9.7 c0,3.6,0.8,6.8,2.5,9.7c1.7,2.9,4,5.2,6.9,6.8c2.9,1.6,6.2,2.5,9.8,2.5c2.8,0,5.5-0.5,8-1.6c2.5-1.1,4.7-2.6,6.5-4.7l-5.3-5.4 c-1.1,1.3-2.5,2.2-4.1,2.9c-1.6,0.7-3.3,1-5.2,1c-2.2,0-4.1-0.5-5.8-1.4c-1.7-0.9-3-2.3-3.9-4c-0.4-0.8-0.8-1.7-1-2.7h27.2 c0.2-0.8,0.3-1.5,0.3-2.1c0.1-0.6,0.1-1.3,0.1-1.9c0-3.5-0.7-6.6-2.2-9.3C261.1,73.2,259,71,256.4,69.5z M238.1,80 c0.9-1.6,2.1-2.9,3.6-3.8c1.6-0.9,3.4-1.4,5.5-1.4c2,0,3.7,0.4,5.1,1.2c1.4,0.8,2.5,2,3.2,3.5c0.4,0.8,0.7,1.8,1,2.9h-19.4 C237.4,81.5,237.7,80.7,238.1,80z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M296.8,71.9c-1.1-1.2-2.3-2.2-3.8-3.1c-2.2-1.2-4.6-1.8-7.4-1.8c-3.3,0-6.3,0.8-8.9,2.5c-2.7,1.7-4.8,4-6.3,6.8 c-1.5,2.9-2.3,6.1-2.3,9.7c0,3.5,0.8,6.7,2.3,9.6c1.5,2.9,3.6,5.1,6.3,6.8c2.7,1.7,5.6,2.5,8.9,2.5c2.8,0,5.3-0.6,7.4-1.8 c1.5-0.8,2.7-1.8,3.7-3v4h8.4V67.9h-8.4V71.9z M294.4,94.1c-1.9,2.1-4.4,3.1-7.5,3.1c-2,0-3.8-0.5-5.4-1.4c-1.5-0.9-2.8-2.2-3.6-3.9 c-0.9-1.7-1.3-3.6-1.3-5.8s0.4-4.1,1.3-5.8c0.9-1.7,2.1-3,3.6-3.9c1.5-0.9,3.3-1.4,5.4-1.4c2.1,0,3.9,0.5,5.4,1.4 c1.5,0.9,2.7,2.2,3.6,3.9c0.9,1.7,1.3,3.6,1.3,5.8C297.3,89.3,296.3,92,294.4,94.1z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M363,68.8c-2.1-1.1-4.5-1.7-7.1-1.7c-2.6,0-4.9,0.6-7.1,1.7c-2,1.1-3.7,2.5-5,4.4c-1.2-1.9-2.8-3.4-4.7-4.4 c-2.1-1.1-4.4-1.7-7-1.7c-2.6,0-4.9,0.6-7,1.7c-1.4,0.7-2.5,1.7-3.5,2.8v-3.8h-8.4v36.4h8.4V82.6c0-1.6,0.4-3,1.1-4.1 c0.7-1.1,1.7-2,2.8-2.6c1.2-0.6,2.5-0.9,4.1-0.9c2.2,0,4.1,0.7,5.6,2c1.5,1.3,2.3,3.2,2.3,5.7v21.7h8.4V82.6 c0-1.6,0.4-3,1.1-4.1c0.7-1.1,1.7-2,2.9-2.6s2.6-0.9,4-0.9c2.2,0,4.1,0.7,5.6,2c1.5,1.3,2.3,3.2,2.3,5.7v21.7h8.4V80.8 c0-2.8-0.6-5.3-1.9-7.3C366.9,71.5,365.2,69.9,363,68.8z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M432.2,58.8c-2.5-2.4-5.3-4.3-8.6-5.6c-3.3-1.3-6.9-2-10.7-2h-11.5h-2.7h-6v53.2h6h2.7H413c3.8,0,7.3-0.7,10.6-2 c3.3-1.3,6.2-3.2,8.6-5.6c2.4-2.4,4.3-5.2,5.7-8.5c1.4-3.2,2-6.7,2-10.5c0-3.8-0.7-7.3-2-10.5C436.6,64,434.6,61.2,432.2,58.8z M428.7,87.4c-1.5,2.8-3.7,5-6.5,6.6c-2.8,1.6-6,2.4-9.6,2.4h-11.2V59.1h11.2c3.6,0,6.8,0.8,9.5,2.4c2.8,1.6,4.9,3.7,6.5,6.5 c1.6,2.8,2.4,6,2.4,9.6C431,81.4,430.2,84.6,428.7,87.4z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M473,71.9c-1.1-1.2-2.3-2.3-3.8-3.1c-2.2-1.2-4.6-1.8-7.4-1.8c-3.3,0-6.3,0.8-8.9,2.5c-2.7,1.7-4.8,4-6.3,6.8 c-1.5,2.9-2.3,6.1-2.3,9.7c0,3.5,0.8,6.7,2.3,9.6c1.5,2.9,3.6,5.1,6.3,6.8c2.7,1.7,5.6,2.5,8.9,2.5c2.8,0,5.3-0.6,7.4-1.8 c1.5-0.8,2.7-1.8,3.7-3v4h8.4V67.9H473V71.9z M470.7,94.1c-1.9,2.1-4.4,3.1-7.5,3.1c-2,0-3.8-0.5-5.4-1.4c-1.5-0.9-2.8-2.2-3.6-3.9 s-1.3-3.6-1.3-5.8s0.4-4.1,1.3-5.8c0.9-1.7,2.1-3,3.6-3.9c1.5-0.9,3.3-1.4,5.4-1.4c2.1,0,3.9,0.5,5.4,1.4 c1.5,0.9,2.7,2.2,3.6,3.9c0.9,1.7,1.3,3.6,1.3,5.8C473.5,89.3,472.6,92,470.7,94.1z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<polygon
				points="503.4,52.7 495,52.7 495,67.9 486.3,67.9 486.3,75.5 495,75.5 495,104.3 503.4,104.3 503.4,75.5 512.1,75.5 512.1,67.9 503.4,67.9"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M542.4,71.9c-1.1-1.2-2.3-2.3-3.8-3.1c-2.2-1.2-4.6-1.8-7.4-1.8c-3.3,0-6.3,0.8-8.9,2.5c-2.7,1.7-4.8,4-6.3,6.8 c-1.5,2.9-2.3,6.1-2.3,9.7c0,3.5,0.8,6.7,2.3,9.6c1.5,2.9,3.6,5.1,6.3,6.8c2.7,1.7,5.6,2.5,8.9,2.5c2.8,0,5.3-0.6,7.4-1.8 c1.5-0.8,2.7-1.8,3.7-3v4h8.4V67.9h-8.4V71.9z M540.1,94.1c-1.9,2.1-4.4,3.1-7.5,3.1c-2,0-3.8-0.5-5.4-1.4c-1.5-0.9-2.8-2.2-3.6-3.9 s-1.3-3.6-1.3-5.8s0.4-4.1,1.3-5.8c0.9-1.7,2.1-3,3.6-3.9c1.5-0.9,3.3-1.4,5.4-1.4c2.1,0,3.9,0.5,5.4,1.4 c1.5,0.9,2.7,2.2,3.6,3.9c0.9,1.7,1.3,3.6,1.3,5.8C542.9,89.3,542,92,540.1,94.1z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M602.6,77.9c-1.5-1.2-3.1-2.2-4.9-2.9c-1.8-0.8-3.6-1.4-5.4-2c-1.8-0.6-3.4-1.3-4.9-1.9c-1.5-0.7-2.7-1.5-3.6-2.5 c-0.9-1-1.4-2.3-1.4-3.9c0-1.9,0.7-3.4,2.2-4.5s3.6-1.6,6.2-1.6c2.1,0,4,0.4,5.7,1.3c1.6,0.8,3.2,2.1,4.7,3.8l5.9-5.9 c-1.7-2.1-4-3.9-6.7-5.2c-2.8-1.4-5.9-2.1-9.4-2.1c-3.2,0-6.2,0.6-8.8,1.7c-2.6,1.2-4.7,2.8-6.3,5c-1.5,2.2-2.3,4.9-2.3,8 c0,2.7,0.5,5,1.4,6.8c0.9,1.8,2.1,3.2,3.6,4.3c1.5,1.1,3.1,2,4.9,2.8c1.8,0.7,3.6,1.4,5.4,2c1.8,0.6,3.4,1.2,4.9,2 c1.5,0.7,2.7,1.7,3.6,2.8s1.4,2.6,1.4,4.3c0,2.1-0.9,3.8-2.6,5c-1.7,1.2-4.1,1.8-7,1.8c-3.1,0-5.7-0.6-7.7-1.8 c-2-1.2-3.8-2.8-5.2-5l-5.9,5.9c2.3,2.9,5,5.2,7.9,6.7c2.9,1.5,6.5,2.3,10.7,2.3c5.7,0,10.3-1.4,13.6-4.2c3.4-2.8,5-6.6,5-11.3 c0-2.8-0.5-5.2-1.4-7.1C605.3,80.6,604.1,79.1,602.6,77.9z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M636.5,88.7c0,2.7-0.6,4.7-1.9,6.2c-1.3,1.4-3.2,2.2-5.6,2.2c-1.6,0-2.9-0.3-4.1-1c-1.1-0.7-2-1.6-2.6-2.8 c-0.6-1.2-0.9-2.7-0.9-4.5V67.9h-8.4V89c0,3.1,0.7,5.9,2,8.3c1.3,2.4,3.2,4.3,5.6,5.7c2.4,1.4,5.2,2,8.2,2c3.1,0,5.9-0.7,8.3-2 c2.4-1.3,4.2-3.2,5.6-5.6c1.3-2.4,2-5.2,2-8.4V67.9h-8.4V88.7z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<rect
				x="652.2"
				y="67.9"
				width="8.4"
				height="36.4"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M656.4,51.2c-1.4,0-2.6,0.5-3.5,1.4c-0.9,1-1.4,2.2-1.4,3.6c0,1.4,0.5,2.6,1.4,3.6c0.9,1,2.1,1.4,3.5,1.4 c1.5,0,2.7-0.5,3.6-1.4c0.9-1,1.4-2.2,1.4-3.6c0-1.4-0.5-2.6-1.4-3.6C659,51.6,657.8,51.2,656.4,51.2z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<polygon
				points="682.6,52.7 674.3,52.7 674.3,67.9 665.6,67.9 665.6,75.5 674.3,75.5 674.3,104.3 682.6,104.3 682.6,75.5 691.4,75.5 691.4,67.9 682.6,67.9"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
			<path
				d="M726.9,75.9c-1.5-2.7-3.5-4.9-6.2-6.5c-2.6-1.6-5.6-2.4-9-2.4c-3.5,0-6.7,0.8-9.5,2.5c-2.9,1.7-5.1,3.9-6.8,6.8 c-1.7,2.9-2.5,6.1-2.5,9.7c0,3.6,0.8,6.8,2.5,9.7c1.7,2.9,4,5.2,6.9,6.8c2.9,1.6,6.2,2.5,9.8,2.5c2.8,0,5.5-0.5,8-1.6 c2.5-1.1,4.7-2.6,6.5-4.7l-5.3-5.4c-1.1,1.3-2.5,2.2-4.1,2.9c-1.6,0.7-3.3,1-5.2,1c-2.2,0-4.1-0.5-5.8-1.4 c-1.7-0.9-3-2.3-3.9-4c-0.4-0.8-0.8-1.7-1-2.7h27.2c0.2-0.8,0.3-1.5,0.3-2.1c0.1-0.6,0.1-1.3,0.1-1.9C729.1,81.8,728.4,78.6,726.9,75.9z M702.4,80c0.9-1.6,2.1-2.9,3.6-3.8c1.6-0.9,3.4-1.4,5.5-1.4c2,0,3.7,0.4,5.1,1.2c1.4,0.8,2.5,2,3.2,3.5c0.4,0.8,0.7,1.8,1,2.9 h-19.4C701.7,81.5,702,80.7,702.4,80z"
				class="fill-[#363d47] dark:fill-gray-300"
			/>
		</g>
	</g>
</svg>
 </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Steam Data Suite </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> A data analytics platform for game developers and publishers. Sold to Newzoo
in 2023. </p> </a><a href="https://youtube.com/watch?v=NHbKkAhji3I" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/shepard-fairey-damaged/logo.svg" alt="Shepard Fairey - DAMAGED logo" class="h-12 w-auto dark:invert"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Shepard Fairey - DAMAGED </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> VR and AR art exhibition featuring the works of Shepard Fairey. </p> </a><div class="relative col-span-2 rounded-lg transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 sm:col-span-2"> <a href="https://youtube.com/watch?v=WKTY_WBW6xs" target="_blank" class="block rounded-lg bg-cover p-4 dark:grayscale dark:filter hover:dark:grayscale-0" style="background-image: url(/images/products/tmnt/backgroundImage.webp)"> <div class="absolute inset-x-0 bottom-0 top-1/2 rounded-b-lg bg-gradient-to-t from-black via-black to-transparent opacity-60"></div> <div class="relative top-1 mb-2 h-48"> <img src="/images/products/tmnt/logo.svg" alt="Mutant Ninja Turtles: Power Up!" class="h-auto w-56"> </div> <h3 class="relative mt-2 text-lg font-semibold text-gray-100"> Mutant Ninja Turtles: Power Up! </h3> <p class="relative mt-1 text-gray-300">An AR-controlled mobile game created to promote the new TMNT cartoon series.</p> </a> </div><a href="https://store.steampowered.com/app/808550/Project_Rampage_VR/" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/rampage-vr/logo.svg" alt="Rampage VR logo" class="h-auto w-10/12"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Rampage VR </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> The game puts the player in control of giant beasts to promote the release of
the film. </p> </a><a href="https://youtube.com/watch?v=8Ny7evpxLXQ" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/castaway-paradise/logo.webp" alt="Castaway Paradise logo" class="h-auto w-24"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Castaway Paradise </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> A Nintendo inspired life simulator for all platforms. Features an adaptive
monetisation system. </p> </a><a href="https://youtube.com/watch?v=1NTmOrICvhI" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/castaway-home-designer/logo.webp" alt="Castaway Home Designer logo" class="h-auto w-12"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Castaway Home Designer </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Spin-off game in the popular home decoration genre. </p> </a><a href="https://youtube.com/watch?v=J96PbHZM6mU" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/ichi/logo.webp" alt="Ichi logo" class="h-auto w-24 filter dark:grayscale dark:invert"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Ichi </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> A one button puzzle game with over 100,000 user-made levels. </p> </a><a href="https://youtube.com/watch?v=W6LRr48zb-c" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/letrz/logo.webp" alt="LETRZ logo" class="size-14"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> LETRZ </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Multiplayer word puzzle game. Was briefly a daytime TV show. </p> </a><a href="https://youtube.com/watch?v=4RvVKY7D0bA" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/geostorm/logo.svg" alt="Geostorm logo" class="h-auto w-10/12"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Geostorm </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> A turn-based puzzle game set in a world of devastating natural disasters. </p> </a><a href="https://youtube.com/watch?v=SnPD5S1WNHM" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/kids-vs-goblins/logo.webp" alt="Kids vs Goblins logo" class="size-14"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Kids vs Goblins </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Casual action RPG where kids have to save their baby brother from the evil
goblin king. </p> </a><div class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/chime-multiplayer/logo.webp" alt="Chime Multiplayer logo" class="size-14"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Chime Multiplayer </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Prototype for the multiplayer mode for Chime Sharp by Zoë Mode. </p> </div><a href="https://youtu.be/EqW7cYiIntg?t=5s" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/gatling-gears/logo.svg" alt="Gatling Gears logo" class="size-14 dark:invert"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Gatling Gears </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> Top-down shooter published by EA on consoles. </p> </a><a href="https://youtu.be/FPT5Mi7IGMQ?t=11s" target="_blank" class="group relative block rounded-lg border border-gray-200 p-4 transition duration-100 ease-in-out hover:z-50 hover:scale-105 hover:border-indigo-100 hover:shadow-lg hover:shadow-indigo-100 dark:border-neutral-700 dark:grayscale dark:filter dark:hover:bg-neutral-800 hover:dark:grayscale-0"> <div class="flex h-16 items-center"> <img src="/images/products/awesomenauts/logo.webp" alt="Awesomenauts logo" class="h-auto w-10/12"> </div> <h3 class="mt-2 font-semibold text-gray-800 dark:text-neutral-200"> Awesomenauts </h3> <p class="mt-1 text-gray-600 dark:text-neutral-400"> 2D side scrolling MOBA that sold millions of copies. </p> </a> </div> </div> </div> </main>  <script type="module" src="/_astro/BaseLayout.astro_astro_type_script_index_0_lang.DLd8WpR4.js"></script> </body> </html>