https://github.com/revenantx/netgameexample
Example simple game with LiteNetLib (work in progress)
https://github.com/revenantx/netgameexample
Last synced: about 1 year ago
JSON representation
Example simple game with LiteNetLib (work in progress)
- Host: GitHub
- URL: https://github.com/revenantx/netgameexample
- Owner: RevenantX
- License: mit
- Created: 2019-03-13T23:30:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T22:57:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T15:13:16.233Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 1.1 MB
- Stars: 170
- Watchers: 14
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetGameExample
Example simple game with LiteNetLib (work in progress)
Top down 2d network shooter
Done:
* Authoritative server
* Client-side input prediction
* Buffered linear interpolation for remote players
* Proper player disconnect
* Shooting