cloud-game/index.html
2019-09-30 02:37:37 +08:00

90 lines
3.3 KiB
HTML
Vendored

---
layout: default
title: Cloud Retro
---
<div class="blurb">
<div class="player-wrapper">
<iframe class="player" src="https://www.youtube.com/embed/GUBrJGAxZZg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>This project aims to bring the most modern and convenient gaming experience to users. You can play any retro games on your browser directly, which is fully compatible with multi-platform like Desktop, Android, ~~IOS~~. This flexibility also enables online gaming experience to retro games. </p>
<p>Cloud Gaming field is the future of gaming when it can go beyond the limitation of hardware by utilizing Cloud and streaming technology. This year, Google and Microsoft are joining the scene with Google Stadia and Microsoft Xcloud.</p>
<div class="row">
<div class="column">
<img src="document/img/landing-page-ps-hm.png" style="width:100%">
</div>
<div class="column">
<img src="document/img/landing-page-gb.png" style="width:100%">
</div>
</div>
<div class="row">
<div class="column">
<img src="document/img/landing-page-ps-x4.png" style="width:100%">
</div>
<div class="column">
<img src="document/img/landing-page-front.png" style="width:100%">
</div>
</div>
<!--<img src=alt="screenshot" />|<img src="document/img/landing-page-ps-x4.png" alt="screenshot" />-->
<!--<img src="document/img/landing-page-gb.png" alt="screenshot" />|<img src="document/img/landing-page-front.png" alt="screenshot" /></p>-->
<h2 id="trythisgame">Try this platform</h2>
<p><a href="http://cloudretro.io">http://cloudretro.io</a></p>
<ul>
<li>On Desktop: <br />
<ul>
<li>Arrow keys + Z(A) + X(B) + C(X) + V(Y) + Shift(Select) + Enter(Start) </li>
<li>S(Save) + A(Load) + F(Full screen) <br />
*A(B) means they key A on keyboard is equivalent to key B in emulator </li></ul>
</li>
<li>On Mobile: <br />
<ul>
<li>Just follow the UI. </li>
<li>Only Android with latest chrome version can work for the service </li></ul>
</li>
</ul>
<h2 id="feature">Feature</h2>
<ol>
<li>Cloud gaming: Game logic and storage is hosted on cloud service. It reduces the cumbersome of game initialization.</li>
<li>Cross-platform compatibility: The game is run on web browser, the most universal built-in app. No console, plugin, external app or devices are needed. Chrome with the latest version is recommended for the game. </li>
<li>Emulator agnostic: The game can be played directly without any extra effort to set up the gaming emulator or platform.</li>
<li>Vertically scaled: The infrastructure is designed to be able to scale under high traffic by adding more instances.</li>
<li>Cloud storage: Game state is storing on online storage, so you can come back to continue playing in a game.</li>
<li>Online multiplayer: Bring online multiplayer gaming to retro games. (In Road map)</li>
<li>Collaborate gameplay: Follow the idea of "Twitch Plays Pokemon", multiple players can play the same game together (In Road map)</li>
</ol>
<h2 id="opensource">Open source</h2>
<p>This project is open-source at <a href="https://github.com/giongto35/cloud-game">https://github.com/giongto35/cloud-game</a> </p>
<h2 id="aboutus">About us</h2>
<p>Nguyen Huu Thanh <br />
https://www.linkedin.com/in/huuthanhnguyen/ </p>
<p>Tri Dang Minh <br />
https://trich.im </p>