Merge pull request #44 from Shugyousha/linkjareadme
readme: add link to Japanese README
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
_[](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.
|
||||
|
||||
Reference in New Issue
Block a user