{"id":5506,"date":"2026-01-18T12:48:53","date_gmt":"2026-01-18T19:48:53","guid":{"rendered":"https:\/\/rec0m88.com\/?page_id=5506"},"modified":"2026-08-23T19:15:17","modified_gmt":"2026-08-24T01:15:17","slug":"about","status":"publish","type":"page","link":"https:\/\/rec0m88.com\/es\/about\/","title":{"rendered":"Acerca de"},"content":{"rendered":"<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;family=Sora:wght@500;600;700&#038;family=JetBrains+Mono:wght@400;500;600&#038;display=swap\">\n\n<div class=\"about-page\">\n<style>\n\/* =========================================================\n   REC0M88 \u2014 ABOUT PAGE\n   Same design system as the Rec0m88 homepage, download page\n   and legal disclaimer: refined dark, Sora \/ Inter \/\n   JetBrains Mono, hairline borders, restrained cyan + violet.\n   Everything stays scoped under .about-page so nothing leaks\n   into the surrounding theme.\n   ========================================================= *\/\n\n.about-page {\n  \/* ---- Surface ramp ---- *\/\n  --r-bg:        #08090c;\n  --r-bg-2:      #0b0d11;\n  --r-surface:   #101319;\n  --r-surface-2: #151922;\n  --r-line:      rgba(255,255,255,.07);\n  --r-line-2:    rgba(255,255,255,.12);\n\n  \/* ---- Ink ---- *\/\n  --r-text:      #e8eaf0;\n  --r-body:      #a5abba;\n  --r-muted:     #6f7789;\n\n  \/* ---- Accent ---- *\/\n  --r-cyan:        #35d6ee;\n  --r-cyan-soft:   rgba(53,214,238,.12);\n  --r-violet:      #a68bfa;\n  --r-violet-soft: rgba(166,139,250,.12);\n  --r-amber:       #f0c24b;\n  --r-amber-soft:  rgba(240,194,75,.12);\n\n  \/* ---- Type ---- *\/\n  --r-display: 'Sora', 'Inter', system-ui, sans-serif;\n  --r-sans:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;\n  --r-mono:    'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;\n\n  \/* ---- Shape ---- *\/\n  --r-r-sm: 8px;\n  --r-r-md: 14px;\n  --r-r-lg: 20px;\n  --r-shadow: 0 1px 2px rgba(0,0,0,.4), 0 12px 32px -12px rgba(0,0,0,.7);\n  --r-doc: 820px;\n\n  margin: 0 !important;\n  padding: 0 !important;\n  position: relative;\n  z-index: 1;\n  background: var(--r-bg);\n  color: var(--r-body);\n  font-family: var(--r-sans);\n  font-size: 16px;\n  line-height: 1.78;\n  letter-spacing: -0.005em;\n  overflow-x: hidden;\n  \/* Never split a word across lines. *\/\n  word-break: normal;\n  overflow-wrap: normal;\n  hyphens: none;\n  text-wrap: pretty;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.about-page, .about-page * { box-sizing: border-box; min-width: 0; }\n\n\/* Element resets wrapped in :where() so they carry ZERO element specificity \u2014\n   otherwise `.about-page p` (0,1,1) would beat every component rule (0,1,0)\n   and silently kill its margins and colors. *\/\n.about-page :where(img) { max-width: 100%; height: auto; display: block; }\n.about-page :where(a) { text-decoration: none; color: inherit; }\n.about-page :where(ul, ol, li) { margin: 0; padding: 0; list-style: none; }\n.about-page :where(p) { margin: 0 0 1.15em; }\n.about-page :where(h1, h2, h3, h4) { margin: 0; font-family: var(--r-display); color: var(--r-text); letter-spacing: -0.025em; line-height: 1.2; font-weight: 600; }\n.about-page :where(strong) { color: var(--r-text); font-weight: 600; }\n\n.about-page a:focus-visible { outline: 2px solid var(--r-cyan); outline-offset: 3px; border-radius: 4px; }\n\n.rw-cv { content-visibility: auto; contain-intrinsic-size: auto 800px; }\n\n@keyframes rwPulse {\n  0%   { box-shadow: 0 0 0 0 rgba(53,214,238,.45); }\n  70%  { box-shadow: 0 0 0 7px rgba(53,214,238,0); }\n  100% { box-shadow: 0 0 0 0 rgba(53,214,238,0); }\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n.about-hero {\n  position: relative; overflow: hidden;\n  border-bottom: 1px solid var(--r-line);\n  background: var(--r-bg);\n}\n\/* The project's own key art, held well back so it reads as atmosphere\n   rather than a photo with text dumped on top. Root-relative path. *\/\n.about-hero__art {\n  position: absolute; inset: 0; z-index: 0; pointer-events: none;\n  background-image: url('\/wp-content\/uploads\/2025\/09\/Rec0m88.jpg');\n  background-size: cover; background-position: center;\n  opacity: .16;\n  mask-image: linear-gradient(105deg, transparent 8%, #000 45%, #000 78%, transparent 100%);\n  -webkit-mask-image: linear-gradient(105deg, transparent 8%, #000 45%, #000 78%, transparent 100%);\n}\n.about-hero__wash {\n  position: absolute; inset: 0; z-index: 0; pointer-events: none;\n  background:\n    radial-gradient(820px 460px at 18% -18%, rgba(53,214,238,.13), transparent 62%),\n    radial-gradient(700px 420px at 86% 4%, rgba(166,139,250,.12), transparent 64%),\n    linear-gradient(180deg, rgba(8,9,12,.55) 0%, rgba(8,9,12,.9) 78%, var(--r-bg) 100%);\n}\n.about-hero__grid {\n  position: absolute; inset: 0; z-index: 0; pointer-events: none;\n  background-image:\n    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);\n  background-size: 64px 64px;\n  mask-image: radial-gradient(ellipse 85% 80% at 35% 20%, #000 30%, transparent 76%);\n  -webkit-mask-image: radial-gradient(ellipse 85% 80% at 35% 20%, #000 30%, transparent 76%);\n}\n.about-hero__inner {\n  position: relative; z-index: 1;\n  max-width: var(--r-doc); margin: 0 auto; padding: 96px 28px 76px;\n}\n\n.rw-kicker {\n  display: flex; align-items: baseline; gap: 10px;\n  font-family: var(--r-mono); font-size: .7rem; font-weight: 500;\n  letter-spacing: .16em; text-transform: uppercase; line-height: 1.6;\n  color: var(--r-muted); margin-bottom: 20px;\n}\n.rw-kicker::before { content: ''; flex: none; width: 22px; height: 1px; background: currentColor; opacity: .5; transform: translateY(-4px); }\n.rw-kicker--cyan { color: var(--r-cyan); }\n.rw-kicker--violet { color: var(--r-violet); }\n.rw-kicker--amber { color: var(--r-amber); }\n\n.about-hero h1 {\n  font-size: clamp(2.3rem, 5.6vw, 3.5rem);\n  font-weight: 700; letter-spacing: -0.038em; line-height: 1.06;\n  margin: 0 0 20px; text-wrap: balance;\n}\n.about-hero h1 em {\n  font-style: normal;\n  background: linear-gradient(100deg, var(--r-cyan) 0%, var(--r-violet) 100%);\n  -webkit-background-clip: text; background-clip: text;\n  -webkit-text-fill-color: transparent; color: var(--r-cyan);\n}\n.hero-sub { font-size: 1.125rem; color: var(--r-body); max-width: 58ch; margin: 0 0 28px; }\n.about-hero__chips { display: flex; flex-wrap: wrap; gap: 9px; }\n\n.rw-chip {\n  display: inline-flex; align-items: center; gap: 8px;\n  padding: 6px 13px; border-radius: 999px;\n  border: 1px solid var(--r-line-2); background: rgba(255,255,255,.03);\n  font-family: var(--r-mono); font-size: .68rem; font-weight: 500;\n  letter-spacing: .06em; text-transform: uppercase; color: var(--r-body); white-space: nowrap;\n}\n.rw-chip--cyan   { color: var(--r-cyan);   border-color: rgba(53,214,238,.28);  background: var(--r-cyan-soft); }\n.rw-chip--violet { color: var(--r-violet); border-color: rgba(166,139,250,.28); background: var(--r-violet-soft); }\n.rw-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; animation: rwPulse 2.6s ease-out infinite; }\n\n\/* =========================================================\n   DOCUMENT\n   ========================================================= *\/\n.container { max-width: var(--r-doc); margin: 0 auto; padding: 0 28px; }\n\n.content-section { padding: 68px 0; border-bottom: 1px solid var(--r-line); }\n.content-section:first-of-type { padding-top: 60px; }\n.content-section--last { border-bottom: none; }\n\n.content-section h2 {\n  font-size: clamp(1.6rem, 3.2vw, 2.15rem);\n  letter-spacing: -0.032em; margin: 0 0 26px; text-wrap: balance;\n}\n.content-section h3 {\n  font-size: clamp(1.1rem, 2.2vw, 1.3rem);\n  letter-spacing: -0.025em; margin: 40px 0 16px;\n  padding-top: 26px; border-top: 1px solid var(--r-line);\n}\n.content-section p { color: var(--r-body); font-size: 1.0625rem; line-height: 1.8; max-width: 68ch; }\n.content-section p:last-child { margin-bottom: 0; }\n.content-section a:not(.contact-btn):not(.neon-link) { color: var(--r-cyan); border-bottom: 1px solid rgba(53,214,238,.3); }\n\n\/* Pull quote \u2014 the one loud moment on the page, so everything\n   around it stays quiet. *\/\n.highlight-box {\n  margin: 42px 0; padding: 4px 0 4px 28px;\n  border-left: 2px solid var(--r-cyan);\n}\n.highlight-box p {\n  margin: 0; max-width: 30ch;\n  font-family: var(--r-display); font-weight: 600;\n  font-size: clamp(1.3rem, 3vw, 1.7rem);\n  line-height: 1.35; letter-spacing: -0.03em; color: var(--r-text);\n}\n.highlight-box .attrib {\n  display: block; margin-top: 14px;\n  font-family: var(--r-mono); font-size: .68rem; font-weight: 500;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--r-muted);\n}\n\n\/* Tech cards *\/\n.tech-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin: 38px 0 0; }\n.tech-card {\n  position: relative; overflow: hidden;\n  padding: 26px 26px 28px; border-radius: var(--r-r-lg);\n  border: 1px solid var(--r-line); background: var(--r-surface);\n  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;\n}\n.tech-card::before {\n  content: ''; position: absolute; inset: 0; border-radius: inherit;\n  pointer-events: none; opacity: 0; transition: opacity .22s ease;\n  background: radial-gradient(460px 200px at 12% 0%, rgba(53,214,238,.09), transparent 64%);\n}\n.tech-card:hover { border-color: rgba(53,214,238,.3); transform: translateY(-3px); box-shadow: var(--r-shadow); }\n.tech-card:hover::before { opacity: 1; }\n.tech-card > * { position: relative; z-index: 1; }\n.tech-card__tag {\n  display: inline-block; margin-bottom: 14px;\n  font-family: var(--r-mono); font-size: .66rem; font-weight: 600;\n  letter-spacing: .14em; text-transform: uppercase; color: var(--r-cyan);\n}\n.tech-card h4 { font-size: 1.1rem; letter-spacing: -0.025em; margin-bottom: 10px; }\n.tech-card p { margin: 0; font-size: .9375rem; line-height: 1.7; color: var(--r-body); max-width: none; }\n\n\/* Roadmap caveat *\/\n.roadmap-note {\n  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;\n  padding: 18px 20px; margin-bottom: 30px;\n  border: 1px dashed rgba(240,194,75,.32); border-radius: var(--r-r-md);\n  background: var(--r-amber-soft);\n}\n.roadmap-note .tag {\n  font-family: var(--r-mono); font-size: .66rem; font-weight: 600;\n  letter-spacing: .12em; text-transform: uppercase; color: var(--r-amber);\n  padding-top: 4px; white-space: nowrap;\n}\n.roadmap-note p { margin: 0; font-size: .9375rem; line-height: 1.7; color: var(--r-body); max-width: none; }\n\n\/* Feature list *\/\n.about-page ul.feature-list { display: grid; gap: 10px; margin: 30px 0 0; }\n.feature-list li {\n  display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start;\n  padding: 17px 20px; border-radius: var(--r-r-md);\n  border: 1px solid var(--r-line); background: var(--r-bg-2);\n  font-size: .9375rem; line-height: 1.7; color: var(--r-body);\n  transition: border-color .2s ease, background .2s ease;\n}\n.feature-list li:hover { border-color: var(--r-line-2); background: var(--r-surface-2); }\n.feature-list li::before { content: '\u25b8'; font-size: .7rem; padding-top: 5px; color: var(--r-cyan); }\n.feature-list strong { color: var(--r-text); font-weight: 600; }\n\n\/* =========================================================\n   CONTACT\n   ========================================================= *\/\n.contact-footer {\n  position: relative; overflow: hidden;\n  margin: 68px 0 0; padding: 52px 44px 54px;\n  border: 1px solid var(--r-line); border-radius: var(--r-r-lg);\n  background:\n    radial-gradient(620px 260px at 20% 0%, rgba(53,214,238,.09), transparent 64%),\n    var(--r-surface);\n}\n.contact-footer h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 20px; }\n.contact-footer p { color: var(--r-body); font-size: 1rem; line-height: 1.75; max-width: 62ch; }\n.contact-footer .lede { color: var(--r-text); margin-bottom: 28px; }\n\n.contact-btn {\n  display: inline-flex; align-items: center; justify-content: center; gap: 9px;\n  padding: 14px 26px; border-radius: var(--r-r-sm);\n  background: var(--r-cyan); color: #04161a; border: 1px solid transparent;\n  font-family: var(--r-sans); font-size: .9375rem; font-weight: 600; letter-spacing: -0.01em;\n  transition: background .18s ease, transform .18s ease;\n}\n.contact-btn span { transition: transform .18s ease; }\n.contact-btn:hover, .contact-btn:focus-visible { background: #5ee2f6; transform: translateY(-1px); }\n.contact-btn:hover span { transform: translateX(3px); }\n\n.footer-links {\n  display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center;\n  margin: 36px 0 0; padding-top: 26px; border-top: 1px solid var(--r-line);\n}\n.neon-link { font-size: .875rem; font-weight: 600; color: var(--r-muted); transition: color .18s ease; }\n.neon-link:hover { color: var(--r-cyan); }\n\n.legal-footer {\n  max-width: var(--r-doc); margin: 0 auto; padding: 40px 28px 64px;\n  font-size: .8125rem; line-height: 1.7; color: var(--r-muted); text-align: center;\n}\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n@media (max-width: 820px) {\n  .tech-grid { grid-template-columns: 1fr; }\n}\n@media (max-width: 620px) {\n  .about-hero__inner { padding: 64px 20px 52px; }\n  .container, .legal-footer { padding-left: 20px; padding-right: 20px; }\n  .content-section { padding: 52px 0; }\n  .content-section:first-of-type { padding-top: 44px; }\n  .contact-footer { padding: 34px 24px 36px; margin-top: 52px; }\n  .highlight-box { padding-left: 20px; margin: 34px 0; }\n  .roadmap-note { grid-template-columns: 1fr; gap: 8px; }\n  .roadmap-note .tag { padding-top: 0; }\n  .rw-kicker { font-size: .65rem; letter-spacing: .12em; }\n  .contact-btn { width: 100%; }\n  .footer-links { gap: 8px 18px; }\n}\n@media (prefers-reduced-motion: reduce) {\n  .about-page *, .about-page *::before, .about-page *::after {\n    animation-duration: .001ms !important; animation-iteration-count: 1 !important;\n    transition-duration: .001ms !important;\n  }\n}\n<\/style>\n\n<!-- ==================== HERO ==================== -->\n<div class=\"about-hero\">\n  <div class=\"about-hero__art\"><\/div>\n  <div class=\"about-hero__wash\"><\/div>\n  <div class=\"about-hero__grid\"><\/div>\n\n  <div class=\"about-hero__inner\">\n    <div class=\"rw-kicker rw-kicker--cyan\">Acerca del proyecto<\/div>\n    <h1>Rec0m88 existe para que<br><em>Jugar juntos es f\u00e1cil.<\/em><\/h1>\n    <p class=\"hero-sub\">\n      A browser arcade and a netplay emulator, built so that playing an old game with a friend\n      takes seconds instead of an afternoon.\n    <\/p>\n    <div class=\"about-hero__chips\">\n      <span class=\"rw-chip rw-chip--cyan\"><span class=\"dot\"><\/span>Inicio: 2025<\/span>\n      <span class=\"rw-chip\">Independiente y autofinanciado<\/span>\n      <span class=\"rw-chip rw-chip--violet\">M\u00e1s de 20 sistemas cl\u00e1sicos<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"container\">\n\n  <!-- 1 -->\n  <section class=\"content-section\">\n    <div class=\"rw-kicker\">La versi\u00f3n corta<\/div>\n    <h2>\u00bfQu\u00e9 es Rec0m88?<\/h2>\n    <p>\n      Rec0m88 is two things sharing a codebase. There is a browser arcade you can open and play in\n      about two seconds, with nothing to install and no account to make. And there is a desktop\n      emulator for people who want the full setup: a real controller, save states, and peer-to-peer\n      netplay across twenty plus classic systems.\n    <\/p>\n    <p>\n      We started the project in 2025 for an unglamorous reason. Playing a console game with someone\n      in another country was still harder than it needed to be. Most options wanted you to forward a\n      port on your router, install a runtime, make an account, or all three. Every one of those steps\n      quietly loses people who only wanted to play a game.\n    <\/p>\n\n    <div class=\"highlight-box\">\n      <p>\n        Si una funci\u00f3n necesita un manual, es que a\u00fan no est\u00e1 terminada.\n        <span class=\"attrib\">La regla contra la que nos oponemos<\/span>\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- 2 -->\n  <section class=\"content-section rw-cv\">\n    <div class=\"rw-kicker rw-kicker--violet\">\u00bfPor qu\u00e9 nos tomamos la molestia?<\/div>\n    <h2>Por qu\u00e9 es importante la conservaci\u00f3n<\/h2>\n    <p>\n      Old hardware is on a clock. Capacitors leak, optical discs rot, cartridge contacts corrode, and\n      the battery-backed saves in a lot of 90s carts have already forgotten everything they were\n      holding. Emulation is how any of it survives long enough to be studied, or just played on a wet\n      Sunday.\n    <\/p>\n    <p>\n      We try not to be precious about it. Some preservation projects chase cycle accuracy so hard\n      that almost nobody can run the result on the machine they own. Accuracy matters, but so does a\n      person being able to click a link and have a game start. We aim for the middle of that, and we\n      would rather ship something playable than something perfect and unused.\n    <\/p>\n\n    <h3>Entender bien la situaci\u00f3n<\/h3>\n    <p>\n      Part of that is how the games look. A modern OLED or 4K panel shows raw pixels harder and\n      sharper than any display these games were designed for. Our shader pipeline can put back the\n      things that used to soften them: CRT scanlines, shadow masks, and the slight phosphor bloom\n      that made sprite art read the way the artists drew it. These are not decorative filters. On the\n      hardware of the time they were part of the picture.\n    <\/p>\n  <\/section>\n\n  <!-- 3 -->\n  <section class=\"content-section rw-cv\">\n    <div class=\"rw-kicker rw-kicker--cyan\">Detr\u00e1s de escena<\/div>\n    <h2>C\u00f3mo funciona el modo multijugador en l\u00ednea de Rec0m88<\/h2>\n    <p>\n      Classic netplay usually does one of two things. It routes your inputs through a central server,\n      which adds distance and therefore delay. Or it asks you to open a port on your router, which\n      adds a support ticket and loses most people at the first screenshot.\n    <\/p>\n    <p>\n      Usos de Rec0m88 <strong>WebRTC<\/strong> instead. It negotiates the connection between two players\n      directly, so there is no port forwarding step and, where the network allows it, your controller\n      inputs take the short path rather than a detour through a server in another region.\n    <\/p>\n    <p>\n      La misma conexi\u00f3n transmite <strong>Juego en red local con Nintendo DS<\/strong>. On real hardware, two\n      DS consoles sitting next to each other talk over a local wireless link; Rec0m88 tunnels that\n      link layer over WebRTC, so the two machines can be in different countries and the game still\n      behaves as though they were on the same sofa.\n    <\/p>\n\n    <div class=\"tech-grid\">\n      <div class=\"tech-card\">\n        <span class=\"tech-card__tag\">Duraci\u00f3n<\/span>\n        <h4>WebAssembly<\/h4>\n        <p>\n          The browser arcade runs on WebAssembly, so games execute at close to native speed in the\n          tab you already have open. No plugins, no Flash Player, nothing to trust with system access.\n        <\/p>\n      <\/div>\n      <div class=\"tech-card\">\n        <span class=\"tech-card__tag\">Transporte<\/span>\n        <h4>De igual a igual<\/h4>\n        <p>\n          WebRTC handles connection setup, which means no port forwarding and no middle-man server\n          sitting between two players who are already sat next to each other on the map.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 4 -->\n  <section class=\"content-section rw-cv\">\n    <div class=\"rw-kicker rw-kicker--amber\">La pregunta que m\u00e1s nos hacen<\/div>\n    <h2>De d\u00f3nde vienen los juegos<\/h2>\n    <p>Esta es la pregunta que m\u00e1s nos hacen, as\u00ed que aqu\u00ed va la respuesta sin rodeos.<\/p>\n    <p>\n      Los juegos para navegador de la biblioteca HTML5 y Flash cuentan con licencia a trav\u00e9s de\n      <strong>Distribuci\u00f3n de videojuegos<\/strong>, which handles the rights side with the studios that made\n      them. The retro section is <strong>cervecer\u00eda casera<\/strong>: original games written for old hardware\n      by independent developers and released for free distribution. Those are credited, with a link\n      back to the developer. Neither category is a pirated commercial ROM, and we do not host or link\n      to any.\n    <\/p>\n    <p>\n      The desktop emulator is a separate matter. It is the machine, not the cartridge. It ships with\n      no game files and no system BIOS, and it never will. If you want to play something, dump your\n      own disc or cartridge and load the file yourself. A dumped copy of a game you own is also the\n      only copy of it that will still work in twenty years, which is rather the point.\n    <\/p>\n  <\/section>\n\n  <!-- 5 -->\n  <section class=\"content-section rw-cv\">\n    <div class=\"rw-kicker\">Principios de dise\u00f1o<\/div>\n    <h2>La interfaz<\/h2>\n    <p>\n      Emulation has a long history of burying good software under bad configuration. Rec0m88 tries\n      not to add to it. Controller setup, netplay lobbies and system selection all happen in the\n      interface, and none of them require you to open a config file in Notepad and guess.\n    <\/p>\n    <ul class=\"feature-list\">\n      <li><span><strong>Compatibilidad con controladores.<\/strong> Los controladores modernos con USB y Bluetooth se detectan al conectarlos, y la reasignaci\u00f3n de teclas se realiza presionando el bot\u00f3n que desees, no editando un archivo ini.<\/span><\/li>\n      <li><span><strong>Guardados locales.<\/strong> Los estados guardados y el progreso se quedan en tu propio dispositivo. No se sube nada y no hay ninguna cuenta de la que puedas perder el acceso.<\/span><\/li>\n      <li><span><strong>N\u00facleos modulares.<\/strong> Los sistemas se van agregando a medida que maduran sus n\u00facleos de emulaci\u00f3n, por lo que la aplicaci\u00f3n incorpora compatibilidad con nuevo hardware sin necesidad de volver a compilarla.<\/span><\/li>\n    <\/ul>\n  <\/section>\n\n  <!-- 6 -->\n  <section class=\"content-section content-section--last rw-cv\">\n    <div class=\"rw-kicker rw-kicker--amber\">Hoja de ruta<\/div>\n    <h2>En qu\u00e9 estamos trabajando<\/h2>\n\n    <div class=\"roadmap-note\" role=\"note\">\n      <span class=\"tag\">No enviado<\/span>\n      <p>A\u00fan no hay nada en esta secci\u00f3n. Est\u00e1 aqu\u00ed para que puedas ver hacia d\u00f3nde se dirige el proyecto, no para que pienses que ya se lanz\u00f3.<\/p>\n    <\/div>\n\n    <p>\n      The next thing on the list is spectator rooms: letting people watch a Rec0m88 netplay session\n      live in the browser rather than only play in it. Speedruns, tournaments and high score runs are\n      more fun with an audience, and the WebRTC layer we already use for two-player sessions is most\n      of the work.\n    <\/p>\n    <p>\n      Beyond that, more systems and better shader presets, in roughly that order. The project is\n      small and self-funded, so things ship when they are ready rather than when a roadmap says so.\n    <\/p>\n  <\/section>\n\n  <!-- CONTACT -->\n  <section class=\"contact-footer rw-cv\">\n    <div class=\"rw-kicker rw-kicker--cyan\">Cont\u00e1ctanos<\/div>\n    <h2>Contacto y asistencia<\/h2>\n    <p>\n      Feedback genuinely changes what gets built next, particularly bug reports and anything about\n      accessibility. If you are a developer, a preservationist, or someone whose favourite game does\n      not run properly, we would like to hear about it.\n    <\/p>\n    <p class=\"lede\">\n      Para cuestiones t\u00e9cnicas, reportes de errores o comentarios en general, utiliza la p\u00e1gina de soporte que aparece a continuaci\u00f3n.\n    <\/p>\n\n    <a href=\"\/es\/contact-us\/\" class=\"contact-btn\">Ve a la p\u00e1gina de contacto <span>\u2192<\/span><\/a>\n\n    <nav class=\"footer-links\" aria-label=\"Enlaces de Rec0m88\">\n      <a href=\"\/es\/\" class=\"neon-link\">Inicio<\/a>\n      <a href=\"\/es\/privacy-policy\/\" class=\"neon-link\">Pol\u00edtica de privacidad<\/a>\n      <a href=\"\/es\/terms\/\" class=\"neon-link\">T\u00e9rminos del servicio<\/a>\n    <\/nav>\n  <\/section>\n<\/div>\n\n<p class=\"legal-footer\">\n  \u00a9 2026 Rec0m88 Preservation Project. All hardware and game titles are trademarks of their\n  respective owners.<br>\n  Rec0m88 es un proyecto de software independiente y no est\u00e1 afiliado a ning\u00fan fabricante de hardware.\n<\/p>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>About the project Rec0m88 exists so thatplaying together is easy. A browser arcade and a netplay emulator, built so that playing an old game with a friend takes seconds instead of an afternoon. Started 2025 Independent &amp; self-funded 20+ classic systems The short version What Rec0m88 is Rec0m88 is two things sharing a codebase. There&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"wpai_generated_summary":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-5506","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/pages\/5506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/comments?post=5506"}],"version-history":[{"count":2,"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/pages\/5506\/revisions"}],"predecessor-version":[{"id":10836,"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/pages\/5506\/revisions\/10836"}],"wp:attachment":[{"href":"https:\/\/rec0m88.com\/es\/wp-json\/wp\/v2\/media?parent=5506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}