0.0.1 • Published 9 years ago

lithian v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

litian - Minimal FPS Game Server

lithian is JavaScript based, minimal client / server framework for creating fast paced multiplayer action games.

It archives this goal by using the following techniques:

  • Low frequency tick based state updates
  • Client-Side Prediction
  • Server Reconciliation
  • Entity Interpolation
  • Server Side State Rewind for Hit Detection

API / Usage

Right now lithian is really just a bare-metal framework abstraction the underlying networking logic.

Licensed under MIT

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.