Update description

This commit is contained in:
giongto35 2019-09-08 04:19:12 +08:00
parent cf05406a90
commit 811f36208d

18
README.md vendored
View file

@ -1,9 +1,11 @@
# Web-based Cloud Gaming Service
- [http://cloudretro.io](http://cloudretro.io)
CloudRetro, Open source Web-based Cloud Gaming Service
CloudRetro, Open-source Cloud Gaming Service For Retro Games
This project aims to bring the most modern and convenient gaming experience to user. You can play any retro games on your browser directly, which is fully compatible on multi-platform like Desktop, Android, IOS. This flexibility also enables online gaming experience to retro games.
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.
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.
Screenshot | Screenshot
:-------------------------:|:-------------------------:
@ -16,12 +18,16 @@ Screenshot | Screenshot
[http://cloudretro.io](http://cloudretro.io)
## Feature
1. Cloud gaming: Game logic is hosted on a remote server. User doesn't have to install or setup anything.
2. Cross-platform compatibility: The game is run on webbrowser, the most universal built-in app. No console, plugin, external app or devices are needed. The device must support webRTC to perform streaming.
4. Emulator agnostic: The game can be play directly without emulator selection and initialization as long as the its cores are supported by RetroArch.
3. Vertically scaled + Load balancing: We can add more machines to handle more traffic. The closest server with highest free resource will be assigned to user.
1. Cloud gaming: Game logic and storage is hosted on cloud service. It reduces the cumbersome of game initialization.
2. 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.
3. Emulator agnostic: The game can be played directly without any extra effort to set up the gaming emulator or platform.
4. Vertically scaled: The infrastructure is designed to be able to scale under high traffic by adding more instances.
5. Cloud storage: Game state is storing on online storage, so you can come back to continue playing in a game.
6. Online multiplayer: Bring online multiplayer gaming to retro games. (In Road map)
7. Collaborate gameplay: Follow the idea of "Twitch Plays Pokemon", multiple players can play the same game together (In Road map)
## Open source
This project is open-source at [https://github.com/giongto35/cloud-game](https://github.com/giongto35/cloud-game)
## About us