Merge pull request #44 from Shugyousha/linkjareadme

readme: add link to Japanese README
This commit is contained in:
Tony Cannon
2019-11-04 07:03:55 -08:00
committed by GitHub

View File

@@ -2,6 +2,8 @@
  _[![Appveyor build status](https://img.shields.io/appveyor/ci/pond3r/ggpo/master.svg?logo=appveyor)](https://ci.appveyor.com/project/pond3r/ggpo/branch/master)_
(日本語ドキュメントは[こちら](README.ja.md))
## What's GGPO?
Traditional techniques account for network transmission time by adding delay to a players input, resulting in a sluggish, laggy game-feel. Rollback networking uses input prediction and speculative execution to send player inputs to the game immediately, providing the illusion of a zero-latency network. Using rollback, the same timings, reactions, visual and audio queues, and muscle memory your players build up playing offline will translate directly online. The GGPO networking SDK is designed to make incorporating rollback networking into new and existing games as easy as possible.