Skip to content

Tags: jchamlin/Examples

Tags

SimEtherealBasic-v3

Toggle SimEtherealBasic-v3's commit message
Added some additional gamepad related input mappings.

SimEtherealBasic-v2

Toggle SimEtherealBasic-v2's commit message
Update the protocol since the networking layer has changed significan…

…tly.

When I put up a public server, this will prevent older clients from connecting.

SimEtherealBasic-v1

Toggle SimEtherealBasic-v1's commit message
Modified to use official releases now that they are available.

NetworkNaive-v1

Toggle NetworkNaive-v1's commit message
Fully operation network game using the naive non-sim-ethereal approach.

NetworkBasePlus-v1

Toggle NetworkBasePlus-v1's commit message
Extended the NetworkBase to have basic account and game session support.

NetworkBase-v1

Toggle NetworkBase-v1's commit message
Added a basic message state that allows various other code to

easily present "system" message to the user while in-game.  They
will scroll up automatically, fade out, and so on.  We'll smooth
scroll them later.

NetworkBase

Toggle NetworkBase's commit message
Base common boiler plate for a JME-based networked game.