mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-26 03:24:13 +00:00
Web-based Cloud Gaming service for Retro Game
antstreamcloud-computingcloud-gamingdistributedgamegame-onlinegbagogolanggoogle-stadiahacktoberfesthacktoberfest2021libretromicrosoft-xcloudnesretro-gamesretroarchstadiawebrtcxcloud
| .github | ||
| cmd | ||
| config | ||
| cws | ||
| document | ||
| emulator | ||
| encoder | ||
| games | ||
| h264encoder | ||
| libretro | ||
| overlord | ||
| static | ||
| util | ||
| vendor | ||
| vpx-encoder | ||
| webrtc | ||
| worker | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| _config.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| prometheus.yml | ||
| README.md | ||
Web-based Cloud Gaming Service
CloudRetro, Open source Web-based Cloud Gaming Service
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.
| Screenshot | Screenshot |
|---|---|
![]() |
![]() |
![]() |
![]() |
Video demo: https://www.youtube.com/watch?v=koqWB1VKflo
Try this game
Feature
- Cloud gaming: Game logic is hosted on a remote server. User doesn't have to install or setup anything.
- 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.
- Emulator agnostic: The game can be play directly without emulator selection and initialization as long as the its cores are supported by RetroArch.
- 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.
- Cloud storage: Game state is storing on online storage, so you can come back to continue playing in a game.
About us
Nguyen Huu Thanh
https://www.linkedin.com/in/huuthanhnguyen/
Tri Dang Minh
https://trich.im



